summary refs log tree commit diff stats
path: root/user/termite/.config
diff options
context:
space:
mode:
authorAlan Pearce2019-10-04 22:06:35 +0200
committerAlan Pearce2019-10-04 22:06:35 +0200
commit22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7 (patch)
tree724355c4d1689dbd26b664261ff4afb8e7dc0025 /user/termite/.config
parentf261abcfbd6f3b2e635e554e2a50331ad9e3f577 (diff)
downloadnixfiles-22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7.tar.lz
nixfiles-22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7.tar.zst
nixfiles-22f3869fb4f3d514fb7f7c7f2250fdcbfa789bf7.zip
Remove configuration for unused terminals
Diffstat (limited to 'user/termite/.config')
-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: