1
0
mirror of https://github.com/tiyn/st synced 2025-04-19 16:27:45 +02:00

make opaque

This commit is contained in:
tiyn 2023-10-22 05:44:09 +02:00
parent 468db95358
commit a9a0a93e7c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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