diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-08-19 23:46:23 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-08-19 23:46:23 +0200 |
commit | e1b8fb31dd07d420486ab77565241512c5be4814 (patch) | |
tree | 021770f2f25d3647f8490e37fbd2eb39bc3bae62 | |
parent | 3e0fe57d53c8f5c4c24624364d47be188be72c77 (diff) |
Changed colour scheme to match oblivion
-rw-r--r-- | config-desktop.h | 10 | ||||
-rw-r--r-- | config-laptop.h | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/config-desktop.h b/config-desktop.h index ae4c4df..c3e39e6 100644 --- a/config-desktop.h +++ b/config-desktop.h @@ -14,11 +14,11 @@ static const char font[] = "DVIcons:size=8"; #define NUMCOLORS 5 // need at least 3 static const char colors[NUMCOLORS][ColLast][8] = { // border foreground background - { "#3b3b3b", "#404040", "#111111" }, // 0 = normal - { "#689dff", "#386dff", "#111111" }, // 1 = selected - { "#ffffff", "#ffca38", "#111111" }, // 2 = urgent/warning - { "#ffffff", "#ff3838", "#111111" }, // 3 = error - { "#ffffff", "#999999", "#111111" }, // 4 = statusbar + { "#555753", "#888a85", "#2e3436" }, // 0 = normal + { "#8ae234", "#8ae234", "#2e3436" }, // 1 = selected + { "#ffffff", "#edd400", "#2e3436" }, // 2 = urgent/warning + { "#ffffff", "#cc0000", "#2e3436" }, // 3 = error + { "#ffffff", "#d3d7cf", "#2e3436" }, // 4 = statusbar }; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 8; /* snap pixel */ diff --git a/config-laptop.h b/config-laptop.h index a778b62..4b30639 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -15,11 +15,11 @@ static const char font[] = "DVIcons:size=8"; #define NUMCOLORS 5 // need at least 3 static const char colors[NUMCOLORS][ColLast][8] = { // border foreground background - { "#3b3b3b", "#404040", "#111111" }, // 0 = normal - { "#689dff", "#386dff", "#111111" }, // 1 = selected - { "#ffffff", "#ffca38", "#111111" }, // 2 = urgent/warning - { "#ffffff", "#ff3838", "#111111" }, // 3 = error - { "#ffffff", "#999999", "#111111" }, // 4 = statusbar + { "#555753", "#888a85", "#2e3436" }, // 0 = normal + { "#8ae234", "#8ae234", "#2e3436" }, // 1 = selected + { "#ffffff", "#edd400", "#2e3436" }, // 2 = urgent/warning + { "#ffffff", "#cc0000", "#2e3436" }, // 3 = error + { "#ffffff", "#d3d7cf", "#2e3436" }, // 4 = statusbar }; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 8; /* snap pixel */ |