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#000c11
  • activityBar.foreground#00b4ff
  • activityBar.inactiveForeground#396d80
  • activityBarBadge.background#00b4ff
  • activityBarBadge.foreground#ffffff
  • badge.background#00b4ff
  • badge.foreground#ffffff
  • button.background#00b4ff
  • button.foreground#ffffff
  • button.hoverBackground#1fbdff
  • dropdown.background#000c11
  • editor.background#001018
  • editor.findMatchBackground#00b4ff66
  • editor.findMatchHighlightBackground#00b4ff38
  • editor.foreground#7fdfff
  • editor.lineHighlightBackground#0f1e26
  • editor.selectionBackground#00b4ff42
  • editorBracketMatch.border#00b4ff
  • editorCursor.foreground#00b4ff
  • editorGroupHeader.tabsBackground#000e16
  • editorIndentGuide.activeBackground1#7fdfff38
  • editorIndentGuide.background1#7fdfff14
  • editorLineNumber.activeForeground#00b4ff
  • editorLineNumber.foreground#396d80
  • editorSuggestWidget.selectedBackground#00b4ff42
  • editorWhitespace.foreground#7fdfff1a
  • editorWidget.background#000c11
  • focusBorder#00b4ff
  • input.background#000c11
  • input.foreground#7fdfff
  • input.placeholderForeground#396d80
  • list.activeSelectionBackground#00b4ff42
  • list.activeSelectionForeground#7fdfff
  • list.hoverBackground#0f1e26
  • list.inactiveSelectionBackground#00b4ff24
  • panel.background#000e15
  • panelTitle.activeForeground#00b4ff
  • scrollbarSlider.activeBackground#7fdfff5c
  • scrollbarSlider.background#7fdfff29
  • scrollbarSlider.hoverBackground#7fdfff42
  • selection.background#00b4ff4d
  • sideBar.background#000e15
  • sideBar.foreground#7fdfff
  • sideBarSectionHeader.background#001018
  • sideBarTitle.foreground#00b4ff
  • statusBar.background#000c11
  • statusBar.foreground#7fdfff
  • statusBar.noFolderBackground#000c11
  • tab.activeBackground#001018
  • tab.activeBorderTop#00b4ff
  • tab.activeForeground#00b4ff
  • tab.border#000e16
  • tab.inactiveBackground#000e16
  • tab.inactiveForeground#396d80
  • terminal.background#001018
  • terminal.foreground#7fdfff
  • titleBar.activeBackground#000c11
  • titleBar.activeForeground#7fdfff
  • titleBar.inactiveBackground#000c11
  • titleBar.inactiveForeground#396d80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#2a5a6aitalic
string, string.quoted, string.template#5cffd6
constant.numeric, constant.language, constant.character#69f0ff
keyword, keyword.control, storage, storage.type, storage.modifier#00b4ff
entity.name.function, support.function, meta.function-call.generic#40c4ff
variable, meta.definition.variable.name, variable.other.readwrite#7fdfff
variable.parameter, parameter#68bad5
entity.name.type, support.type, support.class, entity.name.namespace#80d8ff
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#b3e5fc
keyword.operator#18ffff
entity.name.tag, punctuation.definition.tag#00b4ff
entity.other.attribute-name#40c4ff
constant.other.color, support.constant#69f0ff
entity.name.type.class#80d8ffbold
markup.boldbold
markup.italicitalic
markup.heading#00b4ffbold
invalid#001018