From 8021ed85bfd50210968826c77e76c37613f31cd9 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 19 Feb 2025 22:28:58 +0500 Subject: change font and gruvbox theme --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3d38880..99227a0 100644 --- a/config.h +++ b/config.h @@ -5,9 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Iosevka:size=15"; -/* static char *font = "DepartureMono Nerd Font:size=13"; */ -/* static char *font = "Monocraft:size=15"; */ +static char *font = "Iosevka:pixelsize=21:antialias=true:autohint=true"; +/* static char *font = "Monocraft:pixelsize=18:antialias=true:autohint=true"; */ static int borderpx = 2; /* @@ -97,6 +96,7 @@ unsigned int tabspaces = 8; #include "miku.h" /* #include "srcery.h" */ +/* #include "gruvbox.h" */ /* * Default shape of cursor -- cgit v1.2.3