Intentional Dark Theme
A very soft navy color theme.
Install
- Open the Extensions sidebar in VS Code.
- Search for
Navy Intentional Theme
. Choose the one by Intentional-Co.
- Click the Install button
- Go to Preferences ‣ Color Theme ‣ Navy Intentional Theme
- I suggest you use the following code into your settings.json, this will help to get a vibrant color into the theme 👇
{
"workbench.statusBar.visible": false,
"workbench.colorTheme": "Intentional-Theme",
"explorer.confirmDelete": false,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#FF6600",
"editorBracketHighlight.foreground2": "#00ff00",
"editorBracketHighlight.foreground3": "#ff0000",
"editorBracketHighlight.foreground4": "#5a01ff",
"editorBracketHighlight.foreground5": "#ffe100",
"editorBracketHighlight.foreground6": "#000dff",
"editorBracketHighlight.unexpectedBracket.foreground": "#db6165",
"editorBracketMatch.background": "#ffffff34",
"editorBracketMatch.border": "#ffffff2e",
},
"editor.tokenColorCustomizations": {
"comments": "#07fc0380",
},
"editor.guides.bracketPairs": true,
"editor.autoClosingBrackets": "always",
"git.confirmSync": false,
"editor.fontSize": 13,
"editor.tabSize": 3,
"git.enableSmartCommit": true,
"window.zoomLevel": 1,
"terminal.integrated.env.windows": {},
"liveServer.settings.donotShowInfoMsg": true,
"console-ninja.featureSet": "Community",
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "material-icon-theme"
}
Don't forget to leave a review on the marketplace! Enjoy!