[gtksourceview] kate.xml: set cursor color to avoid inheriting from theme
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] kate.xml: set cursor color to avoid inheriting from theme
- Date: Mon, 21 Mar 2022 18:58:56 +0000 (UTC)
commit 528b4d9a59ce7cb73a463e730c2d2f7463c104d8
Author: Christian Hergert <christian hergert me>
Date: Mon Mar 21 11:56:09 2022 -0700
kate.xml: set cursor color to avoid inheriting from theme
Fixes #258
data/styles/kate-dark.xml | 1 +
data/styles/kate.xml | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/data/styles/kate-dark.xml b/data/styles/kate-dark.xml
index b4f09cb0..e59e70e7 100644
--- a/data/styles/kate-dark.xml
+++ b/data/styles/kate-dark.xml
@@ -46,6 +46,7 @@
<!-- Global Settings -->
<style name="text" foreground="light-gray" background="content-bg"/>
+ <style name="cursor" foreground="light-gray"/>
<style name="selection" foreground="#rgba(0,0,0,0)" background="#rgba(45, 92, 118, .3)"/>
<style name="current-line" background="#2a2e32"/>
<style name="current-line-number" background="#2a2e32" foreground="#a5a6a8"/>
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index fa6d0700..6841a00a 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -45,6 +45,7 @@
<!-- Global Settings -->
<style name="text" foreground="black" background="white"/>
+ <style name="cursor" foreground="black"/>
<style name="selection" foreground="#rgba(0,0,0,0)" background="#rgba(67, 172, 232,
.3)"/>
<style name="current-line" background="#f8f7f6"/>
<style name="current-line-number" background="#f8f7f6" foreground="#1e1e1e"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]