diff options
Diffstat (limited to 'config/wallust/templates/colors-rofi.rasi')
| -rw-r--r-- | config/wallust/templates/colors-rofi.rasi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/wallust/templates/colors-rofi.rasi b/config/wallust/templates/colors-rofi.rasi new file mode 100644 index 00000000..0e45cc44 --- /dev/null +++ b/config/wallust/templates/colors-rofi.rasi @@ -0,0 +1,28 @@ +* { +active-background: {{color9}}; +active-foreground: {{foreground}}; +normal-background: {{background}}; +normal-foreground: {{foreground}}; +urgent-background: {{color7}}; +urgent-foreground: {{foreground}}; + +alternate-active-background: {{color3}}; +alternate-active-foreground: {{foreground}}; +alternate-normal-background: {{background}}; +alternate-normal-foreground: {{foreground}}; +alternate-urgent-background: {{background}}; +alternate-urgent-foreground: {{foreground}}; + +selected-active-background: {{color7}}; +selected-active-foreground: {{foreground}}; +selected-normal-background: {{color9}}; +selected-normal-foreground: {{foreground}}; +selected-urgent-background: {{color12}}; +selected-urgent-foreground: {{foreground}}; + +background-color: {{background}}; +background: rgba(0,0,0,0.7); +foreground: {{color15}}; +border-color: {{color12}}; +} + |
