rofi: Touch up theme, make it more readable

This commit is contained in:
Salt 2018-07-14 17:32:29 -05:00
parent 83dd5534f2
commit c91a7c09f7

View File

@ -1,6 +1,9 @@
/* rehashedsalt's Gruvbox rofi theme /* rehashedsalt's Gruvbox rofi theme
* Distributed under the terms of the MIT License * Distributed under the terms of the MIT License
* github.com/rehashedsalt * github.com/rehashedsalt
*
* See rofi-theme(5) for documentation
*
*/ */
configuration { configuration {
@ -32,69 +35,82 @@ configuration {
#window { #window {
location: north; location: north;
anchor: north; anchor: north;
orientation: horizontal;
border-color: @background-alt; border-color: @background-alt;
background-color: @background; background-color: @background;
border: 4px; border: 4px;
height: 35%; height: 40%;
width: 520px; width: 520px;
} }
#inputbar { #inputbar {
padding: 10px; padding: 10px;
border: 0px 0px 4px 0px; border: 0px 0px 4px 0px;
border-color: @background-alt; border-color: @background-alt;
} }
#prompt { #case-indicator {
padding: 0px 4px 0px 0px; text-color: @foreground-alt;
text-color: @foreground-alt; }
}
#case-indicator { #prompt {
text-color: @foreground-alt; font: "Roboto Bold 10";
} padding: 0px 8px 0px 0px;
text-color: @foreground;
}
#listview { #message {
spacing: 0px; padding: 4px;
} }
#textbox {
padding: 4px 12px 4px 12px;
font-color: @foreground-alt;
}
#element { #listview {
padding: 4px; padding: 4px;
} spacing: 0px;
}
#element normal active { #element {
text-color: @blue-dark; padding: 4px;
} }
#element normal urgent { #element normal active {
text-color: @yellow; text-color: @blue-dark;
} }
#element selected normal { #element normal urgent {
background-color: @blue; text-color: @yellow;
text-color: @background; }
}
#element selected active { #element selected normal {
background-color: @blue-dark; background-color: @blue;
text-color: @background; text-color: @background;
} }
#element selected urgent { #element selected active {
background-color: @yellow; background-color: @blue-dark;
text-color: @background; text-color: @background;
} }
#button { #element selected urgent {
padding: 8px; background-color: @yellow;
} text-color: @background;
}
#sidebar {
}
#button selected { #button {
background-color: @background-alt; padding: 8px;
} }
#button selected {
background-color: @background-alt;
}
/* vim:ft=css /* vim:ft=css
*/ */