diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-14 00:14:25 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-14 00:18:28 +0200 |
commit | 6a9a7d56643c496ec9da643e19c254c5a3b397ed (patch) | |
tree | 698650a2b2345dc45886219e76e2aea2b970e213 /lib/Makefile.am | |
parent | f69d1f04c841521c17542cd00f9851db1ff3e220 (diff) | |
download | sciteco-6a9a7d56643c496ec9da643e19c254c5a3b397ed.tar.gz |
added port of the Solarized color scheme
* see http://ethanschoonover.com/solarized
* I don't know if I want this port to be linked into
the main solarized repository as it is certainly not perfect.
* However both light and dark modes are supported and
usable since to SciTECO's new theming support.
* Set -U[solarized.light] before munging to enable light
mode.
* Registers function key F5 to toggle between light and
dark modes.
* Works on ncurses (with some restrictions) and almost all
other PDCurses ports.
GTK+ also works somewhat, but not all parts of the GTK+
UI are currently themable.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f5102f4..5aec511 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,7 +8,8 @@ EXTRA_DIST = scite2co.lua # This list must be extended when adding # a new color scheme: colorschemedir = $(scitecolibdir)/colors -dist_colorscheme_DATA = colors/terminal.tes +dist_colorscheme_DATA = colors/terminal.tes \ + colors/solarized.tes # This list must be extended when adding # a new lexer configuration: |