summary refs log tree commit diff stats
path: root/termite/.config
diff options
context:
space:
mode:
authorAlan Pearce2019-05-07 17:13:23 +0200
committerAlan Pearce2019-05-07 17:13:23 +0200
commitee7dcfc1d9070b2c179c218fcf48f942aac483d0 (patch)
tree9c31c98658af8a439e0dd88f8a92d8bee8059bf6 /termite/.config
parent3a3ba0ffd8fbd3b2b555f7a244212f235aa2833f (diff)
downloaddotfiles-ee7dcfc1d9070b2c179c218fcf48f942aac483d0.tar.lz
dotfiles-ee7dcfc1d9070b2c179c218fcf48f942aac483d0.tar.zst
dotfiles-ee7dcfc1d9070b2c179c218fcf48f942aac483d0.zip
termite: Create initial config
Diffstat (limited to 'termite/.config')
-rw-r--r--termite/.config/termite/config43
1 files changed, 43 insertions, 0 deletions
diff --git a/termite/.config/termite/config b/termite/.config/termite/config
new file mode 100644
index 0000000..6f0a685
--- /dev/null
+++ b/termite/.config/termite/config
@@ -0,0 +1,43 @@
+[options]
+cursor_blink = off
+font = monospace 8
+
+[colors]
+
+# special
+foreground      = #5a5758
+foreground_bold = #5a5758
+cursor          = #5a5758
+background      = #ffffff
+
+# black
+color0  = #231f20
+color8  = #737171
+
+# red
+color1  = #ee2e24
+color9  = #ee2e24
+
+# green
+color2  = #00853e
+color10 = #00853e
+
+# yellow
+color3  = #ffd204
+color11 = #ffd204
+
+# blue
+color4  = #009ddc
+color12 = #009ddc
+
+# magenta
+color5  = #98005d
+color13 = #98005d
+
+# cyan
+color6  = #85cebc
+color14 = #85cebc
+
+# white
+color7  = #d9d8d8
+color15 = #ffffff