diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-01 04:58:25 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-01 05:06:20 +0300 |
commit | 5d5a2044460723abd752c0898b1da474eb21bd61 (patch) | |
tree | 087ea983fb6fec0024f296499634bcd4cb31bc3a /.github/workflows/ci.yml | |
parent | 5b54cd8f79fc877c0447f42bffcac40ec1f30beb (diff) | |
download | sciteco-5d5a2044460723abd752c0898b1da474eb21bd61.tar.gz |
GTK: improved the RGB values of the 16 default colors
* Using the same values as on Curses/scinterm resulted in too dark colors with
terminal.tes. (solarized.tes actually defines all colors with its own RGB values,
so the look has always been consistent between Curses and GTK.)
This is because the values like 0xFF0000 for red are actually just placeholders in Scinterm,
in turn translated internally to Curses colors, which are interpreted by terminal emulators
with possibly various different color palettes.
* We therefore now use the exact RGB values as will be used by common terminal emulators
like xterm and st.
It does not guarantee that the colors will always match between Curses and GTK,
but at least the GTK colors are now a bit brighter.
Diffstat (limited to '.github/workflows/ci.yml')
0 files changed, 0 insertions, 0 deletions