[gtksourceview/wip/gutter-style: 22/22] Set line-numbers background for classic and tango



commit 542782d975365aca55ca9332e2e0afd1a7d4a2eb
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Aug 13 19:07:58 2014 +0200

    Set line-numbers background for classic and tango
    
    To better distinguish the text from the line numbers.
    
     #e0e0e0 seems a good value. A gray too dark is ugly, and a gray too
    light is difficult to see.
    
    Another possibility is to have a lighter gray background, with a
    vertical line (same colors as the right margin). Or just a white
    background with a vertical line.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733606

 data/styles/classic.xml |    1 +
 data/styles/tango.xml   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 621a454..c01de6c 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -45,6 +45,7 @@
   <!-- Global Settings -->
   <style name="current-line"                background="#eeeeec"/>
   <style name="draw-spaces"                 foreground="#babdb6"/>
+  <style name="line-numbers"                background="#e0e0e0"/>
 
   <!-- Bracket Matching -->
   <style name="bracket-match"               foreground="white" background="gray" bold="true"/>
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index 62dddac..a54a977 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -58,6 +58,7 @@
   <style name="cursor"                      foreground="aluminium4"/>
   <style name="current-line"                background="aluminium1"/>
   <style name="draw-spaces"                 foreground="aluminium3"/>
+  <style name="line-numbers"                background="#e0e0e0"/>
 
   <!-- Bracket Matching -->
   <style name="bracket-match"               foreground="aluminium1" background="aluminium3" bold="true"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]