2019-08-09 14:56:06 +00:00
|
|
|
* {
|
|
|
|
/* Theme settings */
|
|
|
|
highlight: bold italic;
|
|
|
|
scrollbar: true;
|
|
|
|
|
|
|
|
/* Style */
|
|
|
|
text-color: @foreground;
|
|
|
|
background-color: @background;
|
2019-08-21 12:34:56 +00:00
|
|
|
font: "Iosevka 14";
|
2019-08-09 14:56:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
height: 100%;
|
2019-08-21 12:34:56 +00:00
|
|
|
width: 35%;
|
2019-08-09 14:56:06 +00:00
|
|
|
position: northwest;
|
|
|
|
location: northwest;
|
|
|
|
text-color: @foreground;
|
|
|
|
}
|
|
|
|
|
|
|
|
mainbox {
|
|
|
|
background-color: @background;
|
|
|
|
}
|
|
|
|
|
|
|
|
element {
|
|
|
|
padding: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
element selected.normal {
|
|
|
|
background-color: @foreground;
|
|
|
|
text-color: @background;
|
|
|
|
}
|
|
|
|
|
|
|
|
element normal.normal {
|
|
|
|
background-color: @background-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
element alternate.normal {
|
|
|
|
background-color: @background-dark;
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
background-color: @background-light;
|
|
|
|
handle-color: @scrollbar-handle;
|
|
|
|
handle-width: 10px;
|
|
|
|
height: 100%;
|
|
|
|
margin: 5;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button,
|
|
|
|
prompt,
|
|
|
|
inputbar,
|
|
|
|
case-indicator,
|
|
|
|
entry {
|
|
|
|
padding: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
sidebar {
|
|
|
|
padding: 5;
|
|
|
|
margin: 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.selected {
|
|
|
|
background-color: @background-light;
|
|
|
|
}
|