mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-25 00:15:46 +01:00
switched to gruvbox and opacity to 1
This commit is contained in:
parent
967effbc24
commit
bbb1eca4bf
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -107,7 +107,7 @@ char *termname = "xterm-256color";
|
||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 8;
|
||||||
|
|
||||||
/* bg opacity */
|
/* bg opacity */
|
||||||
float alpha = 0.9;
|
float alpha = 1;
|
||||||
float alphaOffset = 0.0;
|
float alphaOffset = 0.0;
|
||||||
float alphaUnfocus;
|
float alphaUnfocus;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue