Use Rofi 1.5.0 style code

This commit is contained in:
Diki Ananta 2018-02-14 15:09:55 +07:00
parent 1f71f399ce
commit 66e17846bf
No known key found for this signature in database
GPG key ID: 833E0D264B13927C
4 changed files with 91 additions and 93 deletions

View file

@ -21,30 +21,30 @@
background-color: @blackdarkest;
}
#window {
window {
background-color: @blackdarkest;
anchor: north;
location: north;
y-offset: 20%;
}
#mainbox {
mainbox {
background-color: @blackdarkest;
spacing:0px;
children: [inputbar, message, sidebar, listview];
}
#message {
message {
padding: 6px 10px;
background-color:@blackwidget;
}
#textbox {
textbox {
text-color:@darkgray;
background-color:@blackwidget;
}
#listview {
listview {
fixed-height: false;
dynamic: true;
scrollbar: true;
@ -54,94 +54,93 @@
background: @blackdarkest;
}
#element {
element {
padding: 2px 15px;
}
#element.normal.normal {
element normal.normal {
padding: 0px 15px;
background-color: @blackentry;
text-color: @fgwhite;
}
#element.normal.urgent {
element normal.urgent {
background-color: @blackentry;
text-color: @urgentcolor;
}
#element.normal.active {
element normal.active {
background-color: @blackentry;
text-color: @maincolor;
}
#element.selected.normal {
element selected.normal {
background-color: @blackselect;
text-color: @fgwhite;
}
#element.selected.urgent {
element selected.urgent {
background-color: @urgentcolor;
text-color: @blackdarkest;
}
#element.selected.active {
element selected.active {
background-color: @maincolor;
text-color: @blackdarkest;
}
#element.alternate.normal {
element alternate.normal {
background-color: @blackentry;
text-color: @fgwhite;
}
#element.alternate.urgent {
element alternate.urgent {
background-color: @blackentry;
text-color: @urgentcolor;
}
#element.alternate.active {
element alternate.active {
background-color: @blackentry;
text-color: @maincolor;
}
#scrollbar {
scrollbar {
background-color: @blackwidget;
handle-color: @darkgray;
handle-width: 15px;
}
#sidebar {
sidebar {
background-color: @blackwidget;
}
#button {
button {
background-color: @blackwidget;
text-color: @darkgray;
}
#button.selected {
button selected {
text-color: @maincolor;
}
#inputbar {
inputbar {
background-color: @blackdarkest;
spacing: 0px;
}
#prompt {
prompt {
padding:6px 9px;
background-color: @maincolor;
text-color:@blackwidget;
}
#entry {
entry {
padding:6px 10px;
background-color:@blackwidget;
text-color:@fgwhite;
}
#case-indicator {
case-indicator {
padding:6px 10px;
text-color:@maincolor;
background-color:@blackwidget;