dotfiles-mirror/config/rofi/gruvbox.rasi

61 lines
1.6 KiB
Text
Raw Normal View History

* {
highlight: bold italic;
scrollbar: true;
base-bg: #191724;
base-bg-soft: #1f1d2e;
base-bg-alt: #26233a;
base-fg: #e0def4;
base-fg-dim: #6e6a86;
accent: #eb6f92;
accent-light: #f6c177;
accent-dark: #31748f;
border-gray: #3b3a5a;
background: @base-bg;
background-color: @background;
foreground: @base-fg;
border-color: @border-gray;
separatorcolor: @border-color;
scrollbar-handle: @border-color;
normal-background: @background;
normal-foreground: @foreground;
alternate-normal-background: @base-bg-soft;
alternate-normal-foreground: @foreground;
selected-normal-background: @accent;
selected-normal-foreground: @base-bg;
active-background: @accent;
active-foreground: @base-bg;
alternate-active-background: @accent;
alternate-active-foreground: @active-foreground;
selected-active-background: @accent-light;
selected-active-foreground: @active-foreground;
urgent-background: @accent-dark;
urgent-foreground: @base-bg;
alternate-urgent-background: @accent-dark;
alternate-urgent-foreground: @urgent-foreground;
selected-urgent-background: @accent-light;
selected-urgent-foreground: @urgent-foreground;
padding: 6px 6px;
}
configuration {
font: "JetBrainsMono Nerd Font 14";
show-icons: true;
terminal: "alacritty";
}
element-icon {
size: 20px;
}
window {
border-radius: 10px;
}