Wooden Aurora: Theme for VS Code
A minimal theme with a deep dark blue background and wood shaded text. It aims for a simple look, that's easy to the eyes.
Mostly tested for C/C++, Java and Python code.
Preview
Additional Recommended Settings For a Minimal Look
"editor.cursorStyle": "block",
"editor.lineDecorationsWidth": 0,
"editor.scrollbar.verticalScrollbarSize": 10,
"editor.folding": false,
"editor.lineNumbers": "off",
"editor.minimap.enabled": false,
"editor.overviewRulerBorder": false,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "none",
"editor.smoothScrolling": true,
"breadcrumbs.enabled": false,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": false,
"editor.fontSize": 15,
"window.zoomLevel": -2,
Report Issues
In case you find irregular coloring report it to the following link:
Issues · heyyod/dark-blue-and-warm (github.com)
It would be best to add a screenshot of the code's textmate scope. You can do this by:
- Press F1 or Ctrl + Shift + P
- Search for "token"
- Click "Developer: Inspect Editor Tokens and Scopes"
- Select the field where the color is not right and take a screenshot of the pop-up box allong with the code.