[gnome-builder] editor: add alternate background color for errors.
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] editor: add alternate background color for errors.
- Date: Tue, 18 Nov 2014 05:42:46 +0000 (UTC)
commit 9fd72ea1039afdab73958490c5569eb1530c3286
Author: Christian Hergert <christian hergert me>
Date: Mon Nov 17 21:30:04 2014 -0800
editor: add alternate background color for errors.
data/styles/builder.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index a5e954a..e7d4bb8 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -33,6 +33,7 @@
<color name="blue2" value="#0077aa"/>
<color name="purple1" value="#990055"/>
<color name="pink1" value="#dd4a68"/>
+ <color name="pink2" value="#EBCAD2"/>
<color name="green1" value="#669900"/>
<color name="text1" value="#4d4e53"/>
<color name="selection1" value="#b3d4fc"/>
@@ -88,7 +89,7 @@
<style name="def:comment" foreground="blue1"/>
<style name="def:constant" foreground="blue2"/>
<style name="def:doc-comment-element" italic="true"/>
- <style name="def:error" background="scarletred1" bold="true"/>
+ <style name="def:error" background="pink2" bold="true"/>
<style name="def:floating-point" foreground="blue2"/>
<style name="def:decimal" foreground="blue2"/>
<style name="def:base-n-integer" foreground="blue2"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]