From daa6c910e2962dc2b86fc87cd93a89523a9770b5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 30 Sep 2017 15:51:34 +0200 Subject: .config/termite/config: Lowering the transparency of termite to 10%. --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/termite/config') diff --git a/.config/termite/config b/.config/termite/config index 3483d7c..d42e334 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.85) +background = rgba(00, 00, 00, 0.90) # if unset, will reverse foreground and background highlight = #2f2f2f -- cgit v1.2.3-54-g00ecf