Add 256 colors support

Themes can now use color names from the xterm color name list [1].

1: https://jonasjacek.github.io/colors/
This commit is contained in:
Aurelien Aptel
2019-08-23 12:32:55 +02:00
parent ab60a61fb9
commit 269afa53b4
4 changed files with 438 additions and 104 deletions

View File

@@ -48,6 +48,7 @@ core_sources = \
src/config/account.c src/config/account.h \
src/config/preferences.c src/config/preferences.h \
src/config/theme.c src/config/theme.h \
src/config/color.c src/config/color.h \
src/config/scripts.c src/config/scripts.h \
src/plugins/plugins.h src/plugins/plugins.c \
src/plugins/api.h src/plugins/api.c \