Skip to main content
Coding Theme

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • editor.background#282828
  • editor.findMatchBackground#282828
  • editor.findMatchBorder#ff7300
  • editor.findMatchHighlightBackground#282828
  • editor.findMatchHighlightBorder#ff7300
  • editor.findRangeHighlightBackground#ff0000
  • editor.foreground#f3e4c3
  • editor.lineHighlightBackground#282828
  • editor.selectionBackground#575555
  • editor.wordHighlightBackground#282828
  • editor.wordHighlightBorder#ff7300
  • editor.wordHighlightStrongBackground#282828
  • editor.wordHighlightStrongBorder#ff7300
  • editorBracketHighlight.foreground1#d6c9ab
  • editorBracketHighlight.foreground2#d6c9ab
  • editorBracketHighlight.foreground3#d6c9ab
  • editorCursor.foreground#d6c9ab
  • editorLineNumber.activeForeground#08f999
  • editorLineNumber.foreground#08f999
  • editorWhitespace.foreground#282828
  • list.activeSelectionBackground#282828
  • list.activeSelectionForeground#d6c9ab
  • list.inactiveSelectionBackground#282828
  • sideBar.background#282828
  • sideBar.foreground#d6c9ab
  • statusBar.background#282828

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
*#d6c9ab
comment#0b8c22
string#d6c9abe7

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

gray_minimalist - Coding Theme