summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
-rwxr-xr-xstbin106912 -> 106912 bytes
-rw-r--r--x.obin78808 -> 78808 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 6da7638..69ae290 100644
--- a/config.h
+++ b/config.h
@@ -96,8 +96,8 @@ char *termname = "st-256color";
unsigned int tabspaces = 4;
/* bg opacity */
-float alpha = 0.8;
-float alphaUnfocused = 0.6;
+float alpha = 0.9;
+float alphaUnfocused = 0.0;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
diff --git a/st b/st
index 810d290..144a727 100755
--- a/st
+++ b/st
Binary files differ
diff --git a/x.o b/x.o
index d0a5733..75b1a18 100644
--- a/x.o
+++ b/x.o
Binary files differ