[gtksourceview] Adwaita-dark: fix bracket match foreground color
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Adwaita-dark: fix bracket match foreground color
- Date: Sat, 18 Sep 2021 17:46:18 +0000 (UTC)
commit 6d68c00e79ae7b5812d8e8477a99cfe64020faed
Author: Christian Hergert <chergert redhat com>
Date: Sat Sep 18 10:46:10 2021 -0700
Adwaita-dark: fix bracket match foreground color
Related #216
data/styles/Adwaita-dark.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/styles/Adwaita-dark.xml b/data/styles/Adwaita-dark.xml
index 5ca8cfd0..54b96fe1 100644
--- a/data/styles/Adwaita-dark.xml
+++ b/data/styles/Adwaita-dark.xml
@@ -79,7 +79,7 @@
<style name="draw-spaces" foreground="dark1"/>
<style name="background-pattern" background="dark4"/>
- <style name="bracket-match" background="dark2" bold="true"/>
+ <style name="bracket-match" foreground="dark4" background="dark2" bold="true"/>
<style name="bracket-mismatch" background="red5" bold="true"/>
<style name="search-match" foreground="light1" background="orange3"/>
<style name="misspelled-match" foreground="light1" background="red3"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]