summary refs log tree commit diff stats
path: root/user/termite
diff options
context:
space:
mode:
Diffstat (limited to 'user/termite')
-rw-r--r--user/termite/.config/termite/config48
1 files changed, 0 insertions, 48 deletions
diff --git a/user/termite/.config/termite/config b/user/termite/.config/termite/config
deleted file mode 100644
index 19d49953..00000000
--- a/user/termite/.config/termite/config
+++ /dev/null
@@ -1,48 +0,0 @@
-[options]
-cursor_blink = off
-font = IBM Plex Mono 8
-scrollback_lines = -1
-
-[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  = #edb204
-color11 = #edb204
-
-# blue
-color4  = #009ddc
-color12 = #009ddc
-
-# magenta
-color5  = #98005d
-color13 = #98005d
-
-# cyan
-color6  = #85cebc
-color14 = #85cebc
-
-# white
-color7  = #d9d8d8
-color15 = #ffffff
-
-# Local Variables:
-# compile-command: "pkill -USR1 termite"
-# End: