6 lines
323 B
C
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);
|