
add_waita & sub_waita
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Styles intended to fit nicely with the Gnome Adwaita gtk3 theme.
For those who don’t use compositing with shadows, a good work around for the missing menu borders and better gtk2 theme integration:
nano ~/.config/gtk-3.0/gtk.css
--------------------------------------------------
.menu {
border-width: 1px;
border-color: @borders;
border-style: solid;
}
.menubar .menuitem *:prelight,
.menubar .menuitem:prelight {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
--------------------------------------------------
Have fun! Last changelog:
For those who don’t use compositing with shadows, a good work around for the missing menu borders and better gtk2 theme integration:
nano ~/.config/gtk-3.0/gtk.css
--------------------------------------------------
.menu {
border-width: 1px;
border-color: @borders;
border-style: solid;
}
.menubar .menuitem *:prelight,
.menubar .menuitem:prelight {
background-color: @selected_bg_color;
color: @selected_fg_color;
}
--------------------------------------------------
Have fun!
Slim variants added:
add_waita_slim
sub_waita_slim
Ratings & Comments
0 Comments