dotfiles/.config/rofi/config.rasi

17 lines
447 B
Text

configuration {
modi: "drun,run";
width: 25;
lines: 7;
font: "Roboto Regular 14";
bw: 0;
location: 0;
padding: 7.5;
terminal: "termite";
matching: "normal";
separator-style: "none";
hide-scrollbar: true;
color-normal: "#383C4A, #D3DAE3, #383C4A, #5294e2, #FFFFFF";
color-urgent: "#383C4A, #F27835, #383C4A, #5294e2, #FFFFFF";
color-active: "#383C4A, #73d216, #383C4A, #5294e2, #5ac8fa";
color-window: "#2F343F, #2F343F, #D3DAE3";
}