whisker menu & mintmenu themed

whisker menu & mintmenu themed
pull/293/head
geplus 2016-02-07 12:17:15 +01:00
parent 06197571ed
commit 9638cd86b3
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
#whiskers menu colours
style "darkback"
{
bg[NORMAL] = "#2D2D2D"
bg[ACTIVE] = "#B53E2F"
bg[PRELIGHT] = "#d64937"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"
#whiskers menu colours -- copy/paste on your /home/.gtkrc-2.0
#panel-menus colours
style "panel-menus"
{
bg[NORMAL] = "#2D2D2D"
bg[ACTIVE] = "#d64937"
bg[PRELIGHT] = "#B53E2F"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
#mintmenu colours
widget "mintmenu*" style "panel-menus"
#preferred theme
gtk-theme-name="Numix"