Add dmenu theme
This commit is contained in:
parent
199fbdae4d
commit
16cb8f092e
3 changed files with 56 additions and 0 deletions
11
.config/rofi/themes/colorschemes/dmenu.rasi
Normal file
11
.config/rofi/themes/colorschemes/dmenu.rasi
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
* {
|
||||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue