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#0A0A08
  • activityBar.border#1E1E1B
  • activityBar.foreground#F5F5F3
  • activityBar.inactiveForeground#666664
  • activityBarBadge.background#F5F5F3
  • activityBarBadge.foreground#0F0F0D
  • badge.background#F5F5F3
  • badge.foreground#0F0F0D
  • dropdown.background#181814
  • dropdown.border#333330
  • dropdown.foreground#F5F5F3
  • editor.background#0F0F0D
  • editor.findMatchBackground#443C30
  • editor.findMatchHighlightBackground#332D24
  • editor.foreground#F5F5F3
  • editor.inactiveSelectionBackground#1F1F1C
  • editor.lineHighlightBackground#171714
  • editor.lineHighlightBorder#20201C
  • editor.selectionBackground#282824
  • editor.selectionHighlightBackground#242420
  • editor.wordHighlightBackground#2A2A2680
  • editorBracketHighlight.foreground1#E8E8E6
  • editorBracketHighlight.foreground2#CCCCCA
  • editorBracketHighlight.foreground3#A8A8A6
  • editorBracketHighlight.foreground4#9B8B7F
  • editorBracketHighlight.foreground5#999997
  • editorBracketHighlight.foreground6#7A7A78
  • editorBracketHighlight.unexpectedBracket.foreground#E05555
  • editorBracketMatch.background#9B8B7F28
  • editorBracketMatch.border#9B8B7F88
  • editorCursor.foreground#F5F5F3
  • editorGroupHeader.tabsBackground#141411
  • editorGutter.addedBackground#5E8D6B
  • editorGutter.background#0F0F0D
  • editorGutter.deletedBackground#D05555
  • editorGutter.modifiedBackground#9B8B7F
  • editorIndentGuide.activeBackground#444440
  • editorIndentGuide.background#1E1E1B
  • editorLineNumber.activeForeground#7A7A78
  • editorLineNumber.foreground#3A3A38
  • editorRuler.foreground#22221F
  • editorWhitespace.foreground#282824
  • input.background#181814
  • input.border#333330
  • input.foreground#F5F5F3
  • input.placeholderForeground#7A7A78
  • list.activeSelectionBackground#262622
  • list.activeSelectionForeground#F5F5F3
  • list.hoverBackground#1C1C18
  • list.hoverForeground#F5F5F3
  • list.inactiveSelectionBackground#1E1E1B
  • list.inactiveSelectionForeground#CCCCCA
  • panel.background#141411
  • panel.border#20201C
  • panelTitle.activeForeground#E8E8E6
  • panelTitle.inactiveForeground#7A7A78
  • sideBar.background#141411
  • sideBar.border#20201C
  • sideBar.foreground#CCCCCA
  • sideBarSectionHeader.background#1A1A16
  • sideBarSectionHeader.foreground#E8E8E6
  • sideBarTitle.foreground#E8E8E6
  • statusBar.background#0A0A08
  • statusBar.border#1E1E1B
  • statusBar.foreground#CCCCCA
  • statusBar.noFolderBackground#0A0A08
  • statusBarItem.hoverBackground#1F1F1C
  • tab.activeBackground#0F0F0D
  • tab.activeBorderTop#F5F5F3
  • tab.activeForeground#F5F5F3
  • tab.border#20201C
  • tab.inactiveBackground#141411
  • tab.inactiveForeground#8B8B89
  • titleBar.activeBackground#141411
  • titleBar.activeForeground#E8E8E6
  • titleBar.border#20201C
  • titleBar.inactiveBackground#0F0F0D
  • titleBar.inactiveForeground#7A7A78

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword.control, keyword.other, storage.type, storage.modifier#E8E8E6bold
string.quoted.double, string.quoted.single, string.quoted#A8A8A6
punctuation.section.embedded.begin, punctuation.section.embedded.end, meta.embedded.line#9B8B7F
comment, comment.line, comment.block, punctuation.definition.comment#7A7A78italic
entity.name.function, entity.name.function.method, support.function#E8E8E6
variable, variable.other, variable.other.property, variable.parameter#CCCCCA
keyword.operator, keyword.operator.pipe, keyword.operator.async, keyword.operator.async.chain, keyword.operator.async.parallel, keyword.operator.async.err, keyword.operator.async.finally, keyword.operator.fatarrow, keyword.operator.thinarrow, keyword.operator.method-call, keyword.operator.inheritance, keyword.operator.scope, keyword.operator.fuzzyeq, keyword.operator.comparison, keyword.operator.range, keyword.operator.spread#9B8B7F
constant.numeric, constant.numeric.hex, constant.numeric.binary, constant.numeric.octal, constant.numeric.decimal#999997
constant.language.boolean#999997bold
constant.language.null, constant.language.undefined#7A7A78italic
entity.name.tag, support.class.component#E8E8E6bold
entity.other.attribute-name, entity.other.attribute-name.event#CCCCCA
punctuation.definition.tag.begin, punctuation.definition.tag.end, punctuation.definition.tag.self-closing#9B8B7F
entity.name.type, entity.name.type.class, support.class#E8E8E6bold
entity.name.type.hint#7A7A78italic bold
punctuation.separator, punctuation.terminator, punctuation.accessor, punctuation.section#A8A8A6
constant.character.escape#9B8B7Fbold