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.

  • activityBar.background#0E1015
  • activityBar.foreground#A6AEBB
  • editor.background#101218
  • editor.foreground#C2CAD6
  • editor.inactiveSelectionBackground#3345591A
  • editor.lineHighlightBackground#161920
  • editor.lineHighlightBorder#7DB7D910
  • editor.selectionBackground#33455933
  • editorBracketMatch.background#7DB7D910
  • editorBracketMatch.border#7DB7D930
  • editorCursor.foreground#7DB7D9
  • editorGutter.addedBackground#64B074
  • editorGutter.deletedBackground#C15E5E
  • editorGutter.modifiedBackground#469EBB
  • editorLineNumber.activeForeground#8791A3
  • editorLineNumber.foreground#3B4250
  • editorWhitespace.foreground#1F252D
  • focusBorder#7DB7D930
  • list.activeSelectionBackground#25303D80
  • list.hoverBackground#1A212B80
  • sideBar.background#13151B
  • sideBar.border#181B21
  • sideBar.foreground#AFB7C4
  • statusBar.background#0F1117
  • statusBar.border#181B21
  • statusBar.foreground#A5AEBA
  • tab.activeBackground#181B21
  • tab.activeForeground#C2CAD6
  • tab.hoverBackground#1B1F27
  • tab.inactiveBackground#0F1117
  • tab.inactiveForeground#7B8493
  • terminal.background#101218
  • terminal.foreground#C2CAD6
  • titleBar.activeBackground#0F1117
  • titleBar.activeForeground#BBC3CF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5D6675
keyword, storage.type, storage.modifier#7DB7D9bold
variable, meta.definition.variable#BA9EEA
string, constant.other.symbol#98D8B0
number, constant.numeric#89A8E2
function, entity.name.function#78AEE8
entity.name.class, support.class, meta.class#B4A1F0bold
support.function, support.constant#84C9B7
constant.language, variable.language#BA9EEA
invalid, invalid.illegal#C2CAD6
markup.heading, entity.name.section#7DB7D9bold
meta.tag, entity.name.tag#7FC5E6
entity.other.attribute-name#98D8B0
punctuation.definition.tag, punctuation.separator.key-value#6F7B91
constant.character.escape#94C4E8