dotfiles/.config/wayprompt/config.ini.cgt
2023-10-19 08:24:54 +02:00

16 lines
395 B
Plaintext

<! function col(c)
return opt.catppuccin[c]:gsub("^#", "0x")
end !>
[colours]
background = <% col "mantle" %>;
border = <% col "red" %>;
text = <% col "text" %>;
error-text = <% col "red" %>;
pin-background = <% col "base" %>;
pin-border = <% col "green" %>;
pin-square = <% col "mauve" %>;
ok-button = <% col "blue" %>;
not-ok-button = <% col "maroon" %>;
cancel-button = <% col "red" %>;