[gtksourceview: 1/2] classic.xml: fix current line background




commit a3b7a2ac06f474c171b0a324b934aaf805c4a2c7
Author: Dmitry Nalivin <dmitrynalivin gmail com>
Date:   Sat Feb 5 23:38:05 2022 +0300

    classic.xml: fix current line background

 data/styles/classic.xml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 88cc6aac..d75ef38c 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -50,6 +50,8 @@
   <!-- Global Settings -->
   <style name="text"                        foreground="black" background="white"/>
   <style name="cursor"                      foreground="black"/>
+  <style name="current-line"                background="#F0F0F0"/>
+  <style name="current-line-number"         foreground="#8A8A8A" background="#F0F0F0"/>
   <style name="line-numbers"                foreground="#A0A0A0" background="white"/>
   <style name="draw-spaces"                 foreground="#BABDB6"/>
   <style name="background-pattern"          background="#rgba(73,74,71,0.1)"/>


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