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.
- Install your Visual Studio Code based IDE of choice (VS Code, Cursor, Windsurf, etc)
- Launch it
- Choose Extensions from menu
- Search for RWSDK
- Click Install to install it
- Click Reload to reload the Code
- From the menu bar click: Code > Preferences > Color Theme > RWSDK Light
- Hyper
- iTerm2
- Atom
- Alfred
- TextMate
- Sublime Text 3
- Slack
"workbench.colorCustomizations": {
"[RWSDK]": {
"activityBar.background": "#000C1D",
"activityBar.border": "#102a44",
"editorGroup.border": "#102a44",
"sideBar.background": "#001122",
"sideBar.border": "#102a44",
"sideBar.foreground": "#8BADC1"
},
},
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,
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.
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.