[gedit/wip/better-style-scheme] Change default color scheme from 'classic' to 'tango'



commit c97fdb53fa4cf69acb6315aef13fb6807d1bc7dd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Jun 7 13:20:29 2015 +0200

    Change default color scheme from 'classic' to 'tango'
    
    Tango has warmer colors, it's a better color scheme in my opinion.

 data/org.gnome.gedit.gschema.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
index 9ee2ea9..c90f08f 100644
--- a/data/org.gnome.gedit.gschema.xml.in
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -41,7 +41,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>'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]