From a603d9bd33451e3a630e98282ce40c103a1f8d20 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 20 Aug 2017 16:08:24 +0200 Subject: Switched colour scheme to oblivion blue instead of green --- config-desktop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-desktop.h') diff --git a/config-desktop.h b/config-desktop.h index c3e39e6..9eda018 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -15,9 +15,9 @@ static const char font[] = "DVIcons:size=8"; static const char colors[NUMCOLORS][ColLast][8] = { // border foreground background { "#555753", "#888a85", "#2e3436" }, // 0 = normal - { "#8ae234", "#8ae234", "#2e3436" }, // 1 = selected + { "#729fcf", "#729fcf", "#2e3436" }, // 1 = selected { "#ffffff", "#edd400", "#2e3436" }, // 2 = urgent/warning - { "#ffffff", "#cc0000", "#2e3436" }, // 3 = error + { "#ffffff", "#ef2929", "#2e3436" }, // 3 = error { "#ffffff", "#d3d7cf", "#2e3436" }, // 4 = statusbar }; static const unsigned int borderpx = 1; /* border pixel of windows */ -- cgit v1.2.3