mervick / Qt-Creator-Darcula

Darcula color scheme for Qt Creator GUI and syntax highlighting theme
GNU Lesser General Public License v3.0
194 stars 59 forks source link

Some elements are not dark #4

Open estan opened 8 years ago

estan commented 8 years ago

I really like this project! I work with PyCharm and Qt Creator side by side at work, and it makes it much easier on the eyes when they both look somewhat similar.

I do use Breeze with bright colors as my system (KDE) theme though, and while doing so I noticed a few elements that are not styled dark as they should (I think):

debugger_console_input_not_dark locator_not_dark project_navigation_not_dark qml_designer_tab_not_dark start_screen_not_dark todo_entries_not_dark window_background_not_dark

mervick commented 8 years ago

Hi, thanks for your feedback.

I'll try to fix this issues. As soon as something will be done I will write here.

The Locator search input

I can change input background, but I guess I can't change this icon selection_611 (have white areas) and it looks ugly on dark background.

The start screen

Seems start screen uses html/css, so there is no possibility to change that via qss, but maybe it has other ways.

Also, some buttons/elements have a hard-coded styles. I don't found a way to change it.

estan commented 8 years ago

Alright, I see. Better leave the locator as it is then. And I suspected the start screen was a bit special.

Thanks for looking into whatever is possible!

Neustradamus commented 2 weeks ago

What is the situation of this ticket in 2024?

mervick commented 2 weeks ago

As of 2024, I no longer actively use Qt Creator. Unfortunately, I don't have plans to address or update it myself.

If anyone else is interested in contributing or working on this issue, feel free to take it up and submit a pull request. I appreciate any help from the community!