Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
(Adding images and more info)
(Theme URL information updates)
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Here there are some themes for your GNUstep Apps. Mainly these themes are for people that use desktops like Gnome, KDE, XFCE,... Just untar the package and copy it on ~/GNUstep/Library/Themes at your home directory. You can set the theme with [[SystemPreferences.app]].
+
Here is a list of themes for your GNUstep Apps. This will help integrate GNUstep with your desktop environment of choice.
  
[http://wiki.gnustep.org/images/6/6d/Silver.theme.tar.bz2 Silver 2.0]
+
You can set the themes using [[SystemPreferences.app]], or using the command:
[[Image: Silver.jpg | 250px]]
 
  
[http://wiki.gnustep.org/images/a/aa/Industrial.theme.tar.bz2 Industrial 1.0]
+
<code>
[[Image: Industrial.jpg | 250px]]
+
defaults write NSGlobalDomain GSTheme THEME-NAME
 +
</code>
  
[http://wiki.gnustep.org/images/3/36/MyGnome.theme.tar.bz2 MyGnome 1.0]
+
== User Maintained Themes ==
[[Image: Mygnome.jpg | 250px]]
 
  
== GNUstep SVN Themes ==
+
* [[Silver.theme]] Theme with silvered controls and scrollbars at right side.
 +
* [https://github.com/AlessandroSangiuliano/rik.theme Rik] - A Mac-like theme for GNUstep.
 +
* [https://github.com/BertrandDekoninck/NarcissusRik NarcissusRik] - The Narcissus theme from Etoile project (see below) using Rik icons.
 +
* [https://github.com/BertrandDekoninck/NesedahRik NesedahRik] - The Nesedah theme using Rik icons.
 +
* [https://github.com/BertrandDekoninck/Sombre Sombre] - A fresh dark theme from Bertrand Dekoninck.
  
[http://dl.dropbox.com/u/3377727/GnomeTheme-Glossy.png GnomeTheme]
+
== GNUstep Maintained Themes ==
  
WinUXTheme
+
The GnomeTheme has been renamed to Gtk.theme.
 +
It will read the current Gtk theme and apply style information to your current GNUstep setup.
 +
It is available on the official GNUstep GitHub:
  
== Gap Themes ==
+
https://github.com/gnustep/plugins-themes-Gtk
You find more at [http://www.nongnu.org/gap/themes/index.html GAP].
 
  
== Etoile Themes ==
 
[[Camaelon]]
 
  
[http://etoileos.com/etoile/mockups/narcissus/ Narcissus]
+
WinUXTheme is the theme for a Windows-like look and feel:
 +
 
 +
https://github.com/gnustep/plugins-themes-WinUXTheme
 +
 
 +
== GNUstep Application Project Themes ==
 +
You find more at [http://www.nongnu.org/gap/themes/ GAP].
 +
 
 +
== Etoile Themes (outdated) ==
 +
* [[Camaelon]]
 +
 
 +
* [http://etoileos.com/etoile/mockups/narcissus/ Narcissus]
  
 
[[Category:Themes]]
 
[[Category:Themes]]

Revision as of 18:20, 1 July 2019

Here is a list of themes for your GNUstep Apps. This will help integrate GNUstep with your desktop environment of choice.

You can set the themes using SystemPreferences.app, or using the command:

defaults write NSGlobalDomain GSTheme THEME-NAME

User Maintained Themes

  • Silver.theme Theme with silvered controls and scrollbars at right side.
  • Rik - A Mac-like theme for GNUstep.
  • NarcissusRik - The Narcissus theme from Etoile project (see below) using Rik icons.
  • NesedahRik - The Nesedah theme using Rik icons.
  • Sombre - A fresh dark theme from Bertrand Dekoninck.

GNUstep Maintained Themes

The GnomeTheme has been renamed to Gtk.theme. It will read the current Gtk theme and apply style information to your current GNUstep setup. It is available on the official GNUstep GitHub:

https://github.com/gnustep/plugins-themes-Gtk


WinUXTheme is the theme for a Windows-like look and feel:

https://github.com/gnustep/plugins-themes-WinUXTheme

GNUstep Application Project Themes

You find more at GAP.

Etoile Themes (outdated)