blob: ba7ac1530a8fa75a4bff350fabcb461e8e0d7433 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
configuration{
modes: "drun,window";
icon-theme: "Papirus";
show-icons: true;
sidebar-mode: false;
}
@import "colors"
* {
font: "Lilex Nerd Font 14";
}
scrollbar {
handle-color: @accent;
}
|