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/dprompt.rasi

57 lines
919 B
Plaintext

* {
background-color: #080808;
border-color: #faa030;
text-color: #b3b1ad;
urgent-color: #e53714;
font: "System Charcoal 11.5";
}
#window {
anchor: south;
location: south;
width: 99.2%;
children: [ horibox ];
}
#horibox {
orientation: horizontal;
children: [ prompt, entry, listview ];
}
#listview {
layout: horizontal;
spacing: 0px;
lines: 30;
}
#entry {
expand: false;
width: 70em;
padding: 5px;
margin: 0px;
}
#prompt {
padding: 5px 10px;
background-color: @background-color;
text-color: @border-color;
}
#element {
padding: 5px 10px;
margin: 0px;
}
#element normal.urgent {
text-color: @urgent-color;
}
#element selected.urgent {
background-color: @urgent-color;
}
#element selected {
background-color: @border-color;
text-color: @background-color;
}