From 3e559c74f84d66c065e6626a0ccedd6a23ebf233 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 3 Aug 2020 14:57:43 +0200 Subject: [PATCH] Correct dracula stuff; Correct default font --- config.def.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 3c2be98..3079afb 100644 --- a/config.def.h +++ b/config.def.h @@ -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:size=10:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -119,6 +119,8 @@ static const char *colorname[] = { /* special colors */ [256] = "#282a36", /* background */ [257] = "#f8f8f2", /* foreground */ + [258] = "#f8f8f2", /* foreground */ + [259] = "#282a36", /* background */ }; /* @@ -127,8 +129,8 @@ static const char *colorname[] = { */ unsigned int defaultfg = 257; unsigned int defaultbg = 256; -static unsigned int defaultcs = 257; -static unsigned int defaultrcs = 257; +static unsigned int defaultcs = 258; +static unsigned int defaultrcs = 259; /* * Colors used, when the specific fg == defaultfg. So in reverse mode this