dotfiles/config/rofi/config
2023-09-06 07:08:52 +02:00

34 lines
No EOL
833 B
Text

configuration {
display-drun: "";
font: "Inter Bold 24";
show-icons: true;
icon-theme: "Papirus";
}
* {
background: argb:EE1d2021;
normal-background: argb:00282828;
normal-foreground: #ebdbb2;
alternate-normal-background: argb:00282828;
alternate-normal-foreground: #ebdbb2;
selected-normal-background: #ebdbb2;
selected-normal-foreground: #282828;
active-background: argb:00282828;
active-foreground: #fabd2f;
alternate-active-background: argb:00282828;
alternate-active-foreground: #fabd2f;
selected-active-background: argb:00282828;
selected-active-foreground: #fabd2f;
urgent-background: argb:00282828;
urgent-foreground: #cc241d;
alternate-background: argb:00282828;
alternate-foreground: #cc241d;
selected-urgent-background: argb:00282828;
selected-urgent-foreground: #cc241d;
}