From fe0a3d6bb9f8f1c0b1431aa268bcbb1e1ef40a80 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 29 Jun 2021 11:19:56 +0530 Subject: font2 --- config.def.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index cd1ae8b..2891521 100644 --- a/config.def.h +++ b/config.def.h @@ -6,6 +6,12 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "JetBrains Mono:pixelsize=12:antialias=true:autohint=true"; +/* Spare fonts */ +static char *font2[] = { + "JetBrainsMono Nerd Font Mono:pixelsize=12:antialias=true:autohint=true", +/* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ +}; + static int borderpx = 2; /* @@ -113,7 +119,7 @@ static const char *colorname[] = { "red", "green", "yellow", - "#5c5cff", + "#6071a9", "magenta", "cyan", "white", @@ -123,7 +129,7 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "black", + "#22212f", }; @@ -478,3 +484,4 @@ static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; + -- cgit v1.2.3