Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
(Theme URL information updates)
(21 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Here there are some themes for your GNUstep Apps. You can found more at [http://www.nongnu.org/gap/themes/index.html GAP].
+
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:
  
[http://wiki.gnustep.org/images/a/aa/Industrial.theme.tar.bz2 Industrial 1.0]
+
<code>
 +
defaults write NSGlobalDomain GSTheme THEME-NAME
 +
</code>
  
[http://wiki.gnustep.org/images/3/36/MyGnome.theme.tar.bz2 MyGnome 1.0]
+
== User Maintained 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.
 +
 
 +
== 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 [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)