You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.2 KiB

@import "gruvbox-common.rasinc.rasi"
* {
/* Theme settings */
highlight: bold italic;
scrollbar: false;
/* Theme colors */
background: #191919;
background-color: @background;
foreground: #8e8e82;
border-color: #61676B;
separatorcolor: @border-color;
scrollbar-handle: @border-color;
normal-background: @background;
normal-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
selected-normal-background: #3d3839;
selected-normal-foreground: #BBBBBB;
active-background: #B77E64;
active-foreground: @background;
alternate-active-background: @active-background;
alternate-active-foreground: @active-foreground;
selected-active-background: #D68C67;
selected-active-foreground: @active-foreground;
urgent-background: #DE6E7C;
urgent-foreground: @background;
alternate-urgent-background: @urgent-background;
alternate-urgent-foreground: @urgent-foreground;
selected-urgent-background: #E8838F;
selected-urgent-foreground: @urgent-foreground;
}