Files
dotfiles/rofi/config.rasi

12 lines
178 B
Plaintext

configuration {
modes: [ combi ];
combi-modes: [ window, drun, run ];
}
@theme "gruvbox-light"
entry, element-text {
text-color: red;
background-color: rgb(0,0,255);
}