Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
m (Add link for source code of the theme Silver.)
(Add how to install a theme.)
 
(15 intermediate revisions by 5 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,... 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.
  
 +
== Install ==
  
[http://wiki.gnustep.org/images/6/6d/Silver.theme.tar.bz2 Silver 2.5] This is a binary package (32 bits). If you have other arquitecture download the source code [http://download.gna.org/gnustep-nonfsf/silver.theme-2.5.tar.gz here].
+
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>.
  
[[Image: Silver.jpg | 250px]]
+
Then you should be able set the themes using [[SystemPreferences.app]], or using the command:
  
== GNUstep SVN Themes ==
+
<code>
 +
defaults write NSGlobalDomain GSTheme THEME-NAME
 +
</code>
  
[http://dl.dropbox.com/u/3377727/GnomeTheme-Glossy.png GnomeTheme] is a plugin to make a GNUstep theme based on the active Gnome theme. Is under development.
+
== User Maintained Themes ==
  
WinUXTheme is the theme for Windows. You can active this on installation or with [[SystemPreferences.app]].
+
* [[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.
  
== Gap Themes ==
+
== GNUstep Maintained Themes ==
You find more at [http://www.nongnu.org/gap/themes/index.html GAP].
 
  
== Etoile Themes ==
+
The GnomeTheme has been renamed to Gtk.theme.
[[Camaelon]]
+
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://etoileos.com/etoile/mockups/narcissus/ Narcissus]
+
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)