Files
dots/files/.config/rofi/config.rasi
Marco Thomas 55dc499bab Rename
2020-09-30 18:46:26 +02:00

51 lines
733 B
Plaintext

configuration {
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;
}