[gedit] gschema: set a more classic style scheme
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] gschema: set a more classic style scheme
- Date: Wed, 29 Jan 2020 18:29:52 +0000 (UTC)
commit 1951af185ce1478405ec71488938a6bb7494b457
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Jan 29 19:19:11 2020 +0100
gschema: set a more classic style scheme
And by more classic I mean tango.
The problem with the 'solarized-light' style scheme is the background
color, it is not standard for a GTK app.
And the problem with the line numbers' background color that was almost
undistinguishable from the main text's background color is now fixed.
So the 'classic' and 'tango' style schemes work again as expected. The
default value was previously 'classic', but 'tango' has warmer and nicer
colors.
data/org.gnome.gedit.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
index a3e6cb556..462c73186 100644
--- a/data/org.gnome.gedit.gschema.xml.in
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -43,7 +43,7 @@
<description>A custom font that will be used for the editing area. This will only take effect if the
“Use Default Font” option is turned off.</description>
</key>
<key name="scheme" type="s">
- <default>'solarized-light'</default>
+ <default>'tango'</default>
<summary>Style Scheme</summary>
<description>The ID of a GtkSourceView Style Scheme used to color the text.</description>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]