diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-06-15 10:16:06 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-12-06 05:03:18 +0100 |
| commit | a0e12c2e2695ea551b2d382294b937e467d25e39 (patch) | |
| tree | 717cd157c4f26fdb0dcfe81bc1108cff81aeff97 /config.def.h | |
| parent | e595b58ad6ab5f984b9744197cd4cf39993a180a (diff) | |
Font changes
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index b7cdd6a..62c2499 100644 --- a/config.def.h +++ b/config.def.h @@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Nerd Font Inconsolata Mono:Style=Regular:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Inconsolata Nerd Font Mono:Style=Bold:pixelsize=16:antialias=true:autohint=true"; /* Spare fonts */ -static char *font2[] = { +static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ @@ -125,7 +125,7 @@ static const char *colorname[] = { [13] = "#d3869b", /* magenta */ [14] = "#8ec07c", /* cyan */ [15] = "#ebdbb2", /* white */ - + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ [256] = "#282828", |
