From e966d5328d6f328546db213278d1a1a6cd2f58d5 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 24 May 2025 04:08:28 -0500 Subject: install scripts. reorganization. soon to be deployable --- env/.config/rofi/config.rasi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 env/.config/rofi/config.rasi (limited to 'env/.config/rofi') 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; +} -- cgit v1.3