add wayprompt config

This commit is contained in:
LordMZTE 2023-10-19 08:24:54 +02:00
parent 936dfbecfd
commit c25f1d49f2
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -0,0 +1,15 @@
<! 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" %>;