From bd77fd5e1f825f3c8537c308d77763325dab33fd Mon Sep 17 00:00:00 2001 From: nirav Date: Sat, 12 Dec 2020 05:11:07 +0000 Subject: Change colors --- config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 305210a..42d1088 100644 --- a/config.h +++ b/config.h @@ -5,12 +5,12 @@ static const unsigned int borderpx = 1; /* 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 = 0; /* 0 means bottom bar */ -static const char *fonts[] = { ":size=10" }; +static const char *fonts[] = { "monospace:size=12" }; static const char dmenufont[] = ":size=10"; -static const char col_gray1[] = "#333333"; -static const char col_gray2[] = "#444444"; +static const char col_gray1[] = "#222222"; +static const char col_gray2[] = "#333333"; static const char col_gray3[] = "#eaeaea"; -static const char col_gray4[] = "#777777"; +static const char col_gray4[] = "#888888"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, -- cgit v1.2.3