dotfiles-mirror/config/rofi/gruvbox.rasi

60 lines
1.6 KiB
Text

* {
highlight: bold italic;
scrollbar: true;
base-bg: #1d2021;
base-bg-soft: #32302f;
base-bg-alt: #3c3836;
base-fg: #ebdbb2;
base-fg-dim: #a89984;
accent: #fabd2f;
accent-light: #fe8019;
accent-dark: #ebdbb2;
border-gray: #504945;
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-dark;
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: "Fira Code Nerd Font 13";
show-icons: true;
terminal: "wezterm";
}
element-icon {
size: 20px;
}
window {
border-radius: 10px;
}