summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-01-14 12:45:07 -0800
committerChristian Hergert <chergert@redhat.com>2022-01-14 12:46:43 -0800
commit6cb31a7ddfa1f65b8cbf24935a66b5f43b327afa (patch)
tree5e2ee2c94c8d1ad74096aae45cb09900c8ab5b8c
parent6d08807ba9c0cd5e027fc4e696d3111f85e8ca0d (diff)
downloadgtksourceview-6cb31a7ddfa1f65b8cbf24935a66b5f43b327afa.tar.gz
solarized-dark.xml: backport style improvements
This contains a number of improvements and compatability fixes compared to solarized upstream. Additionally some GTK-DOC style improvements.
-rw-r--r--data/styles/solarized-dark.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/data/styles/solarized-dark.xml b/data/styles/solarized-dark.xml
index 16cf7c7f..e3b484ce 100644
--- a/data/styles/solarized-dark.xml
+++ b/data/styles/solarized-dark.xml
@@ -70,11 +70,17 @@
<!-- 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"/>
+ <!-- Functions -->
+ <style name="def:function" foreground="blue"/>
+
+ <!-- Keywords -->
+ <style name="def:keyword" foreground="green"/>
+
<!-- Statements -->
<style name="def:statement" foreground="orange"/>
@@ -114,4 +120,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>