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#0e1a1f
  • activityBar.foreground#5fb3b3
  • activityBar.inactiveForeground#667a80
  • activityBarBadge.background#5fb3b3
  • activityBarBadge.foreground#1a1a1a
  • badge.background#5fb3b3
  • badge.foreground#1a1a1a
  • button.background#5fb3b3
  • button.foreground#1a1a1a
  • button.hoverBackground#72bcbc
  • dropdown.background#0e1a1f
  • editor.background#13242b
  • editor.findMatchBackground#5fb3b366
  • editor.findMatchHighlightBackground#5fb3b338
  • editor.foreground#cbe3e7
  • editor.lineHighlightBackground#213138
  • editor.selectionBackground#5fb3b342
  • editorBracketMatch.border#5fb3b3
  • editorCursor.foreground#5fb3b3
  • editorGroupHeader.tabsBackground#112027
  • editorIndentGuide.activeBackground1#cbe3e738
  • editorIndentGuide.background1#cbe3e714
  • editorLineNumber.activeForeground#5fb3b3
  • editorLineNumber.foreground#667a80
  • editorSuggestWidget.selectedBackground#5fb3b342
  • editorWhitespace.foreground#cbe3e71a
  • editorWidget.background#0e1a1f
  • focusBorder#5fb3b3
  • input.background#0e1a1f
  • input.foreground#cbe3e7
  • input.placeholderForeground#667a80
  • list.activeSelectionBackground#5fb3b342
  • list.activeSelectionForeground#cbe3e7
  • list.hoverBackground#213138
  • list.inactiveSelectionBackground#5fb3b324
  • panel.background#101f25
  • panelTitle.activeForeground#5fb3b3
  • scrollbarSlider.activeBackground#cbe3e75c
  • scrollbarSlider.background#cbe3e729
  • scrollbarSlider.hoverBackground#cbe3e742
  • selection.background#5fb3b34d
  • sideBar.background#101f25
  • sideBar.foreground#cbe3e7
  • sideBarSectionHeader.background#13242b
  • sideBarTitle.foreground#5fb3b3
  • statusBar.background#0e1a1f
  • statusBar.foreground#cbe3e7
  • statusBar.noFolderBackground#0e1a1f
  • tab.activeBackground#13242b
  • tab.activeBorderTop#5fb3b3
  • tab.activeForeground#5fb3b3
  • tab.border#112027
  • tab.inactiveBackground#112027
  • tab.inactiveForeground#667a80
  • terminal.background#13242b
  • terminal.foreground#cbe3e7
  • titleBar.activeBackground#0e1a1f
  • titleBar.activeForeground#cbe3e7
  • titleBar.inactiveBackground#0e1a1f
  • titleBar.inactiveForeground#667a80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5a7a82italic
string, string.quoted, string.template#99c794
constant.numeric, constant.language, constant.character#f99157
keyword, keyword.control, storage, storage.type, storage.modifier#6699cc
entity.name.function, support.function, meta.function-call.generic#5fb3b3
variable, meta.definition.variable.name, variable.other.readwrite#cbe3e7
variable.parameter, parameter#aac1c5
entity.name.type, support.type, support.class, entity.name.namespace#fac863
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#ec5f67
keyword.operator#5fb3b3
entity.name.tag, punctuation.definition.tag#6699cc
entity.other.attribute-name#5fb3b3
constant.other.color, support.constant#f99157
entity.name.type.class#fac863bold
markup.boldbold
markup.italicitalic
markup.heading#5fb3b3bold
invalid#13242b