mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-17 21:24:49 +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";
|
||||
}
|
||||
@@ -5,14 +5,16 @@
|
||||
*/
|
||||
|
||||
* {
|
||||
background-color: #282c34;
|
||||
border-color: #282c34;
|
||||
text-color: #bbc2cf;
|
||||
font: "SauceCodePro Nerd Font Mono 9";
|
||||
prompt-font: "Ubuntu Bold 9";
|
||||
prompt-background: #51afef;
|
||||
prompt-foreground: #282c34;
|
||||
prompt-padding: 4px;
|
||||
background-color: #282c34;
|
||||
border-color: #282c34;
|
||||
text-color: #bbc2cf;
|
||||
font: "SauceCodePro Nerd Font Mono 9";
|
||||
prompt-font: "Ubuntu Bold 9";
|
||||
prompt-background: #51afef;
|
||||
prompt-foreground: #282c34;
|
||||
prompt-padding: 4px;
|
||||
selected-normal-background: #ae3f3e;
|
||||
selected-normal-foreground: #ffffff;
|
||||
}
|
||||
#window {
|
||||
anchor: north;
|
||||
@@ -45,6 +47,6 @@
|
||||
padding: 4px 8px;
|
||||
}
|
||||
#element selected {
|
||||
background-color: #ae3f3e;
|
||||
text-color: #ffffff;
|
||||
background-color: @selected-normal-background;
|
||||
text-color: @selected-normal-foreground;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user