Monokai Dark CrispMonokai Dark Crisp is a high-contrast Monokai dark theme for Visual Studio Code.
Filesthemes/monokai-dark-crisp-color-theme.json: the theme file loaded by VS Code. theme-source/monokai-dark-crisp-color-name-map.json: reusable color names, such as theme-source/monokai-dark-crisp-theme-key-name-map.json: maps VS Code theme keys to color name paths. scripts/generate-theme.py: reads the token source and mapping file, resolves token paths to color values, and updates the generated sections in themes/monokai-dark-crisp-color-theme.json. package.json: the VS Code extension manifest and python script definitions. Example mapping:
Generate the ThemeInstall the Python dependency once:
Run:
Run this after editing the color name map or theme key name map. Modify the ThemeTo update a shared color value, edit theme-source/monokai-dark-crisp-color-name-map.json. To change which color name is used by a VS Code theme key, edit theme-source/monokai-dark-crisp-theme-key-name-map.json. To maintain a color outside the generated mapping, edit themes/monokai-dark-crisp-color-theme.json directly. |


