dotfiles/.config/rofi/themes/colorschemes/dmenu.rasi
2019-09-05 13:03:51 +02:00

12 lines
657 B
Plaintext

* {
accent: #ffffff; // anything which should be accented
background: #000000; // rofi background color
background-nofocus: #000000;// bg of items not focused
background-focus: #4682b4; // bg of item focused
foreground: #ffffff; // rofi foreground color
foreground-nofocus: #ffffff;// fg of items not focused
foreground-focus: #000000; // fg of items focused
on: #6B9BC3; // color to signify something is turned on
off: #1D354A; // color to signify something is turned off
}