Difference between revisions of "Themes"
(mark as dated) |
|||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Here | + | {{Dated}} |
+ | 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. | ||
− | * [https://github.com/ | + | * [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 | |
− | + | A place for more generic themes: | |
− | + | https://github.com/gnustep/plugins-themes | |
− | == | + | == GNUstep Application Project Themes == |
− | You find more at [http://www.nongnu.org/gap/themes/ | + | You find more at [http://www.nongnu.org/gap/themes/ GAP]. |
− | == Etoile Themes == | + | == Etoile Themes (outdated) == |
* [[Camaelon]] | * [[Camaelon]] | ||
Latest revision as of 10:18, 29 July 2024
This article is out of date, it requires the attention of an editor or its original author.
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.