rofi: Touch up theme, make it more readable
This commit is contained in:
parent
83dd5534f2
commit
c91a7c09f7
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
#element {
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element normal active {
|
#textbox {
|
||||||
|
padding: 4px 12px 4px 12px;
|
||||||
|
font-color: @foreground-alt;
|
||||||
|
}
|
||||||
|
|
||||||
|
#listview {
|
||||||
|
padding: 4px;
|
||||||
|
spacing: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#element normal active {
|
||||||
text-color: @blue-dark;
|
text-color: @blue-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element normal urgent {
|
#element normal urgent {
|
||||||
text-color: @yellow;
|
text-color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected normal {
|
#element selected normal {
|
||||||
background-color: @blue;
|
background-color: @blue;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected active {
|
#element selected active {
|
||||||
background-color: @blue-dark;
|
background-color: @blue-dark;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected urgent {
|
#element selected urgent {
|
||||||
background-color: @yellow;
|
background-color: @yellow;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button {
|
#sidebar {
|
||||||
|
}
|
||||||
|
|
||||||
|
#button {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button selected {
|
#button selected {
|
||||||
background-color: @background-alt;
|
background-color: @background-alt;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* vim:ft=css
|
/* vim:ft=css
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user