aboutsummaryrefslogtreecommitdiffstats
path: root/.config/termite
diff options
context:
space:
mode:
Diffstat (limited to '.config/termite')
-rw-r--r--.config/termite/config12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/termite/config b/.config/termite/config
index 303ed75..fec0056 100644
--- a/.config/termite/config
+++ b/.config/termite/config
@@ -1,5 +1,4 @@
[options]
-resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
@@ -30,12 +29,13 @@ cursor_shape = ibeam
#modify_other_keys = false
[colors]
+#cursor = #dcdccc
foreground = #dcdccc
foreground_bold = #ffffff
-#foreground_dim = #888888
-background = #3f3f3f
-background = #111010
-cursor = #dcdccc
+background = #000000
+
+# 20% background transparency (requires a compositor)
+background = rgba(00, 00, 00, 0.9)
# if unset, will reverse foreground and background
highlight = #2f2f2f
@@ -62,6 +62,8 @@ color15 = #ffffff
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
+#active_foreground = #e68080
+#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5