Eonasdan / tempus-dominus

A powerful Date/time picker widget.
https://getdatepicker.com
MIT License
7.16k stars 4.41k forks source link

Usage of css variables for theming #2857

Closed AgentSmith0 closed 6 months ago

AgentSmith0 commented 10 months ago

Prerequisites

Proposal

What about replacing hard coded css values by css variables.

Motivation and context

This would make theming much easier (light/dark mode and using css variables from other css design frameworks).

Eonasdan commented 6 months ago

This is done in v6.9.4

AgentSmith0 commented 6 months ago

It works very well, thank you very much!

AgentSmith0 commented 6 months ago

@Eonasdan But wouldn't it make sense to change the variable scope from :root to something like .tempus-dominus?