[gtksourceview] Change the error color to a dark red
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Change the error color to a dark red
- Date: Tue, 2 Mar 2010 20:32:45 +0000 (UTC)
commit 983638abf31ccf021a2bc9b06d9db3ef6859d8aa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Mar 2 21:32:12 2010 +0100
Change the error color to a dark red
gtksourceview/language-specs/cobalt.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview/language-specs/cobalt.xml b/gtksourceview/language-specs/cobalt.xml
index 31a21c3..5a7cdf9 100644
--- a/gtksourceview/language-specs/cobalt.xml
+++ b/gtksourceview/language-specs/cobalt.xml
@@ -44,7 +44,7 @@
<color name="spring_green" value="#3ad900"/>
<color name="sea_green" value="#00BF8C"/>
<color name="light_grey" value="#cccccc"/>
- <color name="dark_maroon" value="#002f29"/>
+ <color name="dark_red" value="#990000"/>
<color name="bluish_grey" value="#777777"/>
<color name="steelblue3" value="#4f94cd"/>
@@ -59,7 +59,7 @@
<!-- Bracket Matching -->
<style name="bracket-match" background="steelblue3"/>
- <style name="bracket-mismatch" background="dark_maroon" bold="true"/>
+ <style name="bracket-mismatch" background="dark_red" bold="true"/>
<!-- Search Matching -->
<style name="search-match" foreground="white" background="sea_green"/>
@@ -94,7 +94,7 @@
<style name="def:type" foreground="teal_blue"/>
<!-- Others -->
- <style name="def:error" foreground="white" background="dark_maroon" bold="true"/>
+ <style name="def:error" foreground="white" background="dark_red" bold="true"/>
<style name="def:note" foreground="neon_pink" bold="true"/>
<style name="def:net-address-in-comment" foreground="teal_blue" italic="false" underline="true"/>
<style name="def:preprocessor" foreground="light_grey"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]