[gtksourceview/gtksourceview-4-8] kate.xml: set cursor style to avoid inheriting



commit 0152cb1bba037e280508395998d19905603cf8cf
Author: Christian Hergert <christian hergert me>
Date:   Mon Mar 21 11:57:23 2022 -0700

    kate.xml: set cursor style to avoid inheriting
    
    Fixes #258

 data/styles/kate.xml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/styles/kate.xml b/data/styles/kate.xml
index 2be152cb..4ae91cca 100644
--- a/data/styles/kate.xml
+++ b/data/styles/kate.xml
@@ -40,6 +40,7 @@
 
   <!-- Global Settings -->
   <style name="text"                        foreground="black" background="white"/>
+  <style name="cursor"                      foreground="black"/>
   <style name="selection"                   foreground="white" background="#43ace8"/>
   <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]