Browse Source

changing opaqueness

alpha
TiynGER 9 months ago
parent
commit
a5e1bbc277
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.def.h

+ 1
- 1
config.def.h

@ -83,7 +83,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
float alpha = 0.8;
float alpha = 0.92;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {

Loading…
Cancel
Save