aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/dark-theme-16.conf51
-rw-r--r--contrib/light-theme-256.conf19
2 files changed, 70 insertions, 0 deletions
diff --git a/contrib/dark-theme-16.conf b/contrib/dark-theme-16.conf
new file mode 100644
index 0000000..08e9827
--- /dev/null
+++ b/contrib/dark-theme-16.conf
@@ -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"
+}
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"
+}