Discussion:
[Qt-creator] Dark theme colors problem in 4.6.0-rc1 with enabled Clang module
Oleg Shalnev
2018-03-15 17:59:22 UTC
Permalink
--
Oleg Shalnev (Kalpa Integration Initiative)
----------------------------------------------
e-mail : ***@kalpa.ru , ***@gmail.com

cell,Viber,WhatsUp,Telegram : +7 (918) 741 7217
Nikos Chantziaras
2018-03-15 19:36:42 UTC
Permalink
This looks similar to an invisible text bug I reported a while ago:

https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
Orgad Shaneh
2018-03-18 09:18:20 UTC
Permalink
Post by Nikos Chantziaras
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
I had a similar issue which happened because I had black color mixin in
Declaration of my custom style.

Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles
on Windows

- Orgad
Nikos Chantziaras
2018-03-18 09:29:24 UTC
Permalink
Post by Nikos Chantziaras
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
I had a similar issue which happened because I had black color mixin in
Declaration of my custom style.
Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles on Windows
It's the default "Dark" style.

However, the issue went away in the 4.6 RC that went live on March 15.
So I think I'll close the bug.

Have you updated to the RC yet?
Oleg Shalnev
2018-03-19 08:50:27 UTC
Permalink
This is my style file.
Post by Nikos Chantziaras
Post by Nikos Chantziaras
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
I had a similar issue which happened because I had black color mixin in
Declaration of my custom style.
Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles on Windows
It's the default "Dark" style.
However, the issue went away in the 4.6 RC that went live on March 15. So
I think I'll close the bug.
Have you updated to the RC yet?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
--
Oleg Shalnev (Kalpa Integration Initiative)
----------------------------------------------
e-mail : ***@kalpa.ru , ***@gmail.com

cell,Viber,WhatsUp,Telegram : +7 (918) 741 7217
Orgad Shaneh
2018-03-19 08:52:15 UTC
Permalink
Post by Oleg Shalnev
This is my style file.
Post by Nikos Chantziaras
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
I had a similar issue which happened because I had black color mixin in
Declaration of my custom style.
Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles on Windows
There you have it:

<style name="OutputArgument" foreground="#000000" background="#ffffff"
relativeForegroundSaturation="0.15"/>


Remove foreground and background from this entry, see if it helps.

- Orgad
Oleg Shalnev
2018-03-19 09:00:18 UTC
Permalink
Oh. Thank you!
Post by Oleg Shalnev
This is my style file.
Post by Nikos Chantziaras
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
I had a similar issue which happened because I had black color mixin in
Declaration of my custom style.
Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles on Windows
<style name="OutputArgument" foreground="#000000" background="#ffffff" relativeForegroundSaturation="0.15"/>
Remove foreground and background from this entry, see if it helps.
- Orgad
--
Oleg Shalnev (Kalpa Integration Initiative)
----------------------------------------------
e-mail : ***@kalpa.ru , ***@gmail.com

cell,Viber,WhatsUp,Telegram : +7 (918) 741 7217
David Schulz
2018-03-19 10:09:59 UTC
Permalink
Hi,

could you try to remove

foreground="#000000" background="#ffffff"

from the OutputArgument style and check whether that fixes your issue.

greetings
David
Post by Oleg Shalnev
This is my style file.
On Thu, Mar 15, 2018 at 9:36 PM, Nikos Chantziaras
    This looks similar to an invisible text bug I reported a
https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>
   
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2
<https://bugreports.qt.io/browse/QTCREATORBUG-19777?filter=-2>>
I had a similar issue which happened because I had black color
mixin in Declaration of my custom style.
Can you attach your style xml file? It should be in
~/.config/QtProject/qtcreator/styles on linux and
shell:AppData/QtProject/qtcreator/styles on Windows
It's the default "Dark" style.
However, the issue went away in the 4.6 RC that went live on March
15. So I think I'll close the bug.
Have you updated to the RC yet?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
<http://lists.qt-project.org/mailman/listinfo/qt-creator>
--
Oleg Shalnev  (Kalpa Integration Initiative)
----------------------------------------------
cell,Viber,WhatsUp,Telegram : +7 (918) 741 7217
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Loading...