SchemeSel - bakkeby/dusk GitHub Wiki

The SchemeSel colour scheme is technically not used within dusk and may end up being removed.

What this used to handle has since been taken over by other colour schemes.

The colour scheme can optionally be used to add a different default background colour for status modules on the bar. Refer to the scheme option under bar rules for more details on that.

Given that it is not used it is a good candidate for learning how to create your own colour schemes should you need to. Just grep the code base for references:

$ grep -rn SchemeSel
dusk.c:92:  SchemeSel,
lib/xrdb.c:25:          XRDB_LOAD_COLOR("dusk.selfgcolor", colors[SchemeSel][ColFg]);
lib/xrdb.c:26:          XRDB_LOAD_COLOR("dusk.selbgcolor", colors[SchemeSel][ColBg]);
lib/xrdb.c:27:          XRDB_LOAD_COLOR("dusk.selbordercolor", colors[SchemeSel][ColBorder]);
config.def.h:258: [SchemeSel]          = { OPAQUE, baralpha, borderalpha },
config.def.h:324: [SchemeSel]          = { selfgcolor,         selbgcolor,         selbordercolor,         },

Back to Xresources.

⚠️ **GitHub.com Fallback** ⚠️