Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
m
(Add how to install a theme.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here there is a theme for your GNUstep Apps. Mainly this theme are for people that use desktops like Gnome, KDE, Xfce,... 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.
 +
 
 +
== Install ==
 +
 
 +
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>.
 +
 
 +
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.
 
* [[Silver.theme]] Theme with silvered controls and scrollbars at right side.
Line 7: Line 19:
 
* [https://github.com/BertrandDekoninck/Sombre Sombre] - A fresh dark theme from Bertrand Dekoninck.
 
* [https://github.com/BertrandDekoninck/Sombre Sombre] - A fresh dark theme from Bertrand Dekoninck.
  
== GNUstep SVN Themes ==
+
== 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:
  
[http://dl.dropbox.com/u/3377727/GnomeTheme-Glossy.png GnomeTheme] (FIXME: 404) is a plugin to make a GNUstep theme based on the active Gnome theme. Is under development.
+
https://github.com/gnustep/plugins-themes-Gtk
  
The GnomeTheme has recently been renamed Gtk.theme since it really is a Gtk theme.  It is available in GNUstep's SVN repository under the plugins directory.  Check it out here:
 
  
http://svn.gna.org/svn/gnustep/plugins/themes/Gtk
+
WinUXTheme is the theme for a Windows-like look and feel:
  
WinUXTheme is the theme for Windows. You can activate this on installation or with [[SystemPreferences.app]].
+
https://github.com/gnustep/plugins-themes-WinUXTheme
  
== Gap Themes ==
+
== GNUstep Application Project Themes ==
You find more at [http://www.nongnu.org/gap/themes/index.html GAP].
+
You find more at [http://www.nongnu.org/gap/themes/ GAP].
  
 
== Etoile Themes (outdated) ==
 
== Etoile Themes (outdated) ==

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)