Skip to content

redwoodjs/rwsdk-light-ide-theme

RWSDK Light Theme 🌲

The RWSDK Light Theme brings RedwoodSDK's warm, earthy branding into your coding environment. With its signature orange (#e47947), rich earth tones, and cream background (#FFFAF3), this theme delivers excellent readability while reducing eye strain during long coding sessions. Perfect for developers who want their VS Code to reflect RedwoodSDK's distinctive brand identity without sacrificing productivity.

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 Light

Other Versions

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

Separate the Editor from the Sidebar

"workbench.colorCustomizations": {
  "[RWSDK]": {
    "activityBar.background": "#000C1D",
    "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.

About

A VS Code IDE Based Theme for RWSDK

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published