making rofi actually look ok
This commit is contained in:
parent
f3217ceb09
commit
0d7f3e5a89
|
@ -24,7 +24,6 @@ configuration {
|
||||||
backgrounkd: #12121222;
|
backgrounkd: #12121222;
|
||||||
background-color: #00222b33;
|
background-color: #00222b33;
|
||||||
background-entry: #000000;
|
background-entry: #000000;
|
||||||
background-alt: #323232;
|
|
||||||
foreground-selected: #ffffff;
|
foreground-selected: #ffffff;
|
||||||
urgent: #E91E63;
|
urgent: #E91E63;
|
||||||
urgent-selected: #E91E63;
|
urgent-selected: #E91E63;
|
||||||
|
@ -46,6 +45,7 @@ configuration {
|
||||||
base0E: #ff6ac1;
|
base0E: #ff6ac1;
|
||||||
base0F: #b2643c;
|
base0F: #b2643c;
|
||||||
base00t: #282a3666;
|
base00t: #282a3666;
|
||||||
|
background-alt: @base02;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
@ -144,21 +144,23 @@ textbox {
|
||||||
padding: 10px 90px 10px 90px;
|
padding: 10px 90px 10px 90px;
|
||||||
}
|
}
|
||||||
element {
|
element {
|
||||||
background-color: @base00;
|
background-color: @transparent;
|
||||||
text-color: @base05;
|
text-color: @base05;
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
border-radius: 15px;
|
border-radius: 55px;
|
||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-icon {
|
element-icon {
|
||||||
size: 20px;
|
size: 50px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
padding: 0px 0px 0px;
|
padding: 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
expand: true;
|
expand: true;
|
||||||
|
background-color: @transparent;
|
||||||
|
text-color: @base05;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue