diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-08-20 16:08:24 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-08-20 16:08:24 +0200 |
commit | a603d9bd33451e3a630e98282ce40c103a1f8d20 (patch) | |
tree | 3a1fe2756fa133533ea134dda4ca661266155a45 | |
parent | e1b8fb31dd07d420486ab77565241512c5be4814 (diff) |
Switched colour scheme to oblivion blue instead of green
-rw-r--r-- | config-desktop.h | 4 | ||||
-rw-r--r-- | config-laptop.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 */ diff --git a/config-laptop.h b/config-laptop.h index 4b30639..23c0134 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -16,9 +16,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 */ |