aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/config/rofi/config.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/config/rofi/config.rasi')
-rw-r--r--dotfiles/config/rofi/config.rasi51
1 files changed, 51 insertions, 0 deletions
diff --git a/dotfiles/config/rofi/config.rasi b/dotfiles/config/rofi/config.rasi
new file mode 100644
index 0000000..106ccd1
--- /dev/null
+++ b/dotfiles/config/rofi/config.rasi
@@ -0,0 +1,51 @@
+* {
+ // Set theme color
+ lightfg: #281657;
+ lightfg: #b455f7;
+ background: #281657;
+ foreground: #b455f7;
+ blue: #e955f7;
+ red: #f75557;
+
+ // Redifine global var
+ selected-active-foreground: var(background);
+ separatorcolor: var(foreground);
+ urgent-foreground: var(red);
+ alternate-urgent-background: var(lightbg);
+ background-color: transparent;
+ border-color: var(foreground);
+ normal-background: var(background);
+ selected-urgent-background: var(red);
+ alternate-active-background: var(lightbg);
+ spacing: 2;
+ alternate-normal-foreground: var(foreground);
+ urgent-background: var(background);
+ selected-normal-foreground: var(lightbg);
+ active-foreground: var(blue);
+ selected-active-background: var(blue);
+ active-background: var(background);
+ selected-normal-background: var(lightfg);
+ alternate-normal-background: rgba ( 40, 22, 87, 100 % );
+ selected-urgent-foreground: var(background);
+ normal-foreground: var(foreground);
+ alternate-urgent-foreground: var(red);
+ alternate-active-foreground: var(blue);
+}
+
+// Change hardcoded values
+num-filtered-rows {
+ text-color: #8247AC;
+}
+
+num-rows {
+ text-color: #8247AC;
+}
+
+textbox-num-sep {
+ text-color: #8247AC;
+}
+
+entry {
+ placeholder-color: #8247AC;
+}
+