[gnome-builder] style: make some changes to default style scheme for C



commit 6722e692fc877375071b3651f308c2840a683d6f
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 26 22:08:34 2015 -0700

    style: make some changes to default style scheme for C
    
    Probably need to iterate on this a bit, but this is looking pretty good
    with the new style highlights added in the semantic highlighter.
    
    Need to do the same to builder-dark.xml

 data/style-schemes/builder.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/style-schemes/builder.xml b/data/style-schemes/builder.xml
index 8eff37e..1fa4b6a 100644
--- a/data/style-schemes/builder.xml
+++ b/data/style-schemes/builder.xml
@@ -89,6 +89,18 @@
   <!-- Search Matching -->
   <style name="search-match"                foreground="white" background="pink1"/>
 
+  <style name="c:comment"                   foreground="#8b9eab"/>
+  <style name="c:preprocessor"              foreground="#8194a6" bold="false"/>
+  <style name="c:boolean"                   foreground="#0077aa"/>
+  <style name="c:keyword"                   foreground="#0077aa" bold="true"/>
+  <style name="c:string"                    foreground="#669900"/>
+  <style name="c:included-file"             foreground="orange3"/>
+  <style name="c:storage-class"             foreground="orange3" bold="true"/>
+  <style name="c:type"                      foreground="#669900" bold="true"/>
+  <style name="c:macro-name"                foreground="#677685" bold="false"/>
+  <style name="c:enum-name"                 foreground="#677685" bold="false"/>
+  <style name="c:function-name"             foreground="#4186A8" bold="false"/>
+
   <style name="def:comment"                 foreground="blue1"/>
   <style name="def:constant"                foreground="blue2"/>
   <style name="def:doc-comment-element"     italic="true"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]