Vuejs.org Docs color theme for Visual Studio Code

Viewed 15

Does anyone know what color theme is used for the code examples in the documentation at Vuejs.org Docs (screenshot) ? Is there a similar color theme for Visual Studio Code ? I would be very grateful for your help.

1 Answers

the VitePress theme is used for the official Vue documentation at vuejs.org. and it is licensed by MIT. See this link

Related