diff options
Diffstat (limited to 'st')
-rw-r--r-- | st/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/st/config.h b/st/config.h index a88fdd1..7a1b84c 100644 --- a/st/config.h +++ b/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true"; +static char font[] = "Inconsolata:size=13:antialias=true:autohint=true"; static int borderpx = 0; /* @@ -103,7 +103,7 @@ static const char *colorname[] = { "#5986b3", "#8659b3", "#59b386", - "#e6e6e6", + "#dddddd", /* 8 bright colors */ // "gray50", @@ -128,7 +128,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "#1c1c1c", + "#070707", }; @@ -176,8 +176,8 @@ static unsigned int defaultattr = 11; */ static MouseShortcut mshortcuts[] = { /* button mask string */ - { Button4, XK_ANY_MOD, "\031" }, - { Button5, XK_ANY_MOD, "\005" }, + { Button4, XK_ANY_MOD, "\031" }, + { Button5, XK_ANY_MOD, "\005" }, }; /* Internal keyboard shortcuts. */ |