mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
#prompt {
|
||||
#prompt, button{
|
||||
spacing: 0;
|
||||
text-color: @normal-foreground;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ configuration {
|
|||
* {
|
||||
foreground: #ffeedd;
|
||||
backlight: #ccffeedd;
|
||||
background-color: rgba(0,0,0,0);
|
||||
background-color: transparent;
|
||||
dark: #1c1c1c;
|
||||
// Black
|
||||
black: #3d352a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue