mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Redoing my rofi prompts.
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
rofi.theme: ~/.config/rofi/themes/distrotube.rasi
|
|
||||||
3
.config/rofi/config.rasi
Normal file
3
.config/rofi/config.rasi
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
configuration {
|
||||||
|
theme: "~/.config/rofi/themes/dt-center.rasi";
|
||||||
|
}
|
||||||
@@ -13,6 +13,8 @@
|
|||||||
prompt-background: #51afef;
|
prompt-background: #51afef;
|
||||||
prompt-foreground: #282c34;
|
prompt-foreground: #282c34;
|
||||||
prompt-padding: 4px;
|
prompt-padding: 4px;
|
||||||
|
selected-normal-background: #ae3f3e;
|
||||||
|
selected-normal-foreground: #ffffff;
|
||||||
}
|
}
|
||||||
#window {
|
#window {
|
||||||
anchor: north;
|
anchor: north;
|
||||||
@@ -45,6 +47,6 @@
|
|||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
#element selected {
|
#element selected {
|
||||||
background-color: #ae3f3e;
|
background-color: @selected-normal-background;
|
||||||
text-color: #ffffff;
|
text-color: @selected-normal-foreground;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user