[gedit/zbrown/deteplification-src: 57/633] gschema: change the default style scheme to 'solarized-light'




commit 7789987f402156b7d70268929cf4a4e9f74a9916
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 cda5a5ad1..9b67aff63 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]