Theme developers: how do you manage variants of a base theme?

This page summarizes the projects mentioned and recommended in the original post on /r/vscode

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • github-vscode-theme

    GitHub's VS Code themes

  • pinecone

    Lovely VSCode theme builder (by mvllow)

  • Try pinecone! If I understand your question correctly this should do everything you’re asking for, plus it has a built-in watch function to test your theme :)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • vscode-adwaita

    VS Code theme for the GNOME desktop

  • Like others suggested, I used to pre-generate multiple .json files for my theme. I am currently creating a much more customizable version of my theme, where it's impractical to generate a .json and a list entry for every possible configuration of the theme. Instead, I'll be shipping just 2 .json files for the default dark and light configurations, then I'll have my extension modify these files at runtime according to the values user sets in VS Code settings. The changes are reflected instantly thanks to the undocumented package.json contributes.themes[]._watch = true option.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts