first commit
This commit is contained in:
commit
d8a9fcbc98
93 changed files with 23726 additions and 0 deletions
12
st/config.def.h.rej
Executable file
12
st/config.def.h.rej
Executable file
|
@ -0,0 +1,12 @@
|
|||
--- config.def.h
|
||||
+++ config.def.h
|
||||
@@ -93,6 +93,9 @@ char *termname = "st-256color";
|
||||
*/
|
||||
unsigned int tabspaces = 8;
|
||||
|
||||
+/* bg opacity */
|
||||
+float alpha = 0.8;
|
||||
+
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
/* 8 normal colors */
|
Loading…
Add table
Add a link
Reference in a new issue