diff options
author | David Runge <dave@sleepmap.de> | 2015-03-03 15:31:46 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-03 15:31:46 +0100 |
commit | 66f420275f5ab3fb99c737169001e4a5b71a3a1d (patch) | |
tree | f7ac8ce8e0dc2478ea6b93469495c4c2c5aba4d1 /.config/termite | |
parent | 03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8 (diff) | |
download | dotfiles-66f420275f5ab3fb99c737169001e4a5b71a3a1d.tar.gz dotfiles-66f420275f5ab3fb99c737169001e4a5b71a3a1d.tar.bz2 dotfiles-66f420275f5ab3fb99c737169001e4a5b71a3a1d.tar.xz dotfiles-66f420275f5ab3fb99c737169001e4a5b71a3a1d.zip |
termite/config: Lowering alpha value of termite background.
Diffstat (limited to '.config/termite')
-rw-r--r-- | .config/termite/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/termite/config b/.config/termite/config index fec0056..877362c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -35,7 +35,7 @@ foreground_bold = #ffffff background = #000000 # 20% background transparency (requires a compositor) -background = rgba(00, 00, 00, 0.9) +background = rgba(00, 00, 00, 0.79) # if unset, will reverse foreground and background highlight = #2f2f2f |