[rofi] Make theme fit with current desktop
This commit is contained in:
parent
b66b1f1ff5
commit
a643ae78ae
1 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
foreground: rgba(193, 193, 193, 100%);
|
||||
alt-foreground: rgba(193, 193, 193, 50%);
|
||||
highlighted-background: rgba( 53, 81, 33, 50%);
|
||||
highlighted-background: rgba( 85, 54, 31, 50%);
|
||||
|
||||
scrollbar-background: transparent;
|
||||
scrollbar-handle: @alt-foreground;
|
||||
|
@ -31,7 +31,7 @@
|
|||
anchor: north;
|
||||
children: [mainbox, dummy];
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
font: "Fira Mono 14";
|
||||
font: "Fira Code Light 14";
|
||||
}
|
||||
|
||||
#dummy {
|
||||
|
@ -42,12 +42,12 @@
|
|||
expand: false;
|
||||
padding: 0px 0px 6px;
|
||||
margin: 0 25%;
|
||||
background-color: #000;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 4px 10px;
|
||||
font: "Fira Mono 12";
|
||||
font: "Fira Code Light 12";
|
||||
}
|
||||
|
||||
#element.selected {
|
||||
|
|
Loading…
Reference in a new issue