diff options
Diffstat (limited to 'wallust/templates/colors_rofi.rasi')
| -rw-r--r-- | wallust/templates/colors_rofi.rasi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wallust/templates/colors_rofi.rasi b/wallust/templates/colors_rofi.rasi new file mode 100644 index 0000000..2eb00be --- /dev/null +++ b/wallust/templates/colors_rofi.rasi @@ -0,0 +1,10 @@ +* { + bg-col: {{background}}; + bg-col-light: {{background}}; + border-col: {{background}}; + selected-col: {{background}}; + blue: {{color12}}; + fg-col: {{foreground}}; + fg-col2: {{color13}}; + grey: {{color0}}; +} |