This commit is contained in:
CoolnsX
2021-07-01 18:13:00 +05:30
parent e8ce1a1734
commit 4d1bf7b564
4 changed files with 2 additions and 2 deletions

View File

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

View File

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

Binary file not shown.

Binary file not shown.