Add Dark Mode #1

Open
opened 2024-10-01 16:31:29 -07:00 by Sweeistaken · 2 comments
Sweeistaken commented 2024-10-01 16:31:29 -07:00 (Migrated from github.com)
No description provided.
Sweeistaken commented 2024-10-01 16:39:32 -07:00 (Migrated from github.com)

a271bf05d5

Made first tweaks by making the darkmode toolstrip inject the following CSS:

html{
color-scheme: dark;
}

Image

TODO: Make the Application darkmode, and allow checking system darkmode.

https://github.com/Sweeistaken/MintHTML/commit/a271bf05d58253684074150a676352fa6ea2d667 Made first tweaks by making the darkmode toolstrip inject the following CSS: ``` html{ color-scheme: dark; } ``` ![Image](https://github.com/user-attachments/assets/756bab57-7840-42e6-b1f7-d852cffbcd3b) TODO: Make the Application darkmode, and allow checking system darkmode.
Sweeistaken commented 2024-10-01 22:46:33 -07:00 (Migrated from github.com)

ff66b04436

Image

TODO: Make a custom toolstrip renderer

https://github.com/Sweeistaken/MintHTML/commit/ff66b044360504e0b4a68222e6704d080e567dcc ![Image](https://github.com/user-attachments/assets/25334aa4-1b64-4796-8c66-157ce564e5b4) TODO: Make a custom toolstrip renderer
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: swee/MintHTML#1
No description provided.