Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>mollbe ThemeNew to Visual Studio Code? Get it now.
mollbe Theme

mollbe Theme

Benjamin Mollenhauer

|
21 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mollbe Theme for VS Code


💾 Download

Get it from VisualStudio Marketplace: mollbe Theme

🎶 Semantic, light theme with focus of revealing the structure of your code:

Screenshot of Theme

🎨 Special process and tooling for building an awesome theme:

  • Based on NPM package @mollbe/theme-compiler a Typescript library which helps by
    • building color schemes with the help of tinycolor2
    • modularity
    • by reusing existent VS Code Themes merging into *.jsonc
import { Theme, tinycolor2 as color } from "@mollbe/theme-compiler";
import { theme as theme_syntax } from "./mollbe-theme-syntax";
import { theme as theme_editor } from "./mollbe-theme-editor";
const [main, format] = Theme.create( [ 'base.jsonc' ])
const String = "hsl(96, 90%, 40%)"
format( 'string.quoted.single', String);
main.merge( theme_syntax, theme_editor, ).write('mollbe-theme.json')
  • Live Preview side by side

Usage

🧤 Development Server (Live Preview)

In root directory call

npm run dev

and it will watch src/ and automaticly build into themes/

Press F5 to open a new window with your extension loaded. Changes to the theme file are automatically applied to the "Extension Development Host" window -- everything get's updaed after each save! 🏆

🚀 Publish

npm run build theme
npm run package
npm run publish

🎮 Install extension

  • Get it from VS Code Marketplace
  • To start using your extension with Visual Studio Code copy it into the <user home>/.vscode/extensions folder and restart Code.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft