summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2017-06-12 13:18:29 +0200
committerMarco Bubke <marco.bubke@qt.io>2017-06-19 15:43:42 +0000
commit17b197f3033ee3d88f52e380535335fe6db3d3a3 (patch)
tree0f5849dd4e8b20065659aa5b267b37bb3454de73 /share
parent7cebfd0a0f309ed05233331438a7cb1646aa2f2d (diff)
downloadqt-creator-17b197f3033ee3d88f52e380535335fe6db3d3a3.tar.gz
Use declaration and output argument in dark style
Change-Id: Icca770dfbeedd6207960202ea4b42c2045f320ef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/styles/creator-dark.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/qtcreator/styles/creator-dark.xml b/share/qtcreator/styles/creator-dark.xml
index e65d553d48..7c04fa3f01 100644
--- a/share/qtcreator/styles/creator-dark.xml
+++ b/share/qtcreator/styles/creator-dark.xml
@@ -59,5 +59,6 @@
<style name="WarningContext" underlineColor="#d6c545" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#d65645" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#d65645" underlineStyle="DotLine"/>
- <style name="Declaration"/>
+ <style name="Declaration" bold="true"/>
+ <style name="OutputArgument" italic="true"/>
</style-scheme>