diff options
| author | 0undefined <oscar@nelin.dk> | 2025-05-31 21:06:27 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-05-31 21:06:27 +0000 |
| commit | 5ec973978566145b68dac5b9f4b88c20d3265247 (patch) | |
| tree | afba527507a53dae4eea8df3793396628f57d19c /config.def.h | |
| parent | 61a4b0302f968d1d3d80cb614c1afcc375324f57 (diff) | |
Use everforest as colorscheme
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 14 |
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 */ |
