From f9f285e5bac1ab0a865bb604e1ef499b7c52f74e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 1 Nov 2014 01:11:07 -0400 Subject: [PATCH] add a sample config line for a transparent bg --- config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config b/config index ffd6daa..2b2db7e 100644 --- a/config +++ b/config @@ -29,10 +29,13 @@ cursor_shape = block #modify_other_keys = false [colors] +#cursor = #dcdccc foreground = #dcdccc foreground_bold = #ffffff background = #3f3f3f -#cursor = #dcdccc + +# 20% background transparency (requires a compositor) +#background = rgba(63, 63, 63, 0.8) # if unset, will reverse foreground and background highlight = #2f2f2f