diff options
| author | stkhan <personal@slickd.xyz> | 2022-07-14 17:36:03 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-07-14 17:36:03 -0500 |
| commit | 7d09d94eac3f6c2bc7d40593ae805d66bf862225 (patch) | |
| tree | 2c8dce945172586cf55df4c6a54a4608fc3de469 /theme/purple_mountain/colors.h | |
| parent | 45ea56f5485fe8be2d0f3d88a7998a0a7fd5e11d (diff) | |
Make st more transparent on purple_mountain
Diffstat (limited to 'theme/purple_mountain/colors.h')
| -rw-r--r-- | theme/purple_mountain/colors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/purple_mountain/colors.h b/theme/purple_mountain/colors.h index 44ada9b..1d5eee1 100644 --- a/theme/purple_mountain/colors.h +++ b/theme/purple_mountain/colors.h @@ -7,7 +7,7 @@ static const char col_cyan[] = "#4B4E74"; /* st config */ -float alpha = 0.8; /* some themes may have this lighter or stronger then others */ +float alpha = 0.7; /* some themes may have this lighter or stronger then others */ static const char *colorname[] = { /* 8 normal colors */ |