diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-09 01:39:10 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-09 01:39:10 +0900 |
| commit | 55345daabeaf9a8f9acd61a62d41668f2acde56d (patch) | |
| tree | 039b9075b938c0d1e8d451466ec137d884770c21 | |
| parent | cc75b0bc97dd579d75fee2dc86de487b2b80a5d6 (diff) | |
added more colors to wallust for rofi
| -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}}; + + +} + |
