Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions pywal/templates/colors-wal-dwl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
(hex & 0xFF) / 255.0f }}

static const float rootcolor[] = COLOR(0x{color0.strip}ff);
static uint32_t colors[][3] = {{
/* fg bg border */
[SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff, 0x{color8.strip}ff }},
[SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff, 0x{color1.strip}ff }},
[SchemeUrg] = {{ 0x{color15.strip}ff, 0x{color1.strip}ff, 0x{color2.strip}ff }},
}};
static const float bordercolor[] = COLOR(0x{color2.strip}ff);
static const float focuscolor[] = COLOR(0x{color1.strip}ff);
static const float urgentcolor[] = COLOR(0x{color3.strip}ff);
Loading