[gedit/zbrown/deteplification-src: 116/633] gschema: set a more classic style scheme




commit aa02d08dcd17069cf9ca2fcc78810e674bf88e2b
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 c67701d2a..87e53c34d 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]