summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h7
-rwxr-xr-xstbin106504 -> 105752 bytes
-rw-r--r--st.obin81624 -> 81352 bytes
-rw-r--r--x.obin75112 -> 75272 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index d2c3866..f4fa157 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "monospace:pixelsize=18:antialias=true:autohint=true";
+static char *font = "monospace:pixelsize=20:antialias=true:autohint=true";
+//static char *font = "monospace:pixelsize=40:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -120,8 +121,8 @@ static const char *colorname[] = {
/* more colors can be added after 255 to use with DefaultXX */
"#cccccc",
"#555555",
- "gray90", /* default foreground colour */
- "black", /* default background colour */
+ "#ffffff", /* default foreground colour */
+ "#222222", /* default background colour */
};
diff --git a/st b/st
index b232b89..93e2730 100755
--- a/st
+++ b/st
Binary files differ
diff --git a/st.o b/st.o
index 3741971..8cbed5d 100644
--- a/st.o
+++ b/st.o
Binary files differ
diff --git a/x.o b/x.o
index aad8d25..63c5309 100644
--- a/x.o
+++ b/x.o
Binary files differ