[gtksourceview/gnome-3-24] classic: improve grid color styling
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/gnome-3-24] classic: improve grid color styling
- Date: Mon, 9 Dec 2019 20:29:10 +0000 (UTC)
commit 834d0325a8d100aae89f28edf0881a1b3e8c5f70
Author: Christian Hergert <chergert redhat com>
Date: Mon Dec 9 12:24:42 2019 -0800
classic: improve grid color styling
The classic style is used by default and therefore needs to have
a reasonably good look on a number of GTK themes. This uses an
alpha channel to draw the grid so that we are less likely to
have a garish view.
The style is .1 alpha of the draw-spaces color.
Fixes #98
data/styles/classic.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/styles/classic.xml b/data/styles/classic.xml
index 0ee1a362..d133854c 100644
--- a/data/styles/classic.xml
+++ b/data/styles/classic.xml
@@ -46,7 +46,7 @@
<style name="current-line" background="#eeeeec"/>
<style name="current-line-number" background="#eeeeec"/>
<style name="draw-spaces" foreground="#babdb6"/>
- <style name="background-pattern" background="#f3f3f3"/>
+ <style name="background-pattern" background="#rgba(73,74,71,0.1)"/>
<!-- Bracket Matching -->
<style name="bracket-match" foreground="white" background="gray"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]