diff options
-rw-r--r-- | config.h | 7 | ||||
-rwxr-xr-x | st | bin | 106504 -> 105752 bytes | |||
-rw-r--r-- | st.o | bin | 81624 -> 81352 bytes | |||
-rw-r--r-- | x.o | bin | 75112 -> 75272 bytes |
4 files changed, 4 insertions, 3 deletions
@@ -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 */ }; |