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#181d21
  • activityBar.foreground#5db4d6
  • activityBar.inactiveForeground#6f757d
  • activityBarBadge.background#5db4d6
  • activityBarBadge.foreground#1a1a1a
  • badge.background#5db4d6
  • badge.foreground#1a1a1a
  • button.background#5db4d6
  • button.foreground#1a1a1a
  • button.hoverBackground#70bddb
  • dropdown.background#181d21
  • editor.background#22282e
  • editor.findMatchBackground#5db4d666
  • editor.findMatchHighlightBackground#5db4d638
  • editor.foreground#cdd3de
  • editor.lineHighlightBackground#2f353b
  • editor.selectionBackground#5db4d642
  • editorBracketMatch.border#5db4d6
  • editorCursor.foreground#5db4d6
  • editorGroupHeader.tabsBackground#1f2429
  • editorIndentGuide.activeBackground1#cdd3de38
  • editorIndentGuide.background1#cdd3de14
  • editorLineNumber.activeForeground#5db4d6
  • editorLineNumber.foreground#6f757d
  • editorSuggestWidget.selectedBackground#5db4d642
  • editorWhitespace.foreground#cdd3de1a
  • editorWidget.background#181d21
  • focusBorder#5db4d6
  • input.background#181d21
  • input.foreground#cdd3de
  • input.placeholderForeground#6f757d
  • list.activeSelectionBackground#5db4d642
  • list.activeSelectionForeground#cdd3de
  • list.hoverBackground#2f353b
  • list.inactiveSelectionBackground#5db4d624
  • panel.background#1d2228
  • panelTitle.activeForeground#5db4d6
  • scrollbarSlider.activeBackground#cdd3de5c
  • scrollbarSlider.background#cdd3de29
  • scrollbarSlider.hoverBackground#cdd3de42
  • selection.background#5db4d64d
  • sideBar.background#1d2228
  • sideBar.foreground#cdd3de
  • sideBarSectionHeader.background#22282e
  • sideBarTitle.foreground#5db4d6
  • statusBar.background#181d21
  • statusBar.foreground#cdd3de
  • statusBar.noFolderBackground#181d21
  • tab.activeBackground#22282e
  • tab.activeBorderTop#5db4d6
  • tab.activeForeground#5db4d6
  • tab.border#1f2429
  • tab.inactiveBackground#1f2429
  • tab.inactiveForeground#6f757d
  • terminal.background#22282e
  • terminal.foreground#cdd3de
  • titleBar.activeBackground#181d21
  • titleBar.activeForeground#cdd3de
  • titleBar.inactiveBackground#181d21
  • titleBar.inactiveForeground#6f757d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5e6b78italic
string, string.quoted, string.template#7bc275
constant.numeric, constant.language, constant.character#e6a45e
keyword, keyword.control, storage, storage.type, storage.modifier#9d7cd8
entity.name.function, support.function, meta.function-call.generic#5db4d6
variable, meta.definition.variable.name, variable.other.readwrite#cdd3de
variable.parameter, parameter#aeb4be
entity.name.type, support.type, support.class, entity.name.namespace#e0b15c
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#df6f6f
keyword.operator#67c5c5
entity.name.tag, punctuation.definition.tag#9d7cd8
entity.other.attribute-name#5db4d6
constant.other.color, support.constant#e6a45e
entity.name.type.class#e0b15cbold
markup.boldbold
markup.italicitalic
markup.heading#5db4d6bold
invalid#22282e