diff options
| -rw-r--r-- | config.h | 40 | ||||
| -rwxr-xr-x | st | bin | 109944 -> 109944 bytes | |||
| -rw-r--r-- | x.o | bin | 75672 -> 75736 bytes |
3 files changed, 20 insertions, 20 deletions
@@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font :pixelsize=16:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -96,32 +96,32 @@ 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", + "#f65b5b", + "#e74c7c", + "#6bb05d", + "#e59e67", + "#5b98a9", + "#b185db", + "#51a39f", + "#c4c4c4", /* 8 bright colors */ - "gray50", - "red", - "green", - "yellow", - "#5c5cff", - "magenta", - "cyan", - "white", + "#343636", + "#c26f6f", + "#8dc776", + "#e7ac7e", + "#7ab3c3", + "#bb84e5", + "#6db0ad", + "#cccccc", [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - "#cccccc", + "#875fff", "#555555", - "gray90", /* default foreground colour */ - "black", /* default background colour */ + "#c5c8c9", /* default foreground colour */ + "#000000", /* default background colour */ }; |
