dotfiles/.config/rofi/themes/colorschemes/dmenu.rasi

12 lines
657 B
Plaintext
Raw Normal View History

2019-09-05 11:03:51 +00:00
* {
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
}