aboutsummaryrefslogtreecommitdiffstats
path: root/.config/termite/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/termite/config')
-rw-r--r--.config/termite/config46
1 files changed, 46 insertions, 0 deletions
diff --git a/.config/termite/config b/.config/termite/config
new file mode 100644
index 0000000..e94765a
--- /dev/null
+++ b/.config/termite/config
@@ -0,0 +1,46 @@
+# Solarized dark color scheme
+#
+[options]
+font = DejaVuSansMono Nerd Font 13
+
+# Generated from the Material Theme on
+# http://terminal.sexy
+[colors]
+
+# special
+foreground = #eceff1
+foreground_bold = #eceff1
+cursor = #eceff1
+background = rgba(38, 50, 56, 0.8)
+
+# black
+color0 = #263238
+color8 = #37474f
+
+# red
+color1 = #ff9800
+color9 = #ffa74d
+
+# green
+color2 = #8bc34a
+color10 = #9ccc65
+
+# yellow
+color3 = #ffc107
+color11 = #ffa000
+
+# blue
+color4 = #03a9f4
+color12 = #81d4fa
+
+# magenta
+color5 = #e91e63
+color13 = #ad1457
+
+# cyan
+color6 = #009688
+color14 = #26a69a
+
+# white
+color7 = #cfd8dc
+color15 = #eceff1