Skip to content

Instantly share code, notes, and snippets.

@andrewshadura
Created March 28, 2012 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewshadura/2225446 to your computer and use it in GitHub Desktop.
Save andrewshadura/2225446 to your computer and use it in GitHub Desktop.
GTK+ 3 done right
.menu {
border-style: solid;
border-width: 1;
}
.menubar .menuitem *:prelight,
.menubar .menuitem:prelight {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}
[Settings]
gtk-theme-name = Adwaita
gtk-fallback-icon-theme = gnome
gtk-font-name = Sans 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment