summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-16 01:47:29 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-16 01:47:29 +0100
commitb168e596898ab0fbfb50468d21514e037c55288d (patch)
tree5a4523b25d938960d3a42944c41548107b1371cd /config.h
parent9dee0bda79290d920d1727a592ffb8bfab2f1582 (diff)
added alpha focus patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index eaa9c64..6da7638 100644
--- a/config.h
+++ b/config.h
@@ -97,6 +97,7 @@ unsigned int tabspaces = 4;
/* bg opacity */
float alpha = 0.8;
+float alphaUnfocused = 0.6;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
@@ -140,6 +141,7 @@ unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
+unsigned int bg = 259, bgUnfocused = 259;
/*
* Default shape of cursor