Redoing my rofi prompts.

This commit is contained in:
Derek Taylor 2020-12-09 17:22:51 -06:00
parent 0191650b77
commit 8ca4703982
3 changed files with 15 additions and 11 deletions

View File

@ -1 +0,0 @@
rofi.theme: ~/.config/rofi/themes/distrotube.rasi

3
.config/rofi/config.rasi Normal file
View File

@ -0,0 +1,3 @@
configuration {
theme: "~/.config/rofi/themes/dt-center.rasi";
}

View File

@ -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;
}