rofi/.config/rofi/config.rasi

74 lines
1.3 KiB
Plaintext

configuration {
modi: "drun,run,sworkspace:~/.config/i3/switch_workspace.sh,mworkspace:~/.config/i3/move_to_workspace.sh,window,monitor:~/.config/i3/monitor_layout.sh";
show-icons: true;
sidebar-mode: true;
}
window {
background-color: #222;
text-color: #002b36;
border-color: #000;
}
inputbar, prompt, entry, button {
text-color: #ccc;
}
button.selected {
background-color: #444;
}
scrollbar {
handle-color: #555;
}
// Normal
element.normal.normal {
background-color: #222;
text-color: #ccc;
}
element.alternate.normal {
background-color: #313131;
text-color: #ccc;
}
element.selected.normal {
background-color: #444;
text-color: #fff;
}
// Urgent
element.normal.urgent {
background-color: #000;
text-color: #dc322f;
}
element.alternate.urgent {
background-color: #222;
text-color: #dc322f;
}
element.selected.urgent {
background-color: #530100;
text-color: #ccc;
}
// Active
element.normal.active {
background-color: #000;
text-color: #268bd2;
}
element.alternate.active {
background-color: #343434;
text-color: #268bd2;
}
element.selected.active {
background-color: #005490;
text-color: #fdf6e3;
}