Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>RWSDK DarkNew to Visual Studio Code? Get it now.
RWSDK Dark

RWSDK Dark

RedwoodSDK

|
1 install
| (0) | Free
A dark theme for RWSDK
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RWSDK Dark Theme 🌲

The RWSDK Dark Theme brings RedwoodSDK's warm, earthy branding into your nighttime coding environment. With its signature orange (#e47947), rich earth tones, and deep charcoal background (#202020), this theme delivers excellent readability while reducing eye strain during long coding sessions in low-light conditions. Perfect for developers who want their VS Code to reflect RedwoodSDK's distinctive brand identity while providing a comfortable dark coding experience.

Installation

  1. Install your Visual Studio Code based IDE of choice (VS Code, Cursor, Windsurf, etc)
  2. Launch it
  3. Choose Extensions from menu
  4. Search for RWSDK
  5. Click Install to install it
  6. Click Reload to reload the Code
  7. From the menu bar click: Code > Preferences > Color Theme > RWSDK Dark

Other Versions

  • Hyper
  • iTerm2
  • Atom
  • Alfred
  • TextMate
  • Sublime Text 3
  • Slack

Separate the Editor from the Sidebar

"workbench.colorCustomizations": {
  "[RWSDK]": {
    "activityBar.background": "#000000",
    "activityBar.border": "#102a44",
    "editorGroup.border": "#102a44",
    "sideBar.background": "#001122",
    "sideBar.border": "#102a44",
    "sideBar.foreground": "#8BADC1"
  },
},

Preferences shown in the preview

The font in the preview image is Dank Mono, available here. Editor settings to activate font ligatures:

"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,

I use this setting:

"bracketPairColorizer.forceIterationColorCycle": true,

Miscellaneous

If you see something "off", please feel free to file an issue! I'm sure there are things I missed.

Any relevant changes for each version are documented in the changelog. Please update and check the changelog before filing any issues, as they may have already been taken care of.

Acknowledgements

This theme stands on the shoulders on those that have gone before me, borrowing from Wes Bos's Cobalt2 theme and Sarah Drasner's Night Owl theme.

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