Skip to content

Instantly share code, notes, and snippets.

@cbarraco
Created June 7, 2014 21:33
Show Gist options
  • Save cbarraco/7555bb4ad8a9c47d91af to your computer and use it in GitHub Desktop.
Save cbarraco/7555bb4ad8a9c47d91af to your computer and use it in GitHub Desktop.
Add this to .gtkrc-2.0 in your home directory http://gottcode.wordpress.com/2013/11/27/theming-whisker-menu/
style "darkback"
{
bg[NORMAL] = "#404040"
bg[ACTIVE] = "#606060"
bg[PRELIGHT] = "#808080"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment