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,13 +35,12 @@ 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;
} }
@ -48,16 +50,27 @@ configuration {
border-color: @background-alt; border-color: @background-alt;
} }
#prompt {
padding: 0px 4px 0px 0px;
text-color: @foreground-alt;
}
#case-indicator { #case-indicator {
text-color: @foreground-alt; text-color: @foreground-alt;
} }
#prompt {
font: "Roboto Bold 10";
padding: 0px 8px 0px 0px;
text-color: @foreground;
}
#message {
padding: 4px;
}
#textbox {
padding: 4px 12px 4px 12px;
font-color: @foreground-alt;
}
#listview { #listview {
padding: 4px;
spacing: 0px; spacing: 0px;
} }
@ -88,6 +101,9 @@ configuration {
text-color: @background; text-color: @background;
} }
#sidebar {
}
#button { #button {
padding: 8px; padding: 8px;
} }