A theme from up north, created A Gloomy Night In Sweden (AGNIS).
Enjoy!
Found something weird? Please report here. Please provide a screenshot for clarification purposes if possible.
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
AGNIS
- Click Install to install it
- Click Reload to reload the Code
- File > Preferences > Color Theme > AGNIS
Not a big fan, so the theme setup is pretty toned down. You can override and customize it in VS Code settings yourself using the settings below.
{
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#CDD0CA",
"editorBracketHighlight.foreground2": "#CDD0CA",
"editorBracketHighlight.foreground3": "#CDD0CA",
"editorBracketHighlight.foreground4": "#d4e448",
"editorBracketHighlight.foreground5": "#f6d256",
"editorBracketHighlight.foreground6": "#df99ff",
"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000"
},
}