[gtksourceview] Style schemes: tune cursor colors
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Style schemes: tune cursor colors
- Date: Sat, 26 Mar 2016 15:39:16 +0000 (UTC)
commit 0f8d1296b357b1d1d29b8dd4f606a0311b46368f
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 26 16:14:46 2016 +0100
Style schemes: tune cursor colors
For Tango, follow the GTK+ theme.
data/styles/oblivion.xml | 2 ++
data/styles/solarized-dark.xml | 1 +
data/styles/tango.xml | 1 -
3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/oblivion.xml b/data/styles/oblivion.xml
index 89d8351..bce9076 100644
--- a/data/styles/oblivion.xml
+++ b/data/styles/oblivion.xml
@@ -57,12 +57,14 @@
<color name="aluminium6" value="#2e3436"/>
<color name="white" value="#ffffff"/>
+ <color name="aluminium4-3-blend" value="#a1a49e"/>
<color name="aluminium6-5-blend" value="#34393A"/>
<!-- Global Settings -->
<style name="text" foreground="aluminium2" background="aluminium6"/>
<style name="selection" foreground="aluminium1" background="aluminium4"/>
<style name="cursor" foreground="aluminium2"/>
+ <style name="secondary-cursor" foreground="aluminium4-3-blend"/>
<style name="current-line" background="aluminium5"/>
<style name="line-numbers" foreground="aluminium5" background="#black"/>
<style name="draw-spaces" foreground="aluminium4"/>
diff --git a/data/styles/solarized-dark.xml b/data/styles/solarized-dark.xml
index 64926c7..f66132e 100644
--- a/data/styles/solarized-dark.xml
+++ b/data/styles/solarized-dark.xml
@@ -49,6 +49,7 @@
<style name="text" foreground="base1" background="base03"/>
<style name="selection" foreground="base03" background="base00"/>
<style name="cursor" foreground="base1"/>
+ <style name="secondary-cursor" foreground="base00"/>
<style name="current-line" background="base02"/>
<style name="line-numbers" foreground="base01" background="base02"/>
<style name="background-pattern" background="base03-02-blend"/>
diff --git a/data/styles/tango.xml b/data/styles/tango.xml
index 8411aa8..1847adc 100644
--- a/data/styles/tango.xml
+++ b/data/styles/tango.xml
@@ -55,7 +55,6 @@
<color name="aluminium6" value="#2e3436"/>
<!-- Global Settings -->
- <style name="cursor" foreground="aluminium4"/>
<style name="current-line" background="aluminium1"/>
<style name="current-line-number" background="aluminium1"/>
<style name="draw-spaces" foreground="aluminium3"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]