Skip to main content
Coding Theme

Color themes

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#1E1E1E
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#264F78
  • editorCursor.foreground#D4D4D4
  • editorLineNumber.foreground#858585
  • list.activeSelectionIconForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
keyword, storage#569CD6—
storage.type, support.type#4EC9B0—
string#CE9178—
entity.name.function, support.function#DCDCAAbold
variable, support.variable#9CDCFE—
constant.numeric, constant.character, constant.language, support.constant, variable.language#B5CEA8—
entity.name.type, entity.other.inherited-class, support.class#4EC9B0bold
punctuation#D4D4D4—