Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

templates/colors-wal-dwl.h

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/* Taken from https:
                        ((hex >> 16) & 0xFF) / 255.0f, \
                        ((hex >> 8) & 0xFF) / 255.0f, \
                        (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 },
};