dotfiles/.config/rofi/config.rasi
2020-09-15 03:31:21 +02:00

17 lines
445 B
Text

configuration {
modi: "drun,run";
width: 25;
lines: 7;
font: "Roboto Regular 14";
bw: 0;
location: 0;
padding: 5;
terminal: "termite";
matching: "normal";
separator-style: "none";
hide-scrollbar: true;
color-normal: "#252936, #7780a1, #252936, #1f222d, #ffffff";
color-urgent: "#252936, #ff5400, #252936, #1f222d, #ff5400";
color-active: "#252936, #5ac8fa, #252936, #1f222d, #5ac8fa";
color-window: "#1f222d, #1f222d, #7780a1";
}