This is a modified version of the Boxy Solarized Theme for Sublime Text, with the original Solarized Workbench theme for Visual Studio Code.
This theme includes three(3) variants:
- Solarized Light
- Solarized Dark
- Solarized Dark with Italics
# Additional Customization and other Tweaks
See something that you'd rather change?
No problem, feel free to edit and customize by using the workbench.colorCustomizations
setting. Check out the Theme Color Reference for additional options.
Open up your settings.json
and hack way.
"workbench.colorCustomizations":{
"peekView.border": "#E50A69AB",
"peekViewTitle.background": "#002b36",
"peekViewResult.background": "#00212b",
"peekViewEditor.background": "#002b36",
"peekViewEditor.matchHighlightBackground": "#00212bAB"
}