diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:46:41 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-17 22:46:41 +0100 |
| commit | 89e27c8df9f0e510640a3aee58fd2ccaf9c5dbd8 (patch) | |
| tree | 3fe02951a0edc5c2faf2c371016feae4c03210fa /config.h | |
| parent | 7c0f1ca0fb44145a9ef5576224188dbd500c04b9 (diff) | |
changed color scheme
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 40 |
1 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 */ }; |
