mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings
This commit is contained in:
@@ -18,4 +18,11 @@ configuration {
|
||||
window-format: "{w} · {c} · {t}";
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/mytheme.rasi"
|
||||
|
||||
/*---- import color theme here ----*/
|
||||
/*@import "~/.config/rofi/themes/dark.rasi"*/
|
||||
@import "~/.config/rofi/themes/dracula.rasi"
|
||||
|
||||
/*---- import theme here ----*/
|
||||
@import "~/.config/rofi/themes/base.rasi"
|
||||
|
@@ -1,38 +1,4 @@
|
||||
* {
|
||||
background: #1e1e1e;
|
||||
background-alt: #282B31FF;
|
||||
background-color: @background;
|
||||
foreground: #FFFFFFFF;
|
||||
foreground-normal: @foreground;
|
||||
selected: #61AFEFFF;
|
||||
active: #98C379FF;
|
||||
urgent: #E06C75FF;
|
||||
}
|
||||
* {
|
||||
border-colour: var(selected);
|
||||
handle-colour: var(selected);
|
||||
background-colour: var(background);
|
||||
foreground-colour: var(foreground);
|
||||
alternate-background: var(background-alt);
|
||||
normal-background: var(background);
|
||||
normal-foreground: var(foreground);
|
||||
urgent-background: var(urgent);
|
||||
urgent-foreground: var(background);
|
||||
active-background: var(active);
|
||||
active-foreground: var(background);
|
||||
selected-normal-background: var(selected);
|
||||
selected-normal-foreground: var(background);
|
||||
selected-urgent-background: var(active);
|
||||
selected-urgent-foreground: var(background);
|
||||
selected-active-background: var(urgent);
|
||||
selected-active-foreground: var(background);
|
||||
alternate-normal-background: var(background);
|
||||
alternate-normal-foreground: var(foreground);
|
||||
alternate-urgent-background: var(urgent);
|
||||
alternate-urgent-foreground: var(background);
|
||||
alternate-active-background: var(active);
|
||||
alternate-active-foreground: var(background);
|
||||
}
|
||||
|
||||
/*----Main Window */
|
||||
window {
|
||||
/* properties for window widget */
|
25
config/rofi/themes/dark.rasi
Normal file
25
config/rofi/themes/dark.rasi
Normal file
@@ -0,0 +1,25 @@
|
||||
* {
|
||||
border-colour: #61AFEFFF;
|
||||
handle-colour: #61AFEFFF;
|
||||
background-colour: #1e1e1e;
|
||||
foreground-colour: #FFFFFFFF;
|
||||
alternate-background: #282B31FF;
|
||||
normal-background: #1e1e1e;
|
||||
normal-foreground: #FFFFFFFF;
|
||||
urgent-background: #E06C75FF;
|
||||
urgent-foreground: #1e1e1e;
|
||||
active-background: #98C379FF;
|
||||
active-foreground: #1e1e1e;
|
||||
selected-normal-background: #61AFEFFF;
|
||||
selected-normal-foreground: #1e1e1e;
|
||||
selected-urgent-background: #98C379FF;
|
||||
selected-urgent-foreground: #1e1e1e;
|
||||
selected-active-background: #E06C75FF;
|
||||
selected-active-foreground: #1e1e1e;
|
||||
alternate-normal-background: #1e1e1e;
|
||||
alternate-normal-foreground: #FFFFFFFF;
|
||||
alternate-urgent-background: #E06C75FF;
|
||||
alternate-urgent-foreground: #1e1e1e;
|
||||
alternate-active-background: #98C379FF;
|
||||
alternate-active-foreground: #1e1e1e;
|
||||
}
|
25
config/rofi/themes/dracula.rasi
Normal file
25
config/rofi/themes/dracula.rasi
Normal file
@@ -0,0 +1,25 @@
|
||||
* {
|
||||
border-colour: #bd93f9;
|
||||
handle-colour: #bd93f9;
|
||||
background-colour: #282a36;
|
||||
foreground-colour: #ffffffff;
|
||||
alternate-background: #6272a4;
|
||||
normal-background: #282a36;
|
||||
normal-foreground: #ffffffff;
|
||||
urgent-background: #ff5555;
|
||||
urgent-foreground: #282a36;
|
||||
active-background: #50FA7B;
|
||||
active-foreground: #282a36;
|
||||
selected-normal-background: #bd93f9;
|
||||
selected-normal-foreground: #282a36;
|
||||
selected-urgent-background: #98c379ff;
|
||||
selected-urgent-foreground: #282a36;
|
||||
selected-active-background: #ff5555;
|
||||
selected-active-foreground: #282a36;
|
||||
alternate-normal-background: #282a36;
|
||||
alternate-normal-foreground: #ffffffff;
|
||||
alternate-urgent-background: #ff5555;
|
||||
alternate-urgent-foreground: #282a36;
|
||||
alternate-active-background: #98c379ff;
|
||||
alternate-active-foreground: #282a36;
|
||||
}
|
Reference in New Issue
Block a user