Qt-Creator-Darcula icon indicating copy to clipboard operation
Qt-Creator-Darcula copied to clipboard

Some elements are not dark

Open estan opened this issue 9 years ago • 4 comments

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):

  • [ ] The Debugger Console text input
  • ~~The Locator search input~~ (see @mervick's comment below for why this is problematic)
  • [ ] The active tab in the QML designer
  • [ ] The navigation bar under Project
  • [ ] The start screen
  • [ ] TODO entries (not sure if they can be styled?)
  • [ ] The window background when no file is open (leaves a white border around the area)

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

estan avatar Jun 05 '16 10:06 estan

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.

mervick avatar Jun 05 '16 13:06 mervick

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!

estan avatar Jun 05 '16 13:06 estan