From 84d1b45060e43e1d5b4b549575c04664f310107a Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 25 Jul 2020 21:25:12 -0400 Subject: [PATCH] Font Size & Color Changes - Change font sizes to 10 - Change active font color to background for contrast with accent color --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 0a20872..1a05ec9 100644 --- a/config.def.h +++ b/config.def.h @@ -5,12 +5,12 @@ static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=12", "fontawesome:size12" }; -static const char dmenufont[] = "monospace:size=12"; +static const char *fonts[] = { "monospace:size=10", "fontawesome:size10" }; +static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#282a36"; /* background color */ static const char col_gray2[] = "#6272a4"; /* inactive window border color */ static const char col_gray3[] = "#f8f8f2"; /* font color */ -static const char col_gray4[] = "#f8f8f2"; /* current tag and current window font color */ +static const char col_gray4[] = "#282a36"; /* current tag and current window font color */ static const char col_cyan[] = "#bd93f9"; /* Top bar second color and active window border color */ static const char *colors[][3] = { /* fg bg border */