diff --git a/config.h b/config.h index 2a7e098..317a1e6 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; +static char font[] = "Terminus:pixelsize=14:antialias=false:autohint=false"; static int borderpx = 2; static char shell[] = "/bin/sh"; @@ -52,29 +52,30 @@ static unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - "black", - "red3", - "green3", - "yellow3", - "blue2", - "magenta3", - "cyan3", - "gray90", + "#073642", + "#dc322f", + "#859900", + "#b58900", + "#268bd2", + "#d33682", + "#2aa198", + "#eee8d5", /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", + "#002b36", + "#cb4b16", + "#586e75", + "#657b83", + "#839496", + "#6c71c4", + "#93a1a1", + "#fdf6e3", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", + "#333333", }; @@ -82,8 +83,8 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor */ -static unsigned int defaultfg = 7; -static unsigned int defaultbg = 0; +static unsigned int defaultfg = 11; +static unsigned int defaultbg = 8; static unsigned int defaultcs = 256; /*