Page 2 of 3

Re: Dark Theme for Mudlet

Posted: Thu Apr 08, 2021 7:02 pm
by Zaphob
I noted a few areas not colored dark

https://i.imgur.com/Mxe9Yzi.png

- Main window title background
- Tab title background
- Editor title background
- Trigger type icon background
- Trigger options areas (different colors)

edit: Yes, this is on win 10

Re: Dark Theme for Mudlet

Posted: Thu Apr 08, 2021 7:21 pm
by Alyven
About -Main window title background / Editor title background
They are handled by the OS (in this case I assume Windows 10) itself and it isn't (easily) possible to change their colour.
Even qt creator title stays light if Windows 10 is set into dark mode.

Re: Dark Theme for Mudlet

Posted: Mon Apr 12, 2021 7:18 pm
by Eraene
Zaphob wrote:
Thu Apr 08, 2021 7:02 pm
I noted a few areas not colored dark

https://i.imgur.com/Mxe9Yzi.png

- Main window title background
- Tab title background
- Editor title background
- Trigger type icon background
- Trigger options areas (different colors)

edit: Yes, this is on win 10
As said, most of those areas are handled by the OS. In the trigger view in particular, that small white area by the trigger type color boxes is not currently stylable and I believe I noted that as a known issue in my post. It will be styled when I can use QSS to target it.

Re: Dark Theme for Mudlet

Posted: Tue May 04, 2021 6:24 pm
by Zaphob
Thanks. Also the mapper info area below the actual map has lots of unstyled background behind the labels and some checkboxes. The buttons are and dropdown menus are styled alright, only the rest is not.

Re: Dark Theme for Mudlet

Posted: Mon May 10, 2021 9:04 pm
by Zaphob
I have added DarkTheme package, then another package like "abc".

Now I uninstall package abc, and DarkTheme unexpectedly reports this:

Code: Select all

Stylesheet reverted to default. DarkTheme removed.
Meanwhile DarkTheme is still installed, shown in Scripts Editor, etc.

Only the colors have gone back to vanilla and DarkTheme is invisible.


edit: This does not happen with most current DarkTheme version anymore. :mrgreen:

Re: Dark Theme for Mudlet

Posted: Tue May 11, 2021 7:10 pm
by Zaphob
The "Exits" popup of mapper window has a few nasty color combinations, including dark blue input text on black background, sprinkled with white bullet and check boxes.. Maybe you can improve those?

Image

Re: Dark Theme for Mudlet

Posted: Wed May 12, 2021 8:02 pm
by Eraene
Zaphob wrote:
Tue May 11, 2021 7:10 pm
The "Exits" popup of mapper window has a few nasty color combinations, including dark blue input text on black background, sprinkled with white bullet and check boxes.. Maybe you can improve those?

Image
The blue text is a hard-coded part of Mudlet's design, but it is on someone's to-do list to look into, so fingers are crossed that it will eventually be handled. The rest I am looking into, so results are pending.

Re: Dark Theme for Mudlet

Posted: Fri Jun 04, 2021 10:08 am
by aune
Zaphob wrote:
Tue May 04, 2021 6:24 pm
Thanks. Also the mapper info area below the actual map has lots of unstyled background behind the labels and some checkboxes. The buttons are and dropdown menus are styled alright, only the rest is not.
The same for me. Please update this.
Never the less thank you for this great dark theme. It's awsome.

Re: Dark Theme for Mudlet

Posted: Sat Jun 05, 2021 5:04 pm
by Eraene
aune wrote:
Fri Jun 04, 2021 10:08 am
Zaphob wrote:
Tue May 04, 2021 6:24 pm
Thanks. Also the mapper info area below the actual map has lots of unstyled background behind the labels and some checkboxes. The buttons are and dropdown menus are styled alright, only the rest is not.
The same for me. Please update this.
Never the less thank you for this great dark theme. It's awsome.
These things are both fixed now!

Re: Dark Theme for Mudlet

Posted: Sat Jul 17, 2021 10:15 pm
by SlySven
The blue text is a hard-coded part of Mudlet's design, but it is on someone's to-do list to look into...
In progress - see https://github.com/Mudlet/Mudlet/pull/5308 ...