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:
parent
e1abc420e0
commit
131dd56522
1 changed files with 4 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue