1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

small fix to arthur theme

This commit is contained in:
Dave Davenport 2017-09-09 15:10:41 +02:00
parent e1abc420e0
commit 131dd56522

View file

@ -97,24 +97,16 @@ configuration {
#inputbar {
color: @lightgreen;
padding: 8px;
padding: 11px;
background-color: @tlightblack;
border: 2px 2px 2px 2px;
border-radius: 15px 15px 0px 0px;
border-color: @foreground;
font: "Sauce Code Pro 18";
}
#prompt {
color: inherit;
}
#entry {
color:inherit;
}
#entry {
color:inherit;
}
#entry {
font: inherit;
#entry,prompt,case-indicator {
text-font: inherit;
text-color:inherit;
}
#listview {
padding: 8px;