2017-10-01 06:55:42 -04:00
|
|
|
/**
|
|
|
|
* ROFI Color theme
|
|
|
|
* User: Qball
|
|
|
|
* Copyright: Dave Davenport
|
|
|
|
*/
|
2017-06-05 14:31:32 -04:00
|
|
|
* {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: Black;
|
|
|
|
border-color: White;
|
|
|
|
text-color: White;
|
2017-06-05 14:31:32 -04:00
|
|
|
font: "Times New Roman 12";
|
|
|
|
}
|
|
|
|
|
2020-08-29 05:16:39 -04:00
|
|
|
window {
|
2017-06-05 14:31:32 -04:00
|
|
|
anchor: north;
|
|
|
|
location: north;
|
|
|
|
width: 100%;
|
2017-10-01 06:55:42 -04:00
|
|
|
padding: 4px;
|
2017-06-05 14:31:32 -04:00
|
|
|
children: [ horibox ];
|
|
|
|
}
|
|
|
|
|
2020-08-29 05:16:39 -04:00
|
|
|
horibox {
|
2017-06-05 14:31:32 -04:00
|
|
|
orientation: horizontal;
|
2017-10-01 06:55:42 -04:00
|
|
|
children: [ prompt, entry, listview ];
|
2017-06-05 14:31:32 -04:00
|
|
|
}
|
|
|
|
|
2020-08-29 05:16:39 -04:00
|
|
|
listview {
|
2017-06-05 14:31:32 -04:00
|
|
|
layout: horizontal;
|
|
|
|
spacing: 5px;
|
2017-09-09 08:50:23 -04:00
|
|
|
lines: 100;
|
2017-06-05 14:31:32 -04:00
|
|
|
}
|
|
|
|
|
2020-08-29 05:16:39 -04:00
|
|
|
entry {
|
2017-06-05 14:31:32 -04:00
|
|
|
expand: false;
|
|
|
|
width: 10em;
|
|
|
|
}
|
|
|
|
|
2020-08-29 05:16:39 -04:00
|
|
|
element {
|
2017-06-05 14:31:32 -04:00
|
|
|
padding: 0px 2px;
|
|
|
|
}
|
2020-08-29 05:16:39 -04:00
|
|
|
element selected {
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: SteelBlue;
|
2017-06-05 14:31:32 -04:00
|
|
|
}
|