diff options
author | Tristan Simas <tristan.simas@mail.mcgill.ca> | 2020-05-13 17:10:44 -0400 |
---|---|---|
committer | Tristan Simas <tristan.simas@mail.mcgill.ca> | 2020-05-13 17:10:44 -0400 |
commit | 05708c89c3aec1615f03171d205fd0d2573f635c (patch) | |
tree | bc63d35b5f4904310c76695f8334a6c5400d83cb /config.h | |
parent | 24fa39b8618887a0e6bfeda1b83391361887cc21 (diff) |
Reverted bg opacity back to 0.8 for upstream merge
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.9; +float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |