reverting to bg 555 - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 84ae6e12ebbb1a42a89c3f517952601985ab55d0 DIR parent 784659565a7a4169fef9ad469ef841630758df26 HTML Author: Anselm R. Garbe <arg@suckless.org> Date: Wed, 21 Feb 2007 13:31:04 +0100 reverting to bg 555 Diffstat: M config.arg.h | 2 +- M config.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/config.arg.h b/config.arg.h @@ -9,7 +9,7 @@ #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" #define SELBORDERCOLOR "#69c" -#define SELBGCOLOR "#357" +#define SELBGCOLOR "#555" #define SELFGCOLOR "#fff" #define TOPBAR True /* False */ DIR diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 3.6.1 +VERSION = 3.7 # Customize below to fit your system