mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
69 lines
1016 B
Plaintext
69 lines
1016 B
Plaintext
* {
|
|
/* Theme settings */
|
|
highlight: bold italic;
|
|
scrollbar: true;
|
|
|
|
/* Style */
|
|
text-color: @foreground;
|
|
background-color: @background;
|
|
font: "Iosevka 14";
|
|
}
|
|
|
|
window {
|
|
background-color: transparent;
|
|
|
|
height: 100%;
|
|
width: 40%;
|
|
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;
|
|
}
|