McDLTAnother (?!) dark theme for VS CodeMcDLT is a dark theme that tries to have it both warm and cool, like the burger that inspired it (well, not really). Overall window chrome and UI is blue to blue-gray, as are language keywords. Text and constants range from brown to off-white. It's written in a fairly extensible manner, allowing you to define colors as variables, and reference those variables in your theme template. Then, a pre-publish script generates your theme during packaging. ScreenshotsTextSidebarPowershellMenusImplementation detailsMcDLT is a parameterized theme - two source files and a pre-publish script are used to construct a theme:
Depending on the pre-publish script you choose, your package.json pre-publish script entry will look like: NodeJS:
PowerShell 7:
|