Skip to main content
CodingTheme

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#19232D
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#3a424a
  • editorBracketHighlight.background#0bbe0b
  • editorBracketHighlight.unexpectedBracket.foreground#ff4340
  • editorCursor.foreground#F8F8F0
  • editorWhitespace.foreground#3B3A32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#999999
string#b0e686italic
constant.numeric#faed5c
keyword, storage.type.function, storage.type.class, keyword.operator.logical#c670e0
support.function.builtin, support.type, constant.language#fab16c
entity.name.type.class, entity.name.function, support.function.magic#57d6e4bold
variable.language.special.self, variable.parameter.function.language.special.self, entity.name.function.decorator#ee6772italic
invalid#ff4340
invalid.deprecated#ff4340
source.python, keyword.operator, variable, meta.attribute#ffffff

Shiki preview

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

Loading...

spyder-dark by Flufficalness - VS Code Theme