[gedit] gschema: change the default style scheme to 'solarized-light'
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] gschema: change the default style scheme to 'solarized-light'
- Date: Mon, 2 Dec 2019 09:05:21 +0000 (UTC)
commit b2bb6d62809795e20b1282d07decb25791d252ee
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Dec 2 09:58:36 2019 +0100
gschema: change the default style scheme to 'solarized-light'
The 'classic' and 'tango' style schemes are currently broken because of
the new Adwaita theme (a GTK regression): the background color for line
numbers (the gutter) is almost identical to the background color of the
text.
Another reason is that there has been much more study into the Solarized
style schemes, to choose the best colors for the eyes etc:
https://ethanschoonover.com/solarized/
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 0c206cabe..ea254fedc 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>'classic'</default>
+ <default>'solarized-light'</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]