From 5ec973978566145b68dac5b9f4b88c20d3265247 Mon Sep 17 00:00:00 2001 From: 0undefined Date: Sat, 31 May 2025 23:06:27 +0200 Subject: Use everforest as colorscheme --- config.def.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'config.def.h') 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 */ -- cgit v1.3