diff --git a/config.def.h b/config.def.h index 6d4edc9..a21ba0f 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 = "Source Code Pro:size=10:antialias=true:autohint=true"; +static char *font = "JetBrainsMono:size=10:antialias=true:autohint=true"; static int borderpx = 12; /* @@ -96,7 +96,7 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - [0] = "#121212", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */