The Nodoka 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
gtk-nodoka-engine-0.5.1-1.fc7.i386.rpm
gtk-nodoka-engine-0.5.1-1.fc7.src.rpm
gtk-nodoka-engine-0.5-1.fc7.i386.rpm
gtk-nodoka-engine-0.5-1.fc7.x86_64.rpm
gtk-nodoka-engine-0.5-1.fc7.src.rpm
gtk-nodoka-engine-0.5-1.fc7.i386.rpm
gtk-nodoka-engine-0.5-1.fc7.x86_64.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
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
Updated gtkrc utilizing Nodoka theme engine
Nodoka Window Decoration for KDE
NodokaWindowDecorationKDE.tar.gz
Authors
MartinSourada, DanielGeiger, LaithJuwaidah
How it currently looks
Links
MartinSourada/NodokaDraft - Original mockup page, MartinSourada's Nodoka page
DanielGeiger/F8ThemeNodoka - DanielGeiger's Nodoka page
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