aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.def.h6
-rwxr-xr-xconfig.h6
-rwxr-xr-xstbin113864 -> 114368 bytes
-rw-r--r--st.obin88208 -> 88208 bytes
-rw-r--r--x.obin82800 -> 82792 bytes
5 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index bb87167..b03899d 100755
--- a/config.def.h
+++ b/config.def.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "LiterationMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
+static char *font = "UbuntuMono Nerd Font:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -94,7 +94,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 1.0;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
@@ -194,7 +194,7 @@ ResourcePref resources[] = {
{ "color13", STRING, &colorname[13] },
{ "color14", STRING, &colorname[14] },
{ "color15", STRING, &colorname[15] },
- { "background", STRING, &colorname[256] },
+ { "background", STRING, &colorname[259] },
{ "foreground", STRING, &colorname[257] },
{ "cursorColor", STRING, &colorname[258] },
{ "termname", STRING, &termname },
diff --git a/config.h b/config.h
index bb87167..b03899d 100755
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "LiterationMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
+static char *font = "UbuntuMono Nerd Font:pixelsize=20:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -94,7 +94,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 1.0;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
@@ -194,7 +194,7 @@ ResourcePref resources[] = {
{ "color13", STRING, &colorname[13] },
{ "color14", STRING, &colorname[14] },
{ "color15", STRING, &colorname[15] },
- { "background", STRING, &colorname[256] },
+ { "background", STRING, &colorname[259] },
{ "foreground", STRING, &colorname[257] },
{ "cursorColor", STRING, &colorname[258] },
{ "termname", STRING, &termname },
diff --git a/st b/st
index fc88116..74a9972 100755
--- a/st
+++ b/st
Binary files differ
diff --git a/st.o b/st.o
index b432bc4..f837b93 100644
--- a/st.o
+++ b/st.o
Binary files differ
diff --git a/x.o b/x.o
index e763091..b561c61 100644
--- a/x.o
+++ b/x.o
Binary files differ