[gtksourceview] classic.xml: use fallbacks for line numbers



commit cca5eecedee24925044bd36b4b8976f11341db67
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 20 15:48:53 2021 -0700

    classic.xml: use fallbacks for line numbers
    
    Now that we have fallbacks in place for this within GtkSourceView we
    don't need to specify it in the style scheme. Doing so will improve the
    situation where classic is used on dark or other non-standard themes.
    
    Note that this is only for GTK4/GtkSourceView5 and forward, and will not
    be backported to previous versions of GtkSourceView as the machinery is
    completely different.
    
    Fixes #29

 data/styles/classic.xml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index ad75bbcc..7b84d6ab 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -42,9 +42,6 @@
   <color name="purple"     value="#A020F0"/>
 
   <!-- Global Settings -->
-  <style name="line-numbers"                background="#rgba(0,0,0,0.005)"/>
-  <style name="current-line"                background="#eeeeec"/>
-  <style name="current-line-number"         background="#eeeeec"/>
   <style name="draw-spaces"                 foreground="#babdb6"/>
   <style name="background-pattern"          background="#rgba(73,74,71,0.1)"/>
   <style name="snippet-focus"               background="gray"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]