Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
(Add how to install a theme.)
 
(22 intermediate revisions by 6 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]
+
== Install ==
  
[http://wiki.gnustep.org/images/a/aa/Industrial.theme.tar.bz2 Industrial 1.0]
+
If the theme needs to be compiled, install it by using <code>make install</code>. If you have a simple .theme-Bundle, simply copy the whole bundle to <code><GNUstepdir>/Local/Library/Themes/</code>.
  
[http://wiki.gnustep.org/images/3/36/MyGnome.theme.tar.bz2 MyGnome 1.0]
+
Then you should be able set the themes using [[SystemPreferences.app]], or using the command:
 +
 
 +
<code>
 +
defaults write NSGlobalDomain GSTheme THEME-NAME
 +
</code>
 +
 
 +
== 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]]

Latest revision as of 11:19, 12 May 2020

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

Install

If the theme needs to be compiled, install it by using make install. If you have a simple .theme-Bundle, simply copy the whole bundle to <GNUstepdir>/Local/Library/Themes/.

Then you should be able 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)