🌊 KANAGAWA.vscode 🌊
VSCode dark colorscheme inspired by the colors found in the KANAGAWA.nvim repo.
"workbench.colorCustomizations": {
"[Kanagawa]": {
"activityBar.background": "#1F1F28",
"activityBar.border": "#2A2A37",
"editorGroup.border": "#2A2A37",
"sideBar.background": "#2A2A37",
"sideBar.border": "#2A2A37",
"sideBar.foreground": "#DCD7BA"
},
},
Semantic tokens
Theme supports and recommends enabling semantic tokens.
TypeScript
Enabled by default.
Go
"gopls": {
"ui.semanticTokens": true,
},
Acknowledgements
| |