diff options
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: |