Dark Theme for Mudlet

Share your scripts and packages with other Mudlet users.
User avatar
Zaphob
Posts: 180
Joined: Wed May 09, 2012 8:07 am
Location: mg.mud.de

Re: Dark Theme for Mudlet

Post 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

Alyven
Posts: 33
Joined: Sat Oct 01, 2011 8:43 pm

Re: Dark Theme for Mudlet

Post 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.

Eraene
Posts: 42
Joined: Wed Nov 27, 2013 10:18 pm

Re: Dark Theme for Mudlet

Post 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.

User avatar
Zaphob
Posts: 180
Joined: Wed May 09, 2012 8:07 am
Location: mg.mud.de

Re: Dark Theme for Mudlet

Post 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.

User avatar
Zaphob
Posts: 180
Joined: Wed May 09, 2012 8:07 am
Location: mg.mud.de

Re: Dark Theme for Mudlet

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

User avatar
Zaphob
Posts: 180
Joined: Wed May 09, 2012 8:07 am
Location: mg.mud.de

Re: Dark Theme for Mudlet

Post 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

Eraene
Posts: 42
Joined: Wed Nov 27, 2013 10:18 pm

Re: Dark Theme for Mudlet

Post 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.

aune
Posts: 1
Joined: Fri Jun 04, 2021 10:00 am

Re: Dark Theme for Mudlet

Post 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.
Attachments
Zrzut ekranu 2021-06-04 120720.png
Zrzut ekranu 2021-06-04 120720.png (7.36 KiB) Viewed 8335 times

Eraene
Posts: 42
Joined: Wed Nov 27, 2013 10:18 pm

Re: Dark Theme for Mudlet

Post 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!

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Dark Theme for Mudlet

Post 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 ...

Post Reply