| Customization / Skins & Themes / Linux and Unix Utilities / Desktop Environments / GNOME / GTK3 | ©2013 ~nale12 |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
I don't that's supposed to look like this, is it?
I am using Gnome 3.9.1
Hope you can fix it!
I am gonna try to put them both in /usr/share/themes
I am using Siva Flat Darkest. I had to add 2 lines to gtk-widgets.css though to fix the background colors of menus in gtk3 applications. This is the diff:
1255a1256
> background-color: @theme_menubar_color;
1277a1279
> background-color: @theme_text_color;
see this link for a demo of what I think is wrong: [link]
and this is what it should look like: [link]
The same error occurs in drop-down menus (such as the wrench in evince), which is also fixed by the above two lines.
Maybe @theme_text_color is not the most intuitive description of the color that is appropriate, but I couldn't find any other shorthand thet refered to #555555. I also didn't test whether the above two lines break other stuff, so be careful before adopting....