dotfiles/.config/rofi/themes/colorschemes/gruvbox-dark.rasi

12 lines
657 B
Plaintext
Raw Normal View History

* {
accent: #83a598; // anything which should be accented
background: #282828; // rofi background color
background-nofocus: #282828;// bg of items not focused
background-focus: #1d2021; // bg of item focused
foreground: #ebdbb2; // rofi foreground color
foreground-nofocus: #ebdbb2;// fg of items not focused
foreground-focus: #83a598; // fg of items focused
on: #83a598; // color to signify something is turned on
off: #fb4934; // color to signify something is turned off
}