home: rofi: slightly adjust colors
This commit is contained in:
parent
754befb5f5
commit
ba214509cb
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
* {
|
||||
bg: #1a1b26;
|
||||
bg-blur: #1a1b26e6;
|
||||
bg: #16161e;
|
||||
fg: #6a6f87;
|
||||
}
|
|
@ -29,7 +29,7 @@ window {
|
|||
border-radius: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
background-color: @bg-blur;
|
||||
background-color: @bg;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
|
|
Loading…
Reference in a new issue