diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /.config/wallust/templates/colors_rofi.rasi | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to '.config/wallust/templates/colors_rofi.rasi')
| -rw-r--r-- | .config/wallust/templates/colors_rofi.rasi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/wallust/templates/colors_rofi.rasi b/.config/wallust/templates/colors_rofi.rasi new file mode 100644 index 0000000..4c56811 --- /dev/null +++ b/.config/wallust/templates/colors_rofi.rasi @@ -0,0 +1,29 @@ +* { + selected-active-foreground: @background; + lightfg: {{foreground}}; + separatorcolor: @accent; + urgent-foreground: {{color13}}; + alternate-urgent-background: @lightbg; + lightbg: {{color0}}; + background-color: transparent; + border-color: @accent; + normal-background: @background; + selected-urgent-background: {{color13}}; + alternate-active-background: @lightbg; + spacing: 2; + alternate-normal-foreground: @foreground; + urgent-background: @background; + selected-normal-foreground: @lightbg; + active-foreground: {{color12}}; + background: {{background}}; + selected-active-background: {{color12}}; + active-background: @background; + selected-normal-background: @lightfg; + alternate-normal-background: @lightbg; + foreground: {{foreground}}; + selected-urgent-foreground: @background; + normal-foreground: @foreground; + alternate-urgent-foreground: {{color13}}; + alternate-active-foreground: {{color12}}; + accent: {{color14}}; +} |