diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:47:29 +0100 |
| commit | b168e596898ab0fbfb50468d21514e037c55288d (patch) | |
| tree | 5a4523b25d938960d3a42944c41548107b1371cd /config.h | |
| parent | 9dee0bda79290d920d1727a592ffb8bfab2f1582 (diff) | |
added alpha focus patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
