[gtksourceview] solarized-light.xml: apply style fixes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] solarized-light.xml: apply style fixes
- Date: Fri, 14 Jan 2022 20:55:57 +0000 (UTC)
commit f9d23a75faf040b33635fa006cfd159576c1636a
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 cf85b097..944b2e90 100644
--- a/data/styles/solarized-light.xml
+++ b/data/styles/solarized-light.xml
@@ -78,11 +78,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"/>
@@ -122,4 +125,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]