| Customization / Skins & Themes / Linux and Unix Utilities / Desktop Environments / GNOME / GTK3 | ©2012-2013 ~ammonkey |
The Journal Portal
Browse Journals |
Polls |
deviantART [dee·vee·un'nt·ART]
Keep in Touch!
|
Deviousness |
Too bad the default light themes don't stick to GTK's "sidebar" class and only care about Nautilus. I'm sure this awesome file manager will become Ubuntu's default some day. Great work!
[link]
.sidebar,
.sidebar .view {
background-color: @bg_color;
}
in ambiance & radiance for example the value is @transparent which is why we have an undecorated white sidebar.
Theming the thin line of the sidebar is a bit more complex, u'll find what u need in my variation in the file gtk3-0/apps/marlin.css (the VarkaWidgetsCollapsiblePane section)
.sidebar,
.sidebar .view {
background-color: @bg_color;
}
in ambiance & radiance for example the value is @transparent which is why we have an undecorated white sidebar.
Theming the thin line of the sidebar is a bit more complex, u'll find what u need in my variation in the file gtk3-0/apps/marlin.css (the VarkaWidgetsCollapsiblePane section)