[gnome-builder] editor: more work on builder style scheme



commit 2e3d5b58e425a4ea0d1735cb946f94e91745ffcb
Author: Christian Hergert <christian hergert me>
Date:   Wed Nov 12 23:27:38 2014 -0800

    editor: more work on builder style scheme

 data/styles/builder.xml |   42 +++++++++++++++++++-----------------------
 1 files changed, 19 insertions(+), 23 deletions(-)
---
diff --git a/data/styles/builder.xml b/data/styles/builder.xml
index 5e83c57..2afa156 100644
--- a/data/styles/builder.xml
+++ b/data/styles/builder.xml
@@ -85,35 +85,31 @@
   <!-- Search Matching -->
   <style name="search-match"                foreground="white" background="pink1"/>
 
-  <!-- Comments -->
   <style name="def:comment"                 foreground="blue1"/>
-  <style name="def:shebang"                 foreground="blue1" bold="true"/>
-  <style name="def:doc-comment-element"     italic="true"/>
-
-  <!-- Constants -->
   <style name="def:constant"                foreground="blue2"/>
-  <style name="def:special-char"            foreground="skyblue3"/>
-
-  <!-- Identifiers -->
-  <style name="def:identifier"              foreground="skyblue2"/>
-
-  <!-- Statements -->
+  <style name="def:doc-comment-element"     italic="true"/>
+  <style name="def:error"                   background="scarletred1" bold="true"/>
+  <style name="def:floating-point"          foreground="blue2"/>
+  <style name="def:decimal"                 foreground="blue2"/>
+  <style name="def:base-n-integer"          foreground="blue2"/>
+  <style name="def:boolean"                 foreground="pink1"/>
+  <style name="def:identifier"              foreground="purple1"/>
+  <style name="def:keyword"                 foreground="gr1" bold="true"/>
+  <style name="def:note"                    background="orange1" bold="true"/>
+  <style name="def:operator"                foreground="purple1"/>
+  <style name="def:preprocessor"            foreground="purple1"/>
+  <style name="def:shebang"                 foreground="blue1" bold="true"/>
+  <style name="def:special-char"            foreground="pink1"/>
   <style name="def:statement"               foreground="green1" bold="true"/>
-
-  <!-- Types -->
+  <style name="def:string"                  foreground="blue2"/>
   <style name="def:type"                    foreground="gr1" bold="true"/>
-
-  <!-- Others -->
-  <style name="def:preprocessor"            foreground="pink1"/>
-  <style name="def:error"                   background="scarletred2" bold="true"/>
-  <style name="def:warning"                 background="plum1"/>
-  <style name="def:note"                    background="orange1" bold="true"/>
   <style name="def:underlined"              italic="true" underline="true"/>
+  <style name="def:warning"                 background="plum1"/>
+  <style name="def:special-constant"        foreground="pink1"/>
 
-  <!-- Language specific -->
-  <style name="diff:added-line"             foreground="chameleon3"/>
-  <style name="diff:removed-line"           foreground="plum3"/>
-  <style name="diff:changed-line"           use-style="def:preprocessor"/>
+  <style name="diff:added-line"             foreground="gr1"/>
+  <style name="diff:removed-line"           foreground="pink1"/>
+  <style name="diff:changed-line"           foreground="og1"/>
   <style name="diff:diff-file"              use-style="def:type"/>
   <style name="diff:location"               use-style="def:statement"/>
   <style name="diff:special-case"           use-style="def:constant"/>


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