From 4853e17b831c4ce7021fb314eaa4dafded024d90 Mon Sep 17 00:00:00 2001 From: noamcore <146050u54@gmail.com> Date: Tue, 23 Oct 2018 14:26:26 -0300 Subject: Add Xresources capability --- config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 58e728e..c7a2389 100644 --- a/config.def.h +++ b/config.def.h @@ -14,11 +14,11 @@ static const char * const BAR_FONT = "monospace:size=8"; /* colors: * (see X(7) section "COLOR NAMES" for valid values) */ -static const char * const WIN_BG_COLOR = "#555555"; -static const char * const WIN_FS_COLOR = "#000000"; -static const char * const SEL_COLOR = "#EEEEEE"; -static const char * const BAR_BG_COLOR = "#222222"; -static const char * const BAR_FG_COLOR = "#EEEEEE"; +static char const * WIN_BG_COLOR = "#555555"; +static char const * WIN_FS_COLOR = "#000000"; +static char const * SEL_COLOR = "#EEEEEE"; +static char const * BAR_BG_COLOR = "#222222"; +static char const * BAR_FG_COLOR = "#EEEEEE"; #endif #ifdef _IMAGE_CONFIG -- cgit v1.2.3-70-g09d2