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#282828
  • editor.foreground#839496
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#49483E
  • editorCursor.foreground#F8F8F0
  • statusBar.background#999999
  • statusBar.debuggingBackground#FF4500
  • statusBar.noFolderBackground#999999
  • terminal.background#012456
  • terminal.foreground#F5F5F5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#555555
comment.block.preprocessor#282828
comment.documentation, comment.block.documentation#282828
invalid.deprecated#F8F8F0
invalid.illegal#F8F8F0
keyword.other, keyword.control, punctuation.section.group, punctuation.section.braces#B8860B
storage.type#E9967B
constant.language, support.constant, variable.language#268BD2
variable, support.variable, punctuation.definition.variable#268BD2
entity.other.attribute-name, variable.parameter, keyword.operator, meta#839496
entity.name.function#DEB887
support.function#D3D3D3
entity.name.tag, entity.name.type, entity.other.inherited-class, support.class#B8860B
entity.name.exception#660000
entity.name.section
constant.numeric, constant#DEB887
constant.character, constant.other#B8860B
string#2E8B57
constant.character.escape#2E8B57
string.regexp#2E8B57
constant.other.symbol#2E8B57