aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2020-11-17 12:25:34 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2020-11-18 13:35:57 +0000
commit85e1e21dae7318f66f838cd9b7cc1b5defce1a6a (patch)
tree1c3ac12de1b75fc614b6ca4638c9f9aeeca4de20
parent2ce783f96d2995d65e8fd15fb9f62c2dc4b76134 (diff)
TextEditor: Fix SearchResultAlt1|2 dark themes
Change-Id: Ie800352172a8dd31ccdb63de1904f46fcfe77d2f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--share/qtcreator/styles/creator-dark.xml2
-rw-r--r--share/qtcreator/styles/dark.xml2
-rw-r--r--share/qtcreator/styles/inkpot.xml2
-rw-r--r--share/qtcreator/styles/modnokai_night_shift_v2.xml2
-rw-r--r--share/qtcreator/styles/solarized-dark.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/share/qtcreator/styles/creator-dark.xml b/share/qtcreator/styles/creator-dark.xml
index 45c372494e..1ab4653423 100644
--- a/share/qtcreator/styles/creator-dark.xml
+++ b/share/qtcreator/styles/creator-dark.xml
@@ -5,7 +5,7 @@
<style name="Selection" foreground="#bec0c2" background="#1d545c"/>
<style name="LineNumber" foreground="#bec0c2" background="#404244"/>
<style name="SearchResult" background="#8a7f2c"/>
- <style name="SearchResultAlt1" background="#8a402c"/>
+ <style name="SearchResultAlt1" foreground="#aaaaff" background="#363655"/>
<style name="SearchResultAlt2" foreground="#ffaaaa" background="#553636"/>
<style name="SearchScope" background="#8a602c"/>
<style name="Parentheses" foreground="#bec0c2" background="#1d545c"/>
diff --git a/share/qtcreator/styles/dark.xml b/share/qtcreator/styles/dark.xml
index a10e0f54b6..0a2338d167 100644
--- a/share/qtcreator/styles/dark.xml
+++ b/share/qtcreator/styles/dark.xml
@@ -33,7 +33,7 @@
<style name="AutoComplete" foreground="#a0a0ff" background="#333333"/>
<style name="Preprocessor" foreground="#5555ff"/>
<style name="SearchResult" background="#555500"/>
- <style name="SearchResultAlt1" background="#363636"/>
+ <style name="SearchResultAlt1" foreground="#aaaaff" background="#363655"/>
<style name="SearchResultAlt2" foreground="#ffaaaa" background="#553636"/>
<style name="SearchScope" background="#222200"/>
<style name="Selection" foreground="#000000" background="#aaaaaa"/>
diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index 8ebad736e4..e5183fe9ba 100644
--- a/share/qtcreator/styles/inkpot.xml
+++ b/share/qtcreator/styles/inkpot.xml
@@ -40,7 +40,7 @@
<style name="Preprocessor" foreground="#409090"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="SearchResult" foreground="#000000" background="#ffef0b"/>
- <style name="SearchResultAlt1" foreground="#000000" background="#616161"/>
+ <style name="SearchResultAlt1" foreground="#000000" background="#6464ff"/>
<style name="SearchResultAlt2" foreground="#000000" background="#ff6464"/>
<style name="SearchScope" foreground="#000000" background="#f8fafc"/>
<style name="Selection" foreground="#ffffff" background="#4e4e8f"/>
diff --git a/share/qtcreator/styles/modnokai_night_shift_v2.xml b/share/qtcreator/styles/modnokai_night_shift_v2.xml
index d49b655754..584257da77 100644
--- a/share/qtcreator/styles/modnokai_night_shift_v2.xml
+++ b/share/qtcreator/styles/modnokai_night_shift_v2.xml
@@ -14,7 +14,7 @@
<style name="Selection" background="#11404c"/>
<style name="LineNumber" foreground="#888888" background="#272822"/>
<style name="SearchResult" background="#555500"/>
- <style name="SearchResultAlt1" background="#aa0000"/>
+ <style name="SearchResultAlt1" foreground="#aaaaff" background="#363655"/>
<style name="SearchResultAlt2" foreground="#ffaaaa" background="#553636"/>
<style name="SearchScope" background="#222200"/>
<style name="Parentheses" foreground="#ffffff" background="#11404c"/>
diff --git a/share/qtcreator/styles/solarized-dark.xml b/share/qtcreator/styles/solarized-dark.xml
index 15104b6158..1d7b64058d 100644
--- a/share/qtcreator/styles/solarized-dark.xml
+++ b/share/qtcreator/styles/solarized-dark.xml
@@ -11,8 +11,8 @@
<style name="Selection" foreground="#002b36" background="#586e75"/>
<style name="LineNumber" foreground="#586e75" background="#073642"/>
<style name="SearchResult" background="#073642"/>
- <style name="SearchResultAlt1" background="#586e75"/>
- <style name="SearchResultAlt2" background="#073642"/>
+ <style name="SearchResultAlt1" foreground="#aaaaff" background="#363655"/>
+ <style name="SearchResultAlt2" foreground="#ffaaaa" background="#553636"/>
<style name="SearchScope" background="#073642"/>
<style name="Parentheses" foreground="#dc322f" background="#586e75" bold="true"/>
<style name="ParenthesesMismatch" foreground="#fdff2c" background="#d33682" bold="true"/>