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 ++++---- config.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 }, diff --git a/config.mk b/config.mk index 6d36cb7..2960b02 100644 --- a/config.mk +++ b/config.mk @@ -18,7 +18,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 +FREETYPEINC = ${X11INC}/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -- cgit v1.2.3