[gnome-builder] style-scheme: use "current-line-number"
- From: Igor Gnatenko <ignatenko src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] style-scheme: use "current-line-number"
- Date: Thu, 22 Jan 2015 23:03:26 +0000 (UTC)
commit 611de3e2e5f4f4df742d822a6affdb930004e484
Author: Paolo Borelli <pborelli gnome org>
Date: Thu Jan 22 23:54:36 2015 +0100
style-scheme: use "current-line-number"
Use the the "current-line-number" style newly supported by
gtksourceview to make the current line highlighting extend
to the gutter.
https://bugzilla.gnome.org/show_bug.cgi?id=743381
data/styles/builder-dark.xml | 1 +
data/styles/builder.xml | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/styles/builder-dark.xml b/data/styles/builder-dark.xml
index faf15c2..3fcd1ec 100644
--- a/data/styles/builder-dark.xml
+++ b/data/styles/builder-dark.xml
@@ -62,6 +62,7 @@
<style name="selection" foreground="aluminium1" background="aluminium4"/>
<style name="cursor" foreground="aluminium2"/>
<style name="current-line" background="#rgba(85,87,83,.5)"/>
+ <style name="current-line-number" background="#rgba(85,87,83,.5)"/>
<style name="line-numbers" foreground="aluminium4" background="aluminium6"/>
<style name="draw-spaces" foreground="aluminium4"/>
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index 68dda05..f62cfde 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -77,6 +77,7 @@
<style name="selection" background="selection1"/>
<style name="cursor" foreground="aluminium4"/>
<style name="current-line" background="#rgba(238,238,236,.75)"/>
+ <style name="current-line-number" background="#rgba(238,238,236,.75)"/>
<style name="draw-spaces" foreground="aluminium3"/>
<style name="line-numbers" foreground="line1" background="bg1"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]