[gimp] app, libgimpwidgets: Dark theme and Symbolic icons as defaults.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app, libgimpwidgets: Dark theme and Symbolic icons as defaults.
- Date: Fri, 25 Mar 2016 20:04:13 +0000 (UTC)
commit 7fe64b747c8c060cc3b7458d8c5d08a3aa72d292
Author: Jehan <jehan girinstud io>
Date: Fri Mar 25 20:53:22 2016 +0100
app, libgimpwidgets: Dark theme and Symbolic icons as defaults.
These seem the expected theming defaults nowaydays, for a graphics
software, and so GIMP will follow these recommendations.
app/config/gimpguiconfig.h | 4 ++--
docs/gimprc.5.in | 4 ++--
etc/gimprc | 4 ++--
libgimpwidgets/gimpicons.c | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/config/gimpguiconfig.h b/app/config/gimpguiconfig.h
index c0fe3e8..56e1815 100644
--- a/app/config/gimpguiconfig.h
+++ b/app/config/gimpguiconfig.h
@@ -24,8 +24,8 @@
#include "config/gimpdisplayconfig.h"
-#define GIMP_CONFIG_DEFAULT_THEME "System"
-#define GIMP_CONFIG_DEFAULT_ICON_THEME "Color"
+#define GIMP_CONFIG_DEFAULT_THEME "03-Dark"
+#define GIMP_CONFIG_DEFAULT_ICON_THEME "Symbolic"
#define GIMP_TYPE_GUI_CONFIG (gimp_gui_config_get_type ())
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index d17458e..0f31567 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -850,7 +850,7 @@ Sets the theme search path. This is a colon-separated list of folders to
search.
.TP
-(theme "System")
+(theme "03-Dark")
The name of the theme to use. This is a string value.
@@ -861,7 +861,7 @@ Sets the icon theme search path. This is a colon-separated list of folders to
search.
.TP
-(icon-theme "Default")
+(icon-theme "Symbolic")
The name of the icon theme to use. This is a string value.
diff --git a/etc/gimprc b/etc/gimprc
index cc732f2..1f0aa79 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -667,7 +667,7 @@
# The name of the theme to use. This is a string value.
#
-# (theme "System")
+# (theme "03-Dark")
# Sets the icon theme search path. This is a colon-separated list of folders
# to search.
@@ -676,7 +676,7 @@
# The name of the icon theme to use. This is a string value.
#
-# (icon-theme "Default")
+# (icon-theme "Symbolic")
# When enabled, pressing F1 will open the help browser. Possible values are
# yes and no.
diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c
index a52bd2e..215f105 100644
--- a/libgimpwidgets/gimpicons.c
+++ b/libgimpwidgets/gimpicons.c
@@ -50,7 +50,7 @@
#define LIBGIMP_DOMAIN GETTEXT_PACKAGE "-libgimp"
#define GIMP_TOILET_PAPER "gimp-toilet-paper"
-#define GIMP_DEFAULT_ICON_THEME "Color"
+#define GIMP_DEFAULT_ICON_THEME "Symbolic"
static GtkIconFactory *gimp_stock_factory = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]