2017-10-31 18:29:27 +00:00
|
|
|
/**
|
|
|
|
* rofi -dump-theme output.
|
|
|
|
**/
|
2017-05-14 16:22:27 +00:00
|
|
|
* {
|
|
|
|
selected-normal-foreground: @lightbg;
|
2017-09-08 19:57:55 +00:00
|
|
|
foreground: rgba ( 0, 43, 54, 100 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
normal-foreground: @foreground;
|
|
|
|
alternate-normal-background: @lightbg;
|
2017-09-08 19:57:55 +00:00
|
|
|
red: rgba ( 220, 50, 47, 100 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
selected-urgent-foreground: @background;
|
2017-09-08 19:57:55 +00:00
|
|
|
blue: rgba ( 38, 139, 210, 100 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
urgent-foreground: @red;
|
|
|
|
alternate-urgent-background: @lightbg;
|
|
|
|
active-foreground: @blue;
|
2017-05-16 20:33:55 +00:00
|
|
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
selected-active-foreground: @background;
|
|
|
|
alternate-active-background: @lightbg;
|
2017-05-16 20:33:55 +00:00
|
|
|
background: rgba ( 253, 246, 227, 100 % );
|
2017-09-08 19:57:55 +00:00
|
|
|
alternate-normal-foreground: @foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
normal-background: @background;
|
2017-05-16 20:33:55 +00:00
|
|
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
selected-normal-background: @lightfg;
|
2017-09-09 10:49:40 +00:00
|
|
|
border-color: @foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
spacing: 2;
|
2017-09-09 10:49:40 +00:00
|
|
|
separatorcolor: @foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
urgent-background: @background;
|
|
|
|
selected-urgent-background: @red;
|
2017-09-09 10:49:40 +00:00
|
|
|
alternate-urgent-foreground: @red;
|
|
|
|
background-color: rgba ( 0, 0, 0, 0 % );
|
2017-05-14 16:22:27 +00:00
|
|
|
alternate-active-foreground: @blue;
|
|
|
|
active-background: @background;
|
2017-09-09 10:49:40 +00:00
|
|
|
selected-active-background: @blue;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
window {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @background;
|
|
|
|
border: 1;
|
|
|
|
padding: 5;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
mainbox {
|
2017-05-14 16:22:27 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
message {
|
2017-10-25 16:44:04 +00:00
|
|
|
border: 2px dash 0px 0px ;
|
2017-09-09 10:49:40 +00:00
|
|
|
border-color: @separatorcolor;
|
2017-09-09 12:50:23 +00:00
|
|
|
padding: 1px ;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
textbox {
|
2017-09-09 10:49:40 +00:00
|
|
|
text-color: @foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
listview {
|
2017-05-14 16:22:27 +00:00
|
|
|
fixed-height: 0;
|
2017-07-06 18:55:33 +00:00
|
|
|
border: 2px dash 0px 0px ;
|
2017-09-09 10:49:40 +00:00
|
|
|
border-color: @separatorcolor;
|
|
|
|
spacing: 2px ;
|
|
|
|
scrollbar: true;
|
2017-05-14 16:22:27 +00:00
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element {
|
2017-07-06 18:55:33 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 1px ;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element normal.normal {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @normal-background;
|
|
|
|
text-color: @normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element normal.urgent {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @urgent-background;
|
|
|
|
text-color: @urgent-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element normal.active {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @active-background;
|
|
|
|
text-color: @active-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element selected.normal {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element selected.urgent {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @selected-urgent-background;
|
|
|
|
text-color: @selected-urgent-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element selected.active {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @selected-active-background;
|
|
|
|
text-color: @selected-active-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element alternate.normal {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @alternate-normal-background;
|
|
|
|
text-color: @alternate-normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element alternate.urgent {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @alternate-urgent-background;
|
|
|
|
text-color: @alternate-urgent-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
element alternate.active {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @alternate-active-background;
|
|
|
|
text-color: @alternate-active-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
scrollbar {
|
2017-07-06 18:55:33 +00:00
|
|
|
width: 4px ;
|
|
|
|
border: 0;
|
2017-09-09 20:09:02 +00:00
|
|
|
handle-color: @normal-foreground;
|
2017-07-06 18:55:33 +00:00
|
|
|
handle-width: 8px ;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
sidebar {
|
2017-09-09 10:49:40 +00:00
|
|
|
border: 2px dash 0px 0px ;
|
|
|
|
border-color: @separatorcolor;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
button {
|
2017-09-18 07:06:40 +00:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
button selected {
|
2017-09-09 10:49:40 +00:00
|
|
|
background-color: @selected-normal-background;
|
|
|
|
text-color: @selected-normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
inputbar {
|
2017-10-31 08:51:00 +00:00
|
|
|
spacing: 3px ;
|
2017-09-09 10:49:40 +00:00
|
|
|
text-color: @normal-foreground;
|
|
|
|
padding: 1px ;
|
2017-05-20 13:37:29 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
case-indicator {
|
2017-09-09 10:49:40 +00:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
entry {
|
2017-09-09 10:49:40 +00:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|
2017-10-31 18:29:27 +00:00
|
|
|
prompt {
|
2017-09-09 10:49:40 +00:00
|
|
|
spacing: 0;
|
|
|
|
text-color: @normal-foreground;
|
2017-05-14 16:22:27 +00:00
|
|
|
}
|