From 4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Nov 2014 14:20:13 +0100 Subject: termite: Removing all non-valid settings. Adding transparency setting and colors again. --- .config/termite/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config') 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 -- cgit v1.2.3-54-g00ecf