diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-28 14:20:13 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-28 14:20:13 +0100 |
commit | 4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641 (patch) | |
tree | 64bcedc56e7a3a8376fe73bf9dd9e6b1a06a6eb4 /.config/termite/config | |
parent | 65ef1c58ffd5662a9598567cb1a5e69eb60400dc (diff) | |
download | dotfiles-4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641.tar.gz dotfiles-4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641.tar.bz2 dotfiles-4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641.tar.xz dotfiles-4abe1d8c148f5ceef845c2bf7e43b6a4f7c65641.zip |
termite: Removing all non-valid settings. Adding transparency setting and colors again.
Diffstat (limited to '.config/termite/config')
-rw-r--r-- | .config/termite/config | 12 |
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 |