dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/rofi/flat-orange.rasi

113 lines
1.9 KiB
Plaintext

/* global settings and color variables */
* {
maincolor: #fccb00;
highlight: bold #fccb00;
urgentcolor: #e53714;
fgwhite: #d8d8d8;
blackdarkest: #380000;
font: "System Charcoal 12";
background-color: @fgwhite;
}
window {
background-color: @fgwhite;
anchor: northwest;
location: northwest;
width: 20%;
}
mainbox {
background-color: @fgwhite;
spacing:0px;
children: [inputbar, message, listview];
}
message {
padding: 6px 10px;
background-color:@fgwhite;
}
textbox {
text-color:@blackdarkest;
background-color:@fgwhite;
}
listview {
fixed-height: false;
dynamic: true;
scrollbar: false;
cycle: true;
spacing: 0px;
padding: 1px 0px 0px 0px;
margin: 0px 0px 1px 0px;
background: @fgwhite;
}
element {
padding: 2px 15px;
}
element normal.normal {
padding: 0px 15px;
background-color: @fgwhite;
text-color: @blackdarkest;
}
element normal.urgent {
background-color: @fgwhite;
text-color: @urgentcolor;
}
element normal.active {
background-color: @fgwhite;
text-color: @maincolor;
}
element selected.normal {
background-color: @blackdarkest;
text-color: @fgwhite;
}
element selected.urgent {
background-color: @urgentcolor;
text-color: @blackdarkest;
}
element selected.active {
background-color: @maincolor;
text-color: @blackdarkest;
}
button {
background-color: @maincolor;
text-color: @blackdarkest;
}
button selected {
text-color: @maincolor;
}
inputbar {
background-color: @fgwhite;
spacing: 0px;
}
prompt {
padding:6px 9px;
background-color: @maincolor;
text-color:@blackdarkest;
}
entry {
padding:6px 10px;
background-color:@fgwhite;
text-color:@blackdarkest;
}
case-indicator {
padding:6px 10px;
text-color:@maincolor;
background-color:@fgwhite;
}