Difference between revisions of "Themes"

From GNUstepWiki
Jump to navigation Jump to search
(Add how to install a theme.)
Line 26: Line 26:
  
 
https://github.com/gnustep/plugins-themes-Gtk
 
https://github.com/gnustep/plugins-themes-Gtk
 
  
 
WinUXTheme is the theme for a Windows-like look and feel:
 
WinUXTheme is the theme for a Windows-like look and feel:
  
 
https://github.com/gnustep/plugins-themes-WinUXTheme
 
https://github.com/gnustep/plugins-themes-WinUXTheme
 +
 +
A place for more generic themes:
 +
 +
https://github.com/gnustep/plugins-themes
  
 
== GNUstep Application Project Themes ==
 
== GNUstep Application Project Themes ==

Revision as of 12:08, 25 July 2024

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

A place for more generic themes:

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

GNUstep Application Project Themes

You find more at GAP.

Etoile Themes (outdated)