[gtksourceview: 1/2] classic: tweak line number colors
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview: 1/2] classic: tweak line number colors
- Date: Tue, 2 Nov 2021 01:28:36 +0000 (UTC)
commit 9715136677af271e863cb237e91fa78a184afe07
Author: Dmitry Nalivin <dmitrynalivin gmail com>
Date: Mon Nov 1 20:00:21 2021 +0300
classic: tweak line number colors
data/styles/classic-dark.xml | 2 +-
data/styles/classic.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/styles/classic-dark.xml b/data/styles/classic-dark.xml
index fc4c33fd..a6a2031e 100644
--- a/data/styles/classic-dark.xml
+++ b/data/styles/classic-dark.xml
@@ -35,7 +35,7 @@
<color name="yellow" value="#FFFF60"/>
<color name="purple" value="#C060FF"/>
<color name="text1" value="#E0E0E0"/>
- <color name="text2" value="#B0B0B0"/>
+ <color name="text2" value="#808080"/>
<color name="bg1" value="#101010"/>
<color name="bg2" value="#202020"/>
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index bebd2235..6e25e22b 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -45,8 +45,8 @@
<!-- Global Settings -->
<style name="text" foreground="black" background="white"/>
<style name="cursor" foreground="black"/>
- <style name="line-numbers" foreground="black" background="white"/>
- <style name="draw-spaces" foreground="#babdb6"/>
+ <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)"/>
<style name="snippet-focus" background="gray"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]