mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 13:32:49 +01:00
add wayprompt config
This commit is contained in:
parent
936dfbecfd
commit
c25f1d49f2
1 changed files with 15 additions and 0 deletions
15
.config/wayprompt/config.ini.cgt
Normal file
15
.config/wayprompt/config.ini.cgt
Normal 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" %>;
|
Loading…
Reference in a new issue