2017-05-14 12:22:27 -04:00
|
|
|
* {
|
2017-05-16 16:33:55 -04:00
|
|
|
foreground: rgba ( 0, 43, 54, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
selected-normal-foreground: @lightbg;
|
|
|
|
normal-foreground: @foreground;
|
2017-05-16 16:33:55 -04:00
|
|
|
red: rgba ( 220, 50, 47, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
alternate-normal-background: @lightbg;
|
2017-05-16 16:33:55 -04:00
|
|
|
blue: rgba ( 38, 139, 210, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
selected-urgent-foreground: @background;
|
|
|
|
urgent-foreground: @red;
|
|
|
|
alternate-urgent-background: @lightbg;
|
|
|
|
active-foreground: @blue;
|
2017-05-16 16:33:55 -04:00
|
|
|
lightbg: rgba ( 238, 232, 213, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
selected-active-foreground: @background;
|
|
|
|
alternate-normal-foreground: @foreground;
|
|
|
|
alternate-active-background: @lightbg;
|
|
|
|
bordercolor: @foreground;
|
2017-05-16 16:33:55 -04:00
|
|
|
background: rgba ( 253, 246, 227, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
normal-background: @background;
|
2017-05-16 16:33:55 -04:00
|
|
|
lightfg: rgba ( 88, 104, 117, 100 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
selected-normal-background: @lightfg;
|
|
|
|
separatorcolor: @foreground;
|
|
|
|
spacing: 2;
|
|
|
|
urgent-background: @background;
|
|
|
|
alternate-urgent-foreground: @red;
|
|
|
|
selected-urgent-background: @red;
|
|
|
|
alternate-active-foreground: @blue;
|
|
|
|
selected-active-background: @blue;
|
|
|
|
active-background: @background;
|
|
|
|
}
|
|
|
|
#window {
|
|
|
|
border: 1;
|
|
|
|
foreground: @foreground;
|
2017-05-16 16:33:55 -04:00
|
|
|
background: rgba ( 0, 0, 0, 0 % );
|
2017-05-14 12:22:27 -04:00
|
|
|
padding: 5;
|
|
|
|
}
|
|
|
|
#window.box {
|
|
|
|
foreground: @bordercolor;
|
|
|
|
background: @background;
|
|
|
|
}
|
|
|
|
#window.mainbox {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.message.box {
|
|
|
|
border: 1px dash 0px 0px ;
|
|
|
|
foreground: @separatorcolor;
|
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
|
|
|
#window.mainbox.message.normal {
|
|
|
|
foreground: @foreground;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview {
|
|
|
|
fixed-height: 0;
|
2017-07-06 14:55:33 -04:00
|
|
|
border: 2px dash 0px 0px ;
|
2017-05-14 12:22:27 -04:00
|
|
|
padding: 2px 0px 0px ;
|
|
|
|
}
|
2017-07-24 10:42:19 -04:00
|
|
|
#window.mainbox.listview.box {
|
|
|
|
foreground: @separatorcolor;
|
|
|
|
spacing: 2px ;
|
|
|
|
scrollbar: true;
|
|
|
|
}
|
2017-05-14 12:22:27 -04:00
|
|
|
#window.mainbox.listview.element {
|
2017-07-06 14:55:33 -04:00
|
|
|
border: 0;
|
|
|
|
padding: 1px ;
|
2017-05-14 12:22:27 -04:00
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.normal {
|
|
|
|
foreground: @normal-foreground;
|
|
|
|
background: @normal-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.urgent {
|
|
|
|
foreground: @urgent-foreground;
|
|
|
|
background: @urgent-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.normal.active {
|
|
|
|
foreground: @active-foreground;
|
|
|
|
background: @active-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.normal {
|
|
|
|
foreground: @selected-normal-foreground;
|
|
|
|
background: @selected-normal-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.urgent {
|
|
|
|
foreground: @selected-urgent-foreground;
|
|
|
|
background: @selected-urgent-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.selected.active {
|
|
|
|
foreground: @selected-active-foreground;
|
|
|
|
background: @selected-active-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.normal {
|
|
|
|
foreground: @alternate-normal-foreground;
|
|
|
|
background: @alternate-normal-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.urgent {
|
|
|
|
foreground: @alternate-urgent-foreground;
|
|
|
|
background: @alternate-urgent-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.element.alternate.active {
|
|
|
|
foreground: @alternate-active-foreground;
|
|
|
|
background: @alternate-active-background;
|
|
|
|
}
|
|
|
|
#window.mainbox.listview.scrollbar {
|
2017-07-06 14:55:33 -04:00
|
|
|
width: 4px ;
|
|
|
|
border: 0;
|
|
|
|
handle-width: 8px ;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-05-14 12:22:27 -04:00
|
|
|
#window.mainbox.sidebar.box {
|
2017-07-24 10:42:19 -04:00
|
|
|
border: 2px dash 0px 0px ;
|
|
|
|
foreground: @separatorcolor;
|
2017-05-14 12:22:27 -04:00
|
|
|
}
|
2017-05-20 09:37:29 -04:00
|
|
|
#window.mainbox.sidebar.button.selected {
|
|
|
|
foreground: @selected-normal-foreground;
|
|
|
|
background: @selected-normal-background;
|
|
|
|
}
|
2017-05-14 12:22:27 -04:00
|
|
|
#window.mainbox.inputbar {
|
2017-07-24 10:42:19 -04:00
|
|
|
text: @normal-foreground;
|
2017-05-14 12:22:27 -04:00
|
|
|
spacing: 0;
|
|
|
|
}
|
|
|
|
#window.mainbox.inputbar.box {
|
|
|
|
border: 0px ;
|
|
|
|
}
|