diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-13 23:23:53 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-14 00:18:27 +0200 |
commit | bf5745b95ca0a0edfb0b1129835f0e48c20ef6fa (patch) | |
tree | bc71dd8659b0778e088f1df49e054a9112bcbd5d /src/interface.h | |
parent | 11b5373a3951a9031592d3cdcd0c2d235b97189d (diff) | |
download | sciteco-bf5745b95ca0a0edfb0b1129835f0e48c20ef6fa.tar.gz |
fixed default colors in color.tes and style Q-Register view
* the RGB values of the 8 standard colors defined by color.tes
were wrong (i.e. did not correspond to the normal 8 color codes
defined by Scinterm but only the bright versions).
Except for `color.black` which referred to terminal color 0.
* now we define the 16 colors defined by Scinterm, allowing color
schemes to explicitly use bright color versions without using the
bold attribute. On 8 color terminals, the bold attribute might
still be the only way to get a bright color.
* terminal.tes: Use bright default color instead of relying on bold
to get bright color versions. This is especially important for
comments which where relied on bold black to be rendered grey.
This did not work by default on terminals supporting bold fonts
(e.g. OS X Terminal) or GTK+. The scheme now works on more
terminals out of the box and on GTK+ and is thus a good default
color scheme.
* Color schemes will now also define the default style, the line number
style and caret foreground/background.
`color.calltip` is now also defined for STYLE_CALLTIP and can later
be used to style SciTECO's custom popup widget.
Diffstat (limited to 'src/interface.h')
0 files changed, 0 insertions, 0 deletions