dotfiles/.config/rofi/config.rasi

16 lines
572 B
Plaintext

* {
background-color: #282c34;
border-color: #282c34;
text-color: #bbc2cf;
font: "Agave Nerd Font 15";
prompt-font: "Agave Nerd Font 15";
prompt-background: #51afef;
prompt-foreground: #282c34;
prompt-padding: 4px;
alternate-normal-background: #1c1f24;
alternate-normal-foreground: @text-color;
selected-normal-background: #ae3f3e;
selected-normal-foreground: #ffffff;
spacing: 3;
}