Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ODPMD ObsidianNew to Visual Studio Code? Get it now.
ODPMD Obsidian

ODPMD Obsidian

RanAwaySuccessfully

|
1,282 installs
| (0) | Free
A fork of One Dark Pro Monokai Darker theme with Obsidian-like coloring
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ODPMD Obsidian

A fork of One Dark Pro Monokai Darker, with Obsidian-like code coloring.

Note: This theme does not implement bracket pair colorization. If editor.bracketPairColorization.enabled is set to true, only unexpected brackets will appear with a different color, all other colors will need to be manually overriden through the workbench.colorCustomizations setting, with properties from editorBracketHighlight.foreground1 up to editorBracketHighlight.foreground6, for example:

{
    "workbench.colorCustomizations": {
        "editorBracketHighlight.foreground1": "#FFFF00",
        "editorBracketHighlight.foreground2": "#00FF00",
        "editorBracketHighlight.foreground3": "#00FFFF",
        "editorBracketHighlight.foreground4": "#0000FF",
        "editorBracketHighlight.foreground5": "#FF00FF",
        "editorBracketHighlight.foreground6": "#FF0000"
    }
}

Manual Installation

See releases. Once downloaded, double-click the file OR run the command palette (Ctrl/Command + Shift + P) and look for Extensions: Install from VSIX...

If you want to build the VSIX package yourself, open a new terminal and run:

npx vsce package

Screenshots

Screenshot 01 Screenshot 02

Requirements

  • Visual Studio Code (https://code.visualstudio.com/)

License

Please see the LICENSE file.

Contributing

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

  • To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
  • To report a bug: If something does not work, please report it using GitHub Issues.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft