reduced opacity
This commit is contained in:
parent
90a7cdb744
commit
c652874917
2
config.h
2
config.h
|
@ -93,7 +93,7 @@ char *termname = "st-256color";
|
||||||
*/
|
*/
|
||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 8;
|
||||||
|
|
||||||
float alpha = 0.9;
|
float alpha = 0.85;
|
||||||
|
|
||||||
/* Terminal colors (16 first used in escape sequence) */
|
/* Terminal colors (16 first used in escape sequence) */
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
|
|
Loading…
Reference in a new issue