summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-05-26 10:04:45 +0200
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-05-26 10:04:45 +0200
commitcd5198f084186dacb9f90bc2b52654f16f6feefb (patch)
treec76c9942f52a9e8b2a2d012bcccf99198b9f189a /st
parent15663cf4d0666670ff1dffcac9d56aef87752c3f (diff)
change settings
Diffstat (limited to 'st')
-rwxr-xr-xst/config.h4
-rwxr-xr-xst/stbin103840 -> 105800 bytes
-rw-r--r--st/st.obin81352 -> 81224 bytes
-rw-r--r--st/x.obin77128 -> 77224 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h
index 29083c8..f86d587 100755
--- a/st/config.h
+++ b/st/config.h
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-#include "themes/wal-connect.h"
+#include "themes/default.h"
/*
* appearance
@@ -95,7 +95,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.85;
+float alpha = 0.9;
/* Terminal colors (16 first used in escape sequence) */
diff --git a/st/st b/st/st
index 81c585d..146ef10 100755
--- a/st/st
+++ b/st/st
Binary files differ
diff --git a/st/st.o b/st/st.o
index 8cbed5d..5c117af 100644
--- a/st/st.o
+++ b/st/st.o
Binary files differ
diff --git a/st/x.o b/st/x.o
index 236a874..ec50e7d 100644
--- a/st/x.o
+++ b/st/x.o
Binary files differ