diff --git a/docs/source/interactive/qtconsole.txt b/docs/source/interactive/qtconsole.txt index 3ec46f8..979730b 100644 --- a/docs/source/interactive/qtconsole.txt +++ b/docs/source/interactive/qtconsole.txt @@ -259,6 +259,8 @@ stylesheet: .in-prompt-number { font-weight: bold; } .out-prompt { color: darkred; } .out-prompt-number { font-weight: bold; } + /* .inverted is used to highlight selected completion */ + .inverted { background-color: black ; color: white; } Fonts =====