diff options
Diffstat (limited to 'env/.config/rofi')
| -rw-r--r-- | env/.config/rofi/config.rasi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/env/.config/rofi/config.rasi b/env/.config/rofi/config.rasi new file mode 100644 index 0000000..837eea0 --- /dev/null +++ b/env/.config/rofi/config.rasi @@ -0,0 +1,15 @@ +@theme "Arc-Dark" + +//background: #30303050; +*{ + background: #201f5060; + alternate-normal-background: #3020B060; + normal-background: #20109060; + foreground: #F0C3F0; + border-color: #5030D0; + selected-normal-background: #10104060; +} + +window, mainbox{ + //border-radius: 20px; +} |
