dotfiles/.config/hellwal/templates/dwl-colors.h
2025-04-16 16:33:04 -06:00

6 lines
323 B
C

#define WALLPAPER "%%wallpaper%%"
static const float rootcolor[] = COLOR(0x%%color0.hex%%ff);
static const float bordercolor[] = COLOR(0x%%color2.hex%%ff);
static const float focuscolor[] = COLOR(0x%%color2.hex%%ff);
static const float urgentcolor[] = COLOR(0x%%color1.hex%%ff);