mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
134 lines
2.3 KiB
Plaintext
134 lines
2.3 KiB
Plaintext
* {
|
|
rosewater: #f4dbd6;
|
|
flamingo: #f0c6c6;
|
|
pink: #f5bde6;
|
|
mauve: #c6a0f6;
|
|
red: #ed8796;
|
|
maroon: #ee99a0;
|
|
peach: #f5a97f;
|
|
yellow: #eed49f;
|
|
green: #a6da95;
|
|
teal: #8bd5ca;
|
|
sky: #91d7e3;
|
|
sapphire: #7dc4e4;
|
|
blue: #8aadf4;
|
|
lavender: #b7bdf8;
|
|
text: #cad3f5;
|
|
subtext1: #b8c0e0;
|
|
subtext0: #a5adcb;
|
|
overlay2: #939ab7;
|
|
overlay1: #8087a2;
|
|
overlay0: #6e738d;
|
|
surface2: #5b6078;
|
|
surface1: #494d64;
|
|
surface0: #363a4f;
|
|
base: #24273a;
|
|
mantle: #1e2030;
|
|
crust: #181926;
|
|
|
|
background-color: @mantle;
|
|
text-color: @text;
|
|
accent: @mauve;
|
|
}
|
|
|
|
configuration {
|
|
show-icons: true;
|
|
icon-theme: "Papirus";
|
|
}
|
|
|
|
window {
|
|
width: 69%;
|
|
height: 69%;
|
|
background-color: @mantle;
|
|
border: 1px;
|
|
border-color: @surface1;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
mainbox {
|
|
children: [inputbar, listview-split];
|
|
background-color: transparent;
|
|
padding: 8px;
|
|
}
|
|
|
|
inputbar {
|
|
children: [prompt, entry];
|
|
background-color: @base;
|
|
padding: 14px 18px;
|
|
border-radius: 8px;
|
|
margin: 4px 4px 0px 4px;
|
|
}
|
|
|
|
prompt {
|
|
text-color: @mauve;
|
|
background-color: transparent;
|
|
}
|
|
|
|
entry {
|
|
text-color: @text;
|
|
background-color: transparent;
|
|
placeholder: "Search videos...";
|
|
placeholder-color: @overlay0;
|
|
}
|
|
|
|
listview-split {
|
|
orientation: horizontal;
|
|
children: [listview];
|
|
background-color: transparent;
|
|
}
|
|
|
|
listview {
|
|
columns: 1;
|
|
lines: 14;
|
|
scrollbar: true;
|
|
background-color: transparent;
|
|
padding: 6px 4px;
|
|
fixed-columns: true;
|
|
spacing: 2px;
|
|
}
|
|
|
|
element {
|
|
padding: 10px 14px;
|
|
background-color: transparent;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
element normal.normal {
|
|
background-color: transparent;
|
|
text-color: @subtext1;
|
|
}
|
|
|
|
element alternate.normal {
|
|
background-color: transparent;
|
|
text-color: @subtext1;
|
|
}
|
|
|
|
element selected.normal {
|
|
background-color: @base;
|
|
text-color: @text;
|
|
border: 0px 0px 0px 3px;
|
|
border-color: @mauve;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
element-icon {
|
|
size: 48px;
|
|
background-color: transparent;
|
|
margin: 0px 10px 0px 0px;
|
|
}
|
|
|
|
element-text {
|
|
text-color: inherit;
|
|
background-color: transparent;
|
|
vertical-align: 0.5;
|
|
}
|
|
|
|
scrollbar {
|
|
width: 3px;
|
|
handle-color: @surface2;
|
|
handle-width: 3px;
|
|
background-color: transparent;
|
|
margin: 4px 0px 4px 4px;
|
|
border-radius: 2px;
|
|
}
|