diff options
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi index dbb36597..68bc8b6b 100644 --- a/config/wallust/templates/colors-rofi.rasi +++ b/config/wallust/templates/colors-rofi.rasi @@ -27,4 +27,24 @@ background-color: {{background}}; background: rgba(0,0,0,0.7); foreground: {{foreground}}; border-color: {{color12}}; -}
\ No newline at end of file + +color0: {{color0}}; +color1: {{color1}}; +color2: {{color2}}; +color3: {{color3}}; +color4: {{color4}}; +color5: {{color5}}; +color6: {{color6}}; +color7: {{color7}}; +color8: {{color8}}; +color9: {{color9}}; +color10: {{color10}}; +color11: {{color11}}; +color12: {{color12}}; +color13: {{color13}}; +color14: {{color14}}; +color15: {{color15}}; + + +} + |
