[rofi] Make theme fit with current desktop

This commit is contained in:
M1dgard 2018-08-20 02:23:26 +02:00
parent b66b1f1ff5
commit a643ae78ae
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

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