unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
24 stars 15 forks source link

Add control / diffrent versions over color pallete #93

Closed CCRPG closed 2 years ago

CCRPG commented 2 years ago

Thanks for your work. Your module works great for my normal fantasy campaign. However, I'll be soon running gothic fantasy Curse of Strahd, and although this may sound incredibly petty it's too bright and happy. I would like to change the background "sky" to more gray mists overlook and make sun less bright if possible. Possibly make sky other colors for some otherworldy place.

This is only a small enhancement, but I know it can be a pain to implement, so I fully understand if you don't find it useful enough to warrant work.

Thanks

unsoluble commented 2 years ago

Interesting idea. :)

I think you're right that this is likely too complex to implement for the low demand, but you can also fairly easily pull off a customization on your end: Just need to override the background style on the #slideContainer div, which looks like this:

CleanShot 2021-10-17 at 10 40 04

Those hex values are the colours; you just need to sub in your own. Could do this with an additional CSS stylesheet added to your world, or with the Custom CSS module.

Nmacpr commented 2 years ago

@CCRPG I had the same idea too since I'm also running CoS. Just a quick fix with the help of unsolable above, but maybe this works for you too.

Used the hexcode #d3d3d3 in both sunrise end and sunset start (in the smalltime.css file in styles), and used this quick edited 'pale' sun from the files in this github. Will have to upload it here as a png, but it needs to be converted to a .webp to work and the previous sun replaced in images (just google a converter for that).

Screenshot 2021-12-16 213622 sun