aboutsummaryrefslogtreecommitdiff
path: root/env/.config/rofi
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
commite966d5328d6f328546db213278d1a1a6cd2f58d5 (patch)
treef0d41635190d29623920fdf4732cea7a006632d2 /env/.config/rofi
parent5010e575335939597b05f8d58bdf205c693a8004 (diff)
install scripts. reorganization. soon to be deployable
Diffstat (limited to 'env/.config/rofi')
-rw-r--r--env/.config/rofi/config.rasi15
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;
+}