huytd / ascii-d

A cross-platform ASCII diagram drawing app https://web.ascii-draw.com
https://ascii-draw.com
BSD 3-Clause "New" or "Revised" License
271 stars 14 forks source link

feat: Support Light and Dark mode #21

Closed huytd closed 1 year ago

huytd commented 1 year ago

ASCII-d will check for current system theme on startup and set the color scheme based on that.

Due to Druid's limitation, we cannot support automatically switch theme at this moment. But we can switch the theme on the fly using Cmd + Shift + D key.

image image