mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 21:41:47 +01:00
15 lines
395 B
Text
15 lines
395 B
Text
<! 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" %>;
|