summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/config.def.h b/config.def.h
index cfdfe5b..5be8356 100644
--- a/config.def.h
+++ b/config.def.h
@@ -20,18 +20,16 @@ static const float rootcolor[] = COLOR(0x000000ff);
/* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You can also use glsl colors */
-static const uint32_t col_primary = 0xae81ffff; /* selection bg */
+static const uint32_t col_border = 0x4f5b58ff;
-static const uint32_t col_border = 0x444444ff;
+static const uint32_t col_fg = 0xd3c6aaff;
+static const uint32_t col_fg_sel = 0xa7c080ff;
-static const uint32_t col_fg = 0xbbbbbbff;
-static const uint32_t col_fg_sel = 0xeeeeeeff;
-
-static const uint32_t col_bg = 0x080808ff;
-static const uint32_t col_bg_sel = 0x323437ff;
+static const uint32_t col_bg = 0x272e33ff;
+static const uint32_t col_bg_sel = 0x3c4841ff;
static const uint32_t col_sel = 0x323437ff;
-static const uint32_t col_red = 0x770000ff;
+static const uint32_t col_red = 0xe67e80ff;
static uint32_t colors[][3] = {
/* fg bg border */