From a0e12c2e2695ea551b2d382294b937e467d25e39 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 15 Jun 2021 10:16:06 +0200 Subject: Font changes --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') 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", -- cgit v1.2.3