summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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