From d3c99a252a174ba0c72ee39d616af8b33ffc0f89 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 18 May 2015 14:29:36 -0600 Subject: [PATCH] changed colors in dwm --- dwm.config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwm.config.h b/dwm.config.h index 1a9cd4f..0fd3c2f 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -7,9 +7,9 @@ static const char font[] = "Inconsolata-12"; #define NUMCOLORS 9 static const char colors[NUMCOLORS][ColLast][9] = { // border foreground background - { "#212121", "#696969", "#121212" }, // 0 = normal - { "#696969", "#E0E0E0", "#121212" }, // 1 = selected - { "#212121", "#CF4F88", "#121212" }, // 2 = red + { "#212121", "#00CC00", "#121212" }, // 0 = normal + { "#696969", "#99FF99", "#121212" }, // 1 = selected + { "#212121", "#CC0000", "#121212" }, // 2 = red { "#212121", "#53A6A6", "#121212" }, // 3 = green { "#212121", "#914E89", "#121212" }, // 4 = yellow { "#212121", "#4779B3", "#121212" }, // 5 = blue