diff options
-rw-r--r-- | share/qtcreator/styles/creator-dark.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/dark.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/default_classic.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/grayscale.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/inkpot.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/intellij.xml | 1 | ||||
-rw-r--r-- | share/qtcreator/styles/modnokai_night_shift_v2.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/solarized-dark.xml | 2 | ||||
-rw-r--r-- | share/qtcreator/styles/solarized-light.xml | 2 |
9 files changed, 17 insertions, 0 deletions
diff --git a/share/qtcreator/styles/creator-dark.xml b/share/qtcreator/styles/creator-dark.xml index 7c04fa3f01..bff4b21bd4 100644 --- a/share/qtcreator/styles/creator-dark.xml +++ b/share/qtcreator/styles/creator-dark.xml @@ -25,7 +25,9 @@ <style name="Function"/> <style name="Keyword" foreground="#45c6d6" italic="true"/> <style name="PrimitiveType" foreground="#d69aa7"/> + <style name="Punctuation"/> <style name="Operator" foreground="#d6bb9a"/> + <style name="Overloaded Operator"/> <style name="Preprocessor" foreground="#ff6aad"/> <style name="Label" foreground="#d6c540"/> <style name="Comment" foreground="#a8abb0" italic="true"/> diff --git a/share/qtcreator/styles/dark.xml b/share/qtcreator/styles/dark.xml index 7ce41824c2..8346148704 100644 --- a/share/qtcreator/styles/dark.xml +++ b/share/qtcreator/styles/dark.xml @@ -25,7 +25,9 @@ <style name="Number" foreground="#ff55ff"/> <style name="Occurrences" background="#363636"/> <style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/> + <style name="Punctuation"/> <style name="Operator" foreground="#aaaaaa"/> + <style name="Overloaded Operator"/> <style name="Parentheses" foreground="#ff5555" background="#333333"/> <style name="ParenthesesMismatch" background="#800080"/> <style name="AutoComplete" foreground="#a0a0ff" background="#333333"/> diff --git a/share/qtcreator/styles/default_classic.xml b/share/qtcreator/styles/default_classic.xml index d09aaf5dc4..04939c7032 100644 --- a/share/qtcreator/styles/default_classic.xml +++ b/share/qtcreator/styles/default_classic.xml @@ -25,7 +25,9 @@ <style name="Function" background="#ffffff"/> <style name="Keyword" foreground="#808000"/> <style name="PrimitiveType" foreground="#808000"/> + <style name="Punctuation"/> <style name="Operator"/> + <style name="Overloaded Operator" background="#ffffff"/> <style name="Preprocessor" foreground="#000080"/> <style name="Label" foreground="#800000"/> <style name="Comment" foreground="#008000"/> diff --git a/share/qtcreator/styles/grayscale.xml b/share/qtcreator/styles/grayscale.xml index 0ebf9322ff..3a96547588 100644 --- a/share/qtcreator/styles/grayscale.xml +++ b/share/qtcreator/styles/grayscale.xml @@ -22,7 +22,9 @@ <style name="Link" foreground="#0000ff"/> <style name="Local"/> <style name="Number" foreground="#3f3f3f"/> + <style name="Punctuation"/> <style name="Operator"/> + <style name="Overloaded Operator"/> <style name="Parentheses" background="#e3e3e3" bold="true"/> <style name="ParenthesesMismatch" background="#808080"/> <style name="AutoComplete" foreground="#303030" background="#d0d0d0"/> diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml index 2cf8bdcf35..6b48562215 100644 --- a/share/qtcreator/styles/inkpot.xml +++ b/share/qtcreator/styles/inkpot.xml @@ -31,7 +31,9 @@ <style name="Occurrences" foreground="#000000" background="#616161"/> <style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/> <style name="Occurrences.Unused" foreground="#808000"/> + <style name="Punctuation"/> <style name="Operator" foreground="#cfbfad"/> + <style name="Overloaded Operator"/> <style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/> <style name="ParenthesesMismatch" background="#404040"/> <style name="AutoComplete" foreground="#ffff00" background="#4e4e8f"/> diff --git a/share/qtcreator/styles/intellij.xml b/share/qtcreator/styles/intellij.xml index b41d7fc90b..b4a30c3f84 100644 --- a/share/qtcreator/styles/intellij.xml +++ b/share/qtcreator/styles/intellij.xml @@ -15,6 +15,7 @@ <style name="Local" foreground="#000000"/> <style name="Number" foreground="#0000ff"/> <style name="Operator" foreground="#000000"/> + <style name="Overloaded Operator" foreground="#000000"/> <style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/> <style name="ParenthesesMismatch" background="#ff00ff"/> <style name="AutoComplete" foreground="#ff0000" background="#c3e1ff"/> diff --git a/share/qtcreator/styles/modnokai_night_shift_v2.xml b/share/qtcreator/styles/modnokai_night_shift_v2.xml index a5716f834d..002a5a4e2c 100644 --- a/share/qtcreator/styles/modnokai_night_shift_v2.xml +++ b/share/qtcreator/styles/modnokai_night_shift_v2.xml @@ -31,7 +31,9 @@ <style name="Function"/> <style name="Keyword" foreground="#78d7ec" italic="true"/> <style name="PrimitiveType" foreground="#ff8080"/> + <style name="Punctuation"/> <style name="Operator" foreground="#a6e22e"/> + <style name="Overloaded Operator"/> <style name="Preprocessor" foreground="#f92672"/> <style name="Label" foreground="#ffff55"/> <style name="Comment" foreground="#75715e" italic="true"/> diff --git a/share/qtcreator/styles/solarized-dark.xml b/share/qtcreator/styles/solarized-dark.xml index d0ac62e671..2fa0d56924 100644 --- a/share/qtcreator/styles/solarized-dark.xml +++ b/share/qtcreator/styles/solarized-dark.xml @@ -31,7 +31,9 @@ <style name="Function" foreground="#839496"/> <style name="Keyword" foreground="#709d06"/> <style name="PrimitiveType" foreground="#808000"/> + <style name="Punctuation"/> <style name="Operator" foreground="#839496"/> + <style name="Overloaded Operator" foreground="#839496"/> <style name="Preprocessor" foreground="#cb4b16"/> <style name="Label" foreground="#268bd2" bold="true"/> <style name="Comment" foreground="#586e75" italic="true"/> diff --git a/share/qtcreator/styles/solarized-light.xml b/share/qtcreator/styles/solarized-light.xml index 7151b1f9a6..cb5b25319d 100644 --- a/share/qtcreator/styles/solarized-light.xml +++ b/share/qtcreator/styles/solarized-light.xml @@ -31,7 +31,9 @@ <style name="Function" foreground="#657b83"/> <style name="Keyword" foreground="#709d06"/> <style name="PrimitiveType" foreground="#808000"/> + <style name="Punctuation"/> <style name="Operator" foreground="#657b83"/> + <style name="Overloaded Operator" foreground="#657b83"/> <style name="Preprocessor" foreground="#cb4b16"/> <style name="Label" foreground="#268bd2" bold="true"/> <style name="Comment" foreground="#93a1a1" italic="true"/> |