Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>One Dark OrangeNew to Visual Studio Code? Get it now.
One Dark Orange

One Dark Orange

odibje

|
165 installs
| (0) | Free
Dark color scheme with vibrant, high contrast highlighting and orange UI details.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

One Dark Orange

Color theme based on One Dark Pro.

Screenshots

Highlighting

ScreenShot

Fullscreen

ScreenShot

Suggested Settings

If a complete look similar to the fullscreen screenshot is desired, add the following options to settings.json.

{
    "workbench.sideBar.location": "right",    // move side bar right (file explorer, etc)
    "workbench.layoutControl.enabled": false, // remove some buttons from the window title bar
    "breadcrumbs.enabled": false,             // remove the 'path' bar
    "window.commandCenter": false,            // further title bar cleanup
    "explorer.sortOrder": "type",             // sort files by type > name
    "editor.overviewRulerBorder": false,      // remove the scroll bar border
    "editor.stickyScroll.enabled": false,     // disable annoying scrolling function/scope headers
    "editor.minimap.enabled": false,          // Biased personal preference
    "editor.inlayHints.enabled": "offUnlessPressed", // Disable inline info such as '13 references'
}

For icons, install Material Icon Theme.

The font used is JetBrains Mono, with the following configuration:

{
    "editor.fontSize": 13,
    "editor.fontLigatures": false,
    "editor.lineHeight": 21,
}

Notes

The theme is a work in progress, and subject to minor changes.
Screenshots are not an exact match of the current color scheme. The differences are subtle, however. E.g., git modified / untracked colors are slightly different.


Request, comment, question or other feedback? Please open an issue on github.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft