mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
Fix DarkBlue theme
This commit is contained in:
parent
99f2a1a9bf
commit
87d9caec60
2 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
#prompt {
|
#prompt, button{
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ configuration {
|
||||||
* {
|
* {
|
||||||
foreground: #ffeedd;
|
foreground: #ffeedd;
|
||||||
backlight: #ccffeedd;
|
backlight: #ccffeedd;
|
||||||
background-color: rgba(0,0,0,0);
|
background-color: transparent;
|
||||||
dark: #1c1c1c;
|
dark: #1c1c1c;
|
||||||
// Black
|
// Black
|
||||||
black: #3d352a;
|
black: #3d352a;
|
||||||
|
@ -104,7 +104,7 @@ configuration {
|
||||||
font: "Sauce Code Pro 18";
|
font: "Sauce Code Pro 18";
|
||||||
}
|
}
|
||||||
#entry,prompt,case-indicator {
|
#entry,prompt,case-indicator {
|
||||||
text-font: inherit;
|
text-font: inherit;
|
||||||
text-color:inherit;
|
text-color:inherit;
|
||||||
}
|
}
|
||||||
#listview {
|
#listview {
|
||||||
|
@ -117,11 +117,11 @@ configuration {
|
||||||
lines: 10;
|
lines: 10;
|
||||||
}
|
}
|
||||||
#element {
|
#element {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
// border: 2px;
|
// border: 2px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: @foreground;
|
color: @foreground;
|
||||||
font:inherit;
|
font:inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue