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.activeBorder#f8b4d8
  • activityBar.background#0e0813
  • activityBar.foreground#f0d8f8
  • activityBarBadge.background#f8b4d8
  • activityBarBadge.foreground#180f20
  • badge.background#f8b4d8
  • badge.foreground#180f20
  • button.background#7a5090
  • button.foreground#f0d8f8
  • button.hoverBackground#c8a8d0
  • editor.background#180f20
  • editor.findMatchBackground#7a509060
  • editor.findMatchHighlightBackground#7a509040
  • editor.foreground#f0d8f8
  • editor.lineHighlightBackground#241530
  • editor.selectionBackground#4a286080
  • editorBracketMatch.background#c8a8d030
  • editorBracketMatch.border#f8b4d8
  • editorCursor.foreground#f8b4d8
  • editorGroupHeader.tabsBackground#120b18
  • editorLineNumber.activeForeground#f8b4d8
  • editorLineNumber.foreground#6a5878
  • focusBorder#f8b4d880
  • input.background#120b18
  • input.border#6a587840
  • input.foreground#f0d8f8
  • input.placeholderForeground#6a5878
  • list.activeSelectionBackground#4a2860
  • list.activeSelectionForeground#f0d8f8
  • list.hoverBackground#f8b4d820
  • list.inactiveSelectionBackground#4a286080
  • panel.background#120b18
  • panel.border#6a587830
  • panelTitle.activeBorder#f8b4d8
  • panelTitle.activeForeground#f8b4d8
  • scrollbarSlider.activeBackground#c8a8d070
  • scrollbarSlider.background#c8a8d030
  • scrollbarSlider.hoverBackground#c8a8d050
  • sideBar.background#120b18
  • sideBar.border#6a587830
  • sideBar.foreground#f0d8f8
  • sideBarTitle.foreground#f8b4d8
  • statusBar.background#7a5090
  • statusBar.foreground#f0d8f8
  • statusBar.noFolderBackground#7a5090
  • statusBarItem.hoverBackground#c8a8d040
  • tab.activeBackground#180f20
  • tab.activeBorderTop#f8b4d8
  • tab.activeForeground#f0d8f8
  • tab.inactiveBackground#120b18
  • tab.inactiveForeground#6a5878
  • terminal.ansiBrightGreen#b8d8f8
  • terminal.ansiBrightRed#fde0f0
  • terminal.ansiGreen#80c8f0
  • terminal.ansiRed#f8b4d8
  • terminal.background#180f20
  • terminal.foreground#f0d8f8
  • titleBar.activeBackground#120b18
  • titleBar.activeForeground#f0d8f8
  • titleBar.inactiveBackground#0e0813

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a5878italic
keyword, keyword.control, keyword.operator.new, storage, storage.type, keyword.control.import, keyword.control.export#f8b4d8—
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor#c8a8d0—
entity.name.function, support.function, meta.function-call.generic#80c8f0—
entity.name.class, entity.name.type, support.class, support.type#f8b4d8italic
string, string.quoted, string.template#fde0f0—
constant, constant.numeric, constant.language, constant.character#c8a8d0—
variable, variable.other#b8d8f8—
variable.parameter#b8d8f8italic
entity.name.tag, meta.tag#80c8f0—
entity.other.attribute-name#f8b4d8—
support.type.property-name, entity.other.attribute-name.css#b8d8f8—
punctuation.definition.string#c8a8d0—
markup.heading#f8b4d8bold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#fde0f0—