Add color themes to contrib

This commit is contained in:
Přemysl Eric Janouch 2018-10-22 02:53:18 +02:00
parent a6543a796d
commit 0e443c0dcd
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,51 @@
# Contributed by vifino
# Best enjoyed with the following softer terminal color theme:
#! special
#*.foreground: #d5d5d5
#*.background: #1d2021
#*.cursorColor: #d5d5d5
#! black
#*.color0: #101010
#*.color8: #6f6f6f
#! red
#*.color1: #ff6878
#*.color9: #ff778b
#! green
#*.color2: #b4fb73
#*.color10: #d0ffa0
#! yellow
#*.color3: #fff090
#*.color11: #fffeb0
#! blue
#*.color4: #6095ff
#*.color12: #80c0ff
#! magenta
#*.color5: #ff90fe
#*.color13: #f0a9ff
#! cyan
#*.color6: #45e1f8
#*.color14: #90e9ff
#! white
#*.color7: #f1f1f1
#*.color15: #ffffff
colors = {
normal = "1 0"
highlight = "12 0 bold"
elapsed = "4 4"
remains = "4 8"
tab_bar = "8 0"
tab_active = "6 8 bold"
even = "11 0"
odd = "11 0"
scrollbar = "8 0"
selection = "0 4"
multiselect = "0 3"
directory = "15 0"
incoming = "2"
outgoing = "4"
}

View File

@ -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"
}