diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-01 17:43:48 +0300 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-01 17:43:48 +0300 |
commit | a06f071ffce291a694e6936ab1a424c5ffa8bf55 (patch) | |
tree | a5e859a9c6996ab2c4a777663b6f8ecb40346619 /lib/Makefile.am | |
parent | cfaea44f475b7425cc45bec05ef6f58f41d98321 (diff) | |
download | sciteco-a06f071ffce291a694e6936ab1a424c5ffa8bf55.tar.gz |
added high-contrast color scheme
* strings are bold (if supported) and bright white
* comments are in italics (if supported by the terminal)
* otherwise this uses the same colors as terminal.tes
* should be well suited for monochrome terminals as well
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e6f9053..0da616a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = scite2co.lua # a new color scheme: colorschemedir = $(scitecolibdir)/colors dist_colorscheme_DATA = colors/terminal.tes \ + colors/contrast.tes \ colors/solarized.tes lexerdir = $(scitecolibdir)/lexers |