EJWellman / QuarmTool

Project Quarm-EQ - Log based Spell timer, dps, map, and mob info
MIT License
11 stars 1 forks source link

Triggers Custom Font Color #17

Closed LichLord91 closed 4 months ago

LichLord91 commented 4 months ago

This is probably very niche but I change my windows colors using a specialized patching software. This makes certain UI elements difficult to see at times.

Anyway we can add a custom font color option for the spell timers/triggers

image

LichLord91 commented 4 months ago

Or even change the timer bar colors could be an option

LichLord91 commented 4 months ago

These colors are pulling from windows built in color panel , using a third party themer that sets these. Ex. image

EJWellman commented 4 months ago

Should be easy enough to make that color adjustable. I'll add it to the pile! Should be able to get that done this weekend, hopefully.

LichLord91 commented 4 months ago

Additionally could make a dark mode option? : )

EJWellman commented 4 months ago

So, after some work, here's kind of how it looks! There's a few color categories for the bars, and you can change the text color. Note that it's one text color, but it does a very slight drop shadow behind it, in the inverted color, to try and give better separation between the text and bar.

I'll be pushing it out in an update soon (sometime tonight, most likely.)

image

These settings can be found in Settings > Timers (renamed from Triggers), in the collapsed (another new thing! =O ) Timer Colors area.

Addendum: I like the idea of dark mode, but that's a bit more work. I'll definitely look into it though!

LichLord91 commented 4 months ago

I like using Dracula Theme for dark mode personally

https://draculatheme.com/contribute

And catppuccin for a light theme

https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md

Both themes strive for great WCAG & ADA standards.

I incorporated both these themes into my docusaurus wiki long ago and love it.

https://docs.darkisle.rocks/

LichLord91 commented 4 months ago

Just tested this and its beautiful! Going to play with the colors but this fixed my needs ty ty ty!

image