A VS Code theme based on Gryt design tokens.
- Background:
#111318 - Raised background:
#1a1d24 - Card background:
#1e2028 - Text:
#e0e0e6 - Dim text:
#888888 - Accent:
#968FF8 - Accent light:
#b4afff - Green:
#4ade80 - Red:
#f87171 - Yellow:
#fbbf24 - Border:
#2b303d
VS Code themes cannot set editor fonts automatically. To match Gryt more closely, add this to your VS Code settings after installing the fonts:
{
"editor.fontFamily": "Atkinson Hyperlegible Mono, Menlo, Monaco, monospace",
"terminal.integrated.fontFamily": "Atkinson Hyperlegible Mono"
}