
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Theses themes use large buttons to make them easily clickable and GTK themes colors to be adaptable on them (see screenshots).
Contain :
- NaturA-simple : clear and large buttons collored
- NaturA : clear and large buttons collored width shadows
- NaturA-classic : uniformly colored titlebar and squared buttons
- NaturAlinea : drawn outline colored around edges and button area
- Alinea : drawn outline colored around edges
- Alinea-blended : shadowed buttons area.
With dark fixed color :
- NaturA-dark-simple
- NaturAlinea-dark
- Alinea-dark
For install: System > preference > appearance > Install button. Or extract the archive and copy the folders to ~/.themes.
NB :
- for GTK themes with a dark menu-bar as "shiki-themes" uses dark fixed color version. To change the background color of "NaturAlinea-dark" and "NaturA-dark-simple" remplace all occurences of "#3C3C3C" to your menu-bar color.
- can't change buttons position without modifying the code.
See also my GTK theme "Zen" : http://gnome-look.org/content/show.php/Zen?content=149883
I would welcome your feedback and comments!!
8 years ago
1.3.5 :
- icon color correction for dark themes and small others changes.
- New version with drawn outlines colored around edges and shadowed buttons area named "Alinea-blended"
1.3.4 :
- New basic theme with drawn outlines colored around edges named "Alinea"
- improve buttons appearance (lines, icons alignment, and size)
1.3.3 :
- correct bugs of icons centering, button bg edges.
- adjust icons color for dark themes.
1.3.2 :
- New variant theme with drawn outlines colored around button area and edges named "NaturAinea"
- improve edges shadows and colors prelight for buttons
- modify buttons color for better look with dark gtk themes.
- icons buttons are scalables and they are now written directly in the xml metacity file.
- optimization
1.2.5 :
- new button icons style.
- reduce the buttons and titlebar height to fit better with the GTK theme
- The background color of "NaturA-dark" and "NaturA-dark-simple" is now customizable to follow the menu-bar color of GTK themes.
- best compatibility with dark themes
- rounded buttons lines and shaded
- New variant with a uniform tiltlebar color : "NaturA-classic"
1.1 :
- improve color rendering and lines
- use "mini_icon" for window-menu
Inspired from "Fitts-NaturA-Adaptive" 1.0 :
http://gnome-look.org/content/show.php/Fitts?content=139285
8 years ago
1.3.5 :
- icon color correction for dark themes and small others changes.
- New version with drawn outlines colored around edges and shadowed buttons area named "Alinea-blended"
1.3.4 :
- New basic theme with drawn outlines colored around edges named "Alinea"
- improve buttons appearance (lines, icons alignment, and size)
1.3.3 :
- correct bugs of icons centering, button bg edges.
- adjust icons color for dark themes.
1.3.2 :
- New variant theme with drawn outlines colored around button area and edges named "NaturAinea"
- improve edges shadows and colors prelight for buttons
- modify buttons color for better look with dark gtk themes.
- icons buttons are scalables and they are now written directly in the xml metacity file.
- optimization
1.2.5 :
- new button icons style.
- reduce the buttons and titlebar height to fit better with the GTK theme
- The background color of "NaturA-dark" and "NaturA-dark-simple" is now customizable to follow the menu-bar color of GTK themes.
- best compatibility with dark themes
- rounded buttons lines and shaded
- New variant with a uniform tiltlebar color : "NaturA-classic"
1.1 :
- improve color rendering and lines
- use "mini_icon" for window-menu
Inspired from "Fitts-NaturA-Adaptive" 1.0 :
http://gnome-look.org/content/show.php/Fitts?content=139285
boscobearbank
8 years ago
~/.themes/NaturAlinea/metacity-1$ diff modified_metacity-theme-1.xml metacity-theme-1.xml
174,175c174,177
< <rectangle color="shade/gtk:bg[NORMAL]/.9" filled="true" x="0" y="0" width="width" height="Top_border"/>
< <rectangle color="gtk:bg[NORMAL]" filled="true" x="0" y="Top_border" width="width" height="top_height - Top_border"/>
---
> <gradient type="vertical" x="0" y="1" width="width" height="22">
> <color value="#ACCD8A"/>
> <color value="#E6E6E6"/>
> </gradient>
Report
cedl38
8 years ago
Thanks for your interest and for sharing.
You have to modify "titlebar_bg_f" and "titlebar_bg_max_f" item to do this.
It seems that you have changed "titlebar_bg_n" item instead,
"f" for focused and "n" for normal or unfocused windows.
Also, is better to use height="top_height" instead of a fixed value.
Report
boscobearbank
8 years ago
Report
0rAX0
8 years ago
Report
cedl38
8 years ago
Report
TijoloAzul
8 years ago
I'll try it at home (I use kde at my work)!
Report
albyrock87
8 years ago
Report
cedl38
8 years ago
Report
albyrock87
8 years ago
I'm using gnome shell, look here:
http://dl.dropbox.com/u/2155244/na.png
http://dl.dropbox.com/u/2155244/na2.png
Report
albyrock87
8 years ago
Using the fixed color dark version solves this issue, but the blue/red combination on my system isn't good looking.
Report
cedl38
8 years ago
Since the version 1.3, you can change the titlebar color more easly by slightly change the dark fixed color version.
Report
cedl38
8 years ago
Report