Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 664 Bytes

File metadata and controls

28 lines (22 loc) · 664 Bytes

Gryt Theme

A VS Code theme based on Gryt design tokens.

Brand tokens used

  • 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

Recommended font settings

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"
}