From Fedora Project Wiki
m (1 revision(s))
No edit summary
Line 1: Line 1:
<!--
{{header|art}}
-->
 
<!-- language:en
-->
<!--
-->
<!-- Do not remove
-->
<!-- StartHeader
-->
<pre>#!html
<pre>#!html
<div style="height:66px; width:100%; background-color:#002867;">
<div style="height:66px; width:100%; background-color:#002867;">

Revision as of 04:09, 27 May 2008

Artwork ArtTeamProjects WikiDesign ArtTeamN1.png


#!html
<div style="height:66px; width:100%; background-color:#002867;">
<a href = "http://fedoraproject.org/wiki/Artwork"> <img style="float:right;padding-top:3px;" src="http://fedoraproject.org/wiki/Artwork?action=AttachFile&do=get&target=ArtTeamN1.png" /></a>
</div>

<HR style="height:2px; background-color:#00578E;" />

The Nodoka Theme

Warning.png News: creating new notification theme:

Goals

  • Create a complete set of fedora theme (excluding wallpaper, which is release dependent) that would look consistent throughout whole desktop and would include echo icon set
  • Create a theme that is nice, not attracting too much attention to itself, rather calms than enrages, and that is focused on usability as well
  • Use classical fedora blue as an basic color, build the theme around it, but not "overblueize" it
  • Make use of soft gradients, not make too hard color transitions

License

GPLv2

Download

NEW UPSTREAM: I moved upstream to hosted and you can download the tarballs from there.

Current GTK+ engine version: 0.6

Current Metacity theme version: 0.3.2

Current metatheme version: 0.3.2

(change between 0.3.1.1 and 0.3.1): I merged the gtk theme with the engine, metacity and metatheme are in separate package. I strongly recommend to completely reinstall the packages if you use any previous versions.

Nodoka theme engine, plus default GTK+ theme

WARNING: the rawhide version does not work Fedora 7's GTK2. You'll either need to update gtk2 to rawhide version or rebuild the gtk-nodoka-engine package.

yum --enablerepo=development install gtk-nodoka-engine

or, if you already have it installed,

yum --enablerepo=development update gtk-nodoka-engine
  • note that the rpms are late (usually day or two) after sources release due to the update process
  • if you are anxious to get the newest rpms you can find them in koji

gtk-nodoka-engine-0.5.3.1.tar.gz

Metacity theme

yum --enablerepo=development install nodoka-metacity-theme

or, if you already have it installed,

yum --enablerepo=development update nodoka-metacity-theme

Gnome MetaTheme

yum --enablerepo=development install nodoka-theme-gnome

or, if you already have it installed,

yum --enablerepo=development update nodoka-theme-gnome

nodoka-theme-gnome-0.3.1.2.tar.gz

Older Releases

Nodoka Gtk Engine

gtk-nodoka-engine-0.5.2-1.fc8.i386.rpm

gtk-nodoka-engine-0.5.2-1.fc8.x86_64.rpm

gtk-nodoka-engine-0.5.2-1.fc8.ppc.rpm

gtk-nodoka-engine-0.5.2-1.fc8.ppc64.rpm

gtk-nodoka-engine-0.5.2-1.fc8.src.rpm

File:Artwork NodokaTheme gtk-nodoka-engine-0.5.1-1.fc7.i386.rpm gtk-nodoka-engine-0.5.1-1.fc7.i386.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5.1-1.fc7.src.rpm gtk-nodoka-engine-0.5.1-1.fc7.src.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.i386.rpm gtk-nodoka-engine-0.5-1.fc7.i386.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.x86 64.rpm gtk-nodoka-engine-0.5-1.fc7.x86_64.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.src.rpm gtk-nodoka-engine-0.5-1.fc7.src.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.i386.rpm gtk-nodoka-engine-0.5-1.fc7.i386.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.x86 64.rpm gtk-nodoka-engine-0.5-1.fc7.x86_64.rpm]

File:Artwork NodokaTheme gtk-nodoka-engine-0.5-1.fc7.src.rpm gtk-nodoka-engine-0.5-1.fc7.src.rpm]


gtk-nodoka-engine-0.3.2.1-1.fc7.src.rpm

gtk-nodoka-engine-0.3.2.1.tar.gz

File:Artwork NodokaTheme gtk-nodoka-engine-0.3.1.1-1.fc7.x86 64.rpm

Nodoka Engine, initial release (0.1): rpm

Nodoka Engine, initial release (0.1): source rpm

File:Artwork NodokaTheme nodoka-0.1.tar.bz2 Nodoka theme engine, initial release (0.1): tarball]

Nodoka Theme

Nodoka Theme, 0.3.0.2, noarch.rpm

Nodoka Theme, 0.3.0.2, src.rpm

File:Artwork NodokaTheme nodoka-gtkrc-0.3.0.2.tar.bz2 Updated gtkrc utilizing Nodoka theme engine]

Nodoka Window Decoration for KDE

NodokaWindowDecorationKDE.tar.gz


Authors

MartinSourada, DanielGeiger, LaithJuwaidah

How it currently looks

[1]

Links

[MartinSourada/NodokaDraft] - Original mockup page, MartinSourada's Nodoka page

[DanielGeiger/F8ThemeNodoka] - DanielGeiger's Nodoka page

Fedora forum discussion

Comments

Feel free to add your comments/requests/sugestions etc. here.

I noticed that the button part of the disabled GtkCombo in the Widget Factory is displayed as enabled for all themes -- probably not something to worry too much about. -DanielGeiger

  • Probably nothing to worry about. I think it's a GTK bug (or feature? *confused*) as the button is also clickable... -MartinSourada

Is anybody working on making tooltips yellow again as in Fedora 7 and older? In Fedora 8 development, gray tooltips on gray windows are less visible. -MichaelSchwendt

  • AFAIK tooltips coloring is defined in gtkrc file, in Nodoka we have them yellow like in Fedora 7. Did you tried Nodoka on Fedora 8? -MartinSourada
  • My fault. Just tried it in Test 1 live CD and some of the tooltips are indeed grey. It's caused due to new widget type which needs to be handled in the gtkrc file. In Fedora 7 gtk-tooltips widget take care of all tooltips, however in Fedora 8 gtk-tooltip is needed as well. I'll fix this in the 0.6 version at the latest. -MartinSourada