diff options
author | Přemysl Janouch <p@janouch.name> | 2018-10-22 02:53:18 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-10-22 20:36:06 +0200 |
commit | 0e443c0dcd3e904b60b0efd69cb0fca62cf8240c (patch) | |
tree | 6e8a97f6d617831aeb243dea35cdfa54f39ba013 /contrib/light-theme-256.conf | |
parent | a6543a796d5e3036783214858fd52d11ac18646a (diff) | |
download | nncmpp-0e443c0dcd3e904b60b0efd69cb0fca62cf8240c.tar.gz nncmpp-0e443c0dcd3e904b60b0efd69cb0fca62cf8240c.tar.xz nncmpp-0e443c0dcd3e904b60b0efd69cb0fca62cf8240c.zip |
Add color themes to contrib
Diffstat (limited to 'contrib/light-theme-256.conf')
-rw-r--r-- | contrib/light-theme-256.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/light-theme-256.conf b/contrib/light-theme-256.conf new file mode 100644 index 0000000..55d9848 --- /dev/null +++ b/contrib/light-theme-256.conf @@ -0,0 +1,19 @@ +colors = { + normal = "237 255" + highlight = "16 255 bold" + elapsed = "231 250" + remains = "250 231" + + tab_bar = "252 16" + tab_active = "231 237 bold" + even = "16 231" + odd = "16 231" + scrollbar = "250 231" + + selection = "231 202" + multiselect = "231 88" + directory = "16 231 bold" + + incoming = "28" + outgoing = "19" +} |