diff --git a/.config/wayprompt/config.ini.cgt b/.config/wayprompt/config.ini.cgt new file mode 100644 index 0000000..54d7a30 --- /dev/null +++ b/.config/wayprompt/config.ini.cgt @@ -0,0 +1,15 @@ + + +[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" %>;