Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d33ea9bc1b
commit 37523a52f8
15 changed files with 160 additions and 270 deletions

View File

@@ -1,9 +1,50 @@
/** Configured For Applets **/
configuration {
show-icons: true;
icon-theme: "Papirus";
location: 5;
yoffset: -50;
xoffset: -20;
modi: "run,drun,window";
width: 20;
font: "FiraCode Nerd Font 12";
terminal: "alacritty";
disable-history: true;
sidebar-mode: true;
tokenize: true;
m: "-5";
line-margin: 2;
line-padding: 1;
separator-style: "none";
hide-scrollbar: true;
window-format: "{w} {c}";
}
* {
bg: #0F1212;
fg: #e3e3e3;
accent: #131717;
background-color: @bg;
text-color: @fg;
}
window {
padding: 30px;
border-radius: 5px;
}
prompt, entry {
text-color: @fg;
padding: 3px;
}
element {
border-radius: 2px;
padding: 4px;
}
element selected {
background-color: @fg;
text-color: @bg;
}
button selected {
background-color: @fg;
text-color: @bg;
border-radius: 2px;
padding: 3px;
}