[gtksourceview/wip/gutter-style: 2/3] classic style scheme: set line-numbers background color



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

    classic style scheme: set line-numbers background color

 data/styles/classic.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 621a454..22f0d84 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -53,6 +53,11 @@
   <!-- Right Margin -->
   <style name="right-margin"                foreground="#000000" background="#000000"/>
 
+  <!-- Same background color as the right-margin (in the code, an alpha
+       channel is applied to the right-margin). -->
+<!--   <style name="line-numbers"                background="#f0f0f0"/> -->
+  <style name="line-numbers"                background="#990000"/>
+
   <!-- Search Matching -->
   <style name="search-match"                background="yellow"/>
 


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