home: rofi: slightly adjust colors

This commit is contained in:
Guanran Wang 2023-12-10 16:49:20 +08:00
parent 754befb5f5
commit ba214509cb
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
* { * {
bg: #1a1b26; bg: #16161e;
bg-blur: #1a1b26e6;
fg: #6a6f87; fg: #6a6f87;
} }

View file

@ -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 {