BennyKok / novel-vscode

A quick integration of Novel.sh editor to VSCode
https://marketplace.visualstudio.com/items?itemName=bennykok.novel-vscode
MIT License
61 stars 7 forks source link

Default to VSCode Dark/Light theme #1

Closed steven-tey closed 1 year ago

steven-tey commented 1 year ago

Might wanna default to the VSCode theme (light/dark)

CleanShot 2023-09-02 at 09 43 16

For context the way Novel does it is via CSS variables: https://twitter.com/steventey/status/1677339375645126659

BennyKok commented 1 year ago

https://github.com/BennyKok/novel-vscode/assets/18395202/6913c0c5-c341-4c73-957a-f477a247152f

Got it! Was using the same next-theme config but seems like by default it followed system color, i made it listen on vscode's theme changes now!

BennyKok commented 1 year ago

Should arrive in v0.2.0!