summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2016-08-02 23:48:41 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-08-02 21:49:12 +0000
commitce799321ac9e337c97338c779ef76b1c0b56ced3 (patch)
treec3bb6375fba834e84fec0e2276172e86daa05664
parentab0164b7059f8221e8206252255441eda378a6b5 (diff)
downloadqt-creator-ce799321ac9e337c97338c779ef76b1c0b56ced3.tar.gz
Qt Creator Dark text color scheme: Fix #d64564
Replace all three occurrences of #d64564 with #ff6aad Otherwise it is hard to read preprocessor code, qml bindings or mismatched parentheses. Change-Id: I2812f3d10a1b1d4d2206cc4c19e97b81391e4ce4 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
-rw-r--r--share/qtcreator/styles/creator-dark.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/styles/creator-dark.xml b/share/qtcreator/styles/creator-dark.xml
index 6ee6dd3fec..e65d553d48 100644
--- a/share/qtcreator/styles/creator-dark.xml
+++ b/share/qtcreator/styles/creator-dark.xml
@@ -7,7 +7,7 @@
<style name="SearchResult" background="#8a7f2c"/>
<style name="SearchScope" background="#8a602c"/>
<style name="Parentheses" foreground="#bec0c2" background="#1d545c"/>
- <style name="ParenthesesMismatch" background="#d64564"/>
+ <style name="ParenthesesMismatch" background="#ff6aad"/>
<style name="AutoComplete" foreground="#2c408a" background="#9aa7d6"/>
<style name="CurrentLine" background="#373737"/>
<style name="CurrentLineNumber" foreground="#d6c540" bold="true"/>
@@ -26,7 +26,7 @@
<style name="Keyword" foreground="#45c6d6" italic="true"/>
<style name="PrimitiveType" foreground="#d69aa7"/>
<style name="Operator" foreground="#d6bb9a"/>
- <style name="Preprocessor" foreground="#d64564"/>
+ <style name="Preprocessor" foreground="#ff6aad"/>
<style name="Label" foreground="#d6c540"/>
<style name="Comment" foreground="#a8abb0" italic="true"/>
<style name="Doxygen.Comment" foreground="#65676a" bold="true" italic="true"/>
@@ -42,7 +42,7 @@
<style name="JsImportVar" foreground="#4564d6" italic="true"/>
<style name="JsGlobalVar" foreground="#4564d6" italic="true"/>
<style name="QmlStateName" foreground="#45c6d6" italic="true"/>
- <style name="Binding" foreground="#d64564"/>
+ <style name="Binding" foreground="#ff6aad"/>
<style name="DisabledCode" foreground="#969696" background="#474747"/>
<style name="AddedLine" foreground="#45c6d6"/>
<style name="RemovedLine" foreground="#d65645"/>