Overview Version History Q & A Rating & Review
Go-Dark 🥷
a go focused high-contrast dark theme,
make sure to create settings.json for correct visual effect see below image.
❗❗❗IMPORTANT❗❗❗
To get the full Go-Dark experience with expected colouring please follow these steps.
in your project root create a folder called .vscode
inside the .vscode folder create a file called settings.json
add the following snippet to settings.json
{
"editor.semanticHighlighting.enabled": true,
"gopls": {
"ui.semanticTokens": true
},
"editor.semanticTokenColorCustomizations": {
"enabled": true
}
}
OPTIONAL: add .vscode/settings.json to your .gitignore if these settings are personal and shouldn't be version controlled.
☕If you you've found this helpful and woud like to support me in future endeavours here is my ko-fo☕
https://ko-fi.com/pittsgithub
Features
🟦 Semantic token support for Go
🎨 Custom pastel-based colors for strings, comments, and functions
🌘 Muted backgrounds with minimalist contrast
🧭 Unified UI with no jarring transitions between panels
Credits
Designed by Dan Pittard
License
MIT