diff options
| author | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-29 13:21:48 -0400 |
| commit | 4219d63336356fee619f58fc82ccbbbda0f65049 (patch) | |
| tree | 9bb83b7268c73cd22bbbd3144269dc97577bdd37 /wallust/templates/colors_rofi.rasi | |
| parent | 3e6b5bcd05e19f1043c614b7bbed3b07267b8534 (diff) | |
| download | dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.tar.gz dotfiles-4219d63336356fee619f58fc82ccbbbda0f65049.zip | |
rofi and dunst
Diffstat (limited to 'wallust/templates/colors_rofi.rasi')
| -rw-r--r-- | wallust/templates/colors_rofi.rasi | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/wallust/templates/colors_rofi.rasi b/wallust/templates/colors_rofi.rasi index 2eb00be..4c56811 100644 --- a/wallust/templates/colors_rofi.rasi +++ b/wallust/templates/colors_rofi.rasi @@ -1,10 +1,29 @@ * { - bg-col: {{background}}; - bg-col-light: {{background}}; - border-col: {{background}}; - selected-col: {{background}}; - blue: {{color12}}; - fg-col: {{foreground}}; - fg-col2: {{color13}}; - grey: {{color0}}; + 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}}; } |