diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-15 06:01:07 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-15 06:01:07 +0200 |
commit | 789c72c06e6d01d8cc51103219475657b3ea4877 (patch) | |
tree | 875bad3280120858cee35e87d6d44f4389b8bf4c /lib/colors/terminal.tes | |
parent | 8baae7579973b755b47250742d9a1a94795ae1bb (diff) | |
download | sciteco-789c72c06e6d01d8cc51103219475657b3ea4877.tar.gz |
changed default popup background color and color schemes
* use black on light white as the default popup colors
(e.g. in --no-profile mode). this looks less annoying than
black on light blue and is more often more readable
(since light blue will be rendered quite dark often).
It's no longer necessary to highlight the popup with (distinct)
colors.
Keeping the foreground black ensures that there's a brighter
foreground color for bold entries in case the terminal does
not support bold fonts.
* the `terminal.tes` scheme keeps the default popup style.
However since it uses white on black as the default colors,
this will often still stand out from the message line
(on 16 color terminals).
* `solarized.tes` now uses a similar high-contrast popup style
with either a bright or dark background.
The foreground colors have been chosen so that bright variants
exist for non-bold terminals - although these bright variants
do not stand out very much.
Diffstat (limited to 'lib/colors/terminal.tes')
-rw-r--r-- | lib/colors/terminal.tes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colors/terminal.tes b/lib/colors/terminal.tes index b78da3f..aa146bc 100644 --- a/lib/colors/terminal.tes +++ b/lib/colors/terminal.tes @@ -4,7 +4,7 @@ Q[color.black]U[color.caretline] Q[color.white]U[color.caretfore] -[color.calltip] 0,Q[color.lblue],Q[color.black] +[color.calltip] 0,Q[color.lwhite],Q[color.black] [color.comment] 1,Q[color.black],Q[color.lblack] [color.number] 0,Q[color.black],Q[color.cyan] |