[gtksourceview/gtksourceview-4-8] solarized-light.xml: apply style fixes



commit e6db959c3eeff459e0f7f83b6cce2434db24bfbc
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jan 14 12:55:34 2022 -0800

    solarized-light.xml: apply style fixes
    
    These match the style fixes to solarized-dark that make it closer to
    upstream Solarized as well as improving GTK-DOC styling.

 data/styles/solarized-light.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/data/styles/solarized-light.xml b/data/styles/solarized-light.xml
index 33d2bad6..b047a205 100644
--- a/data/styles/solarized-light.xml
+++ b/data/styles/solarized-light.xml
@@ -71,11 +71,14 @@
 
   <!-- Constants -->
   <style name="def:constant"                foreground="cyan"/>
-  <style name="def:special-char"            foreground="green"/>
+  <style name="def:special-char"            foreground="red"/>
 
   <!-- Identifiers -->
   <style name="def:identifier"              foreground="blue"/>
 
+  <!-- Keywords -->
+  <style name="def:keyword"                 foreground="green"/>
+
   <!-- Statements -->
   <style name="def:statement"               foreground="orange"/>
 
@@ -115,4 +118,20 @@
   <style name="def:heading5"                scale="1.3"/>
   <style name="def:heading6"                scale="1.2"/>
   -->
+
+  <!-- C Overrides -->
+  <style name="c:preprocessor"              foreground="orange"/>
+  <style name="c:type-keyword"              foreground="yellow"/>
+
+  <!-- GTK-DOC Overrides -->
+  <style name="gtk-doc:type"                foreground="yellow"/>
+  <style name="gtk-doc:function"            foreground="blue"/>
+  <style name="gtk-doc:function-name"       bold="true"/>
+  <style name="gtk-doc:property-name"       bold="true"/>
+  <style name="gtk-doc:signal-name"         bold="true"/>
+  <style name="gtk-doc:parameter"           bold="true"/>
+  <style name="gtk-doc:constant"            foreground="cyan"/>
+  <style name="gtk-doc:return"              bold="true"/>
+  <style name="gtk-doc:since"               bold="true"/>
+  <style name="gtk-doc:deprecated"          bold="true"/>
 </style-scheme>


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