#ClearNIX Theme#
A Holo-light Inspired Theme.
This theme is based off the Holo Theme by tiheum
[link].
And malys - futurebox 1.5
[link]The Metacity Theme is a modification of AACE by theRealPadster
[link]------------------------------
|Nitrux OS Icons:
[link] |
------------------------------
Licence: Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
Please feel free to report any bugs with the theme!.
*Update*
-Better support for Unity panel.
-Minor fixes.
Would you make an orange or purple colored version?
Thanks!
Here's a small wish list
1) I wish I could get my unity panel looks the same as window title bars
2) I wish I could have synaptic manager look more like others (gtk2 vs gtk3?)
3) I wish nautilus had a separator and slightly darker inactive panel in dual pane mode
Muchos gracias
I haven't' updated the theme, but I have fixed the Unity panel, it looks like the Metacity theme now
I'm not sure what you mean by that, GTK2 softwares looks 90% the same as GTK 3 in mine, a screenshot maybe?.
The separator is there just it's really small, personally I don't use it and looks dreadful to me (like the big, huge separator in the otherwise cool elementary theme) thus why I don't pay much attention to it. But you can edit the nautilus.css file or the gtk.widgets.css file and look for the seprator and increase it's size.
1) Here's how I see Nautilus in dual pane mode:
[link]
I know how to customize it; I just wanted to make a suggestion for a visible separator and a slight darker inactive pane.
2) Here's how I see Synaptic Package Manager:
[link]
However, I now think this is perhaps close enough
3) But I personally think it might be better if the unity panel looks the same as the window title bar and not the menu bar.
2) ok
3)I'm not sure if I follow, The panel looks like the metacity titile bar (it has the blue button just like the metacity theme when windows are maximized)
NautilusWindow .pane-separator {
background-color: alpha (#b8c8da, 0.8);
border-color: @theme_bg_color;
border-style: solid;
border-width: 0;
box-shadow: none;
}
NautilusWindow .pane-separator:backdrop {
background-color: alpha (#b8c8da, 0.4);
}
NautilusWindow .pane-separator {
background-color: alpha (#b8c8da, 0.8);
border-color: @theme_bg_color;
border-style: solid;
border-width: 0;
box-shadow: none;
}
NautilusWindow .pane-separator:backdrop {
background-color: alpha (#b8c8da, 0.4);
}
By the way, as you might have noticed I have accidentally duplicated entries above. The part for "inactive pane background" should be like this:
/*inactive pane background color darker*/
.nautilus-inactive-pane .view {
background-color: shade (@base_color, 0.96);
}