Dotfiles_Generator/templates/rofi/config.rasi

55 lines
1.7 KiB
Plaintext

configuration {
modi: "drun,run,ssh,window";
kb-cancel: "Escape,Meta+D";
timeout {
action: "kb-cancel";
delay: 0;
}
filebrowser {
directories-first: true;
sorting-method: "name";
}
}
window {
background-color: {{nord3}};
padding: 15;
}
listview {
lines: 10;
columns: 1;
scrollbar: true;
}
* {
selected-normal-foreground: {{nord9}};
foreground: {{nord4}};
normal-foreground: {{nord4}};
alternate-normal-background: {{nord2}};
red: {{nord11}};
selected-urgent-foreground: {{nord15}};
blue: {{nord10}};
urgent-foreground: {{nord4}};
alternate-urgent-background: {{nord15}};
active-foreground: {{nord4}};
selected-active-foreground: {{nord4}};
alternate-active-background: {{nord4}};
background: {{nord3}};
alternate-normal-foreground: {{nord4}};
normal-background: {{nord3}};
selected-normal-background: {{nord0}};
border-color: {{nord4}};
separatorcolor: {{nord10}};
urgent-background: {{nord15}};
selected-urgent-background: {{nord15}};
alternate-urgent-foreground: {{nord4}};
background-color: transparent;
alternate-active-foreground: {{nord4}};
active-background: {{nord10}};
selected-active-background: {{nord9}};
spacing: 2;
}