Use declaration and output argument in dark style

Change-Id: Icca770dfbeedd6207960202ea4b42c2045f320ef
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Marco Bubke
2017-06-12 13:18:29 +02:00
parent 7cebfd0a0f
commit 17b197f303

View File

@@ -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>