[gtksourceview/wip/gutter-style] Set line-numbers background for classic and tango
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/gutter-style] Set line-numbers background for classic and tango
- Date: Sun, 24 Aug 2014 20:36:29 +0000 (UTC)
commit bd52d127b03a2bde0c9c1a717b05256d9ac22329
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.
#e5e5e0 seems a good value. A gray too dark is ugly, and a gray too
light is difficult to see. The blue component (e0) is a bit darker, like
for the other gray colors defined in classic.
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..2c06bd2 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="#e5e5e0"/>
<!-- 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..ab41bf9 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="#e5e5e0"/>
<!-- 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]