> > Are you guys woking with this greyish NextStep look from the eighties? Or is > there a trick to customise/improve the look and feel a bit? It would already > help to have the menu at the top of the screen again (like on MasOSX or with > Etoile)!? >
There are several themes available : Rik : https://github.com/AlessandroSangiuliano/rik.theme <https://github.com/AlessandroSangiuliano/rik.theme> This one needs the gnustep runtime and clang. I’ve got a gcc compatible branch (not feature complete compared to the main branch) here : https://github.com/BertrandDekoninck/rik.theme/tree/no_objc2 <https://github.com/BertrandDekoninck/rik.theme/tree/no_objc2> There are several others here : https://github.com/BertrandDekoninck/Sombre <https://github.com/BertrandDekoninck/Sombre> https://github.com/BertrandDekoninck/NesedahRik <https://github.com/BertrandDekoninck/NesedahRik> https://github.com/BertrandDekoninck/NarcissusRik <https://github.com/BertrandDekoninck/NarcissusRik> There are also some themes in gap’s repo http://savannah.nongnu.org/projects/gap <http://savannah.nongnu.org/projects/gap> You can see a mirror on github here : https://github.com/gnustep/gap/tree/master/bundles/themes <https://github.com/gnustep/gap/tree/master/bundles/themes> You can also notice that Pikopixel uses a custom theme, that integrates pretty well with other environments and is also close to the default theme. You can dig into its code to find it : http://twilightedge.com/downloads/PikoPixel.Sources.1.0-b9e.tar.gz <http://twilightedge.com/downloads/PikoPixel.Sources.1.0-b9e.tar.gz> Bertrand
