[gtksourceview/gtksourceview-4-8] solarized-light.xml: make functions blue



commit 1a21656ca895a45a4bf9322b3fc76b514fa66291
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jan 14 12:58:07 2022 -0800

    solarized-light.xml: make functions blue
    
    This was missing from the translation from solarized-dark.

 data/styles/solarized-light.xml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/data/styles/solarized-light.xml b/data/styles/solarized-light.xml
index b047a205..970b8be1 100644
--- a/data/styles/solarized-light.xml
+++ b/data/styles/solarized-light.xml
@@ -73,6 +73,9 @@
   <style name="def:constant"                foreground="cyan"/>
   <style name="def:special-char"            foreground="red"/>
 
+  <!-- Functions -->
+  <style name="def:function"                foreground="blue"/>
+
   <!-- Identifiers -->
   <style name="def:identifier"              foreground="blue"/>
 


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