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: #16161e;
|
||||||
bg-blur: #1a1b26e6;
|
|
||||||
fg: #6a6f87;
|
fg: #6a6f87;
|
||||||
}
|
}
|
|
@ -29,7 +29,7 @@ window {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: @bg-blur;
|
background-color: @bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
|
|
Loading…
Reference in a new issue