And I could never get enough

This commit is contained in:
λmolinae 2025-05-25 14:38:46 -06:00
parent ae7aefa541
commit b88dc9011a
15 changed files with 159 additions and 50 deletions

View file

@ -0,0 +1,22 @@
wallpaper="%%wallpaper%%"
background="%%background.hex%%"
foreground="%%foreground.hex%%"
curstor="%%cursor.hex%%"
border="%%border.hex%%"
color0="%%color0.hex%%"
color1="%%color1.hex%%"
color2="%%color2.hex%%"
color3="%%color3.hex%%"
color4="%%color4.hex%%"
color5="%%color5.hex%%"
color6="%%color6.hex%%"
color7="%%color7.hex%%"
color8="%%color8.hex%%"
color9="%%color9.hex%%"
color10="%%color10.hex%%"
color11="%%color11.hex%%"
color12="%%color12.hex%%"
color13="%%color13.hex%%"
color14="%%color14.hex%%"
color15="%%color15.hex%%"

View file

@ -0,0 +1,5 @@
static uint32_t colors[][3] = {
/* fg bg */
[SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff },
[SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff },
};

View file

@ -1,11 +0,0 @@
[colors]
background=%%background.hex%%ff
prompt=%%foreground.hex%%ff
text=%%foreground.hex%%ff
placeholder=%%foreground.hex%%ff
input=%%foreground.hex%%ff
match=%%foreground.hex%%ff
selection=%%color1.hex%%ff
selection-text=%%background.hex%%ff
selection-match=%%foreground.hex%%ff
border=%%color1.hex%%ff