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#f4908a
  • activityBar.background#130c10
  • activityBar.foreground#fde8d0
  • activityBarBadge.background#f4908a
  • activityBarBadge.foreground#1f1318
  • badge.background#f4908a
  • badge.foreground#1f1318
  • button.background#8a4040
  • button.foreground#fde8d0
  • button.hoverBackground#e09080
  • editor.background#1f1318
  • editor.findMatchBackground#8a404060
  • editor.findMatchHighlightBackground#8a404040
  • editor.foreground#fde8d0
  • editor.lineHighlightBackground#2d1c22
  • editor.selectionBackground#5a303080
  • editorBracketMatch.background#e0908030
  • editorBracketMatch.border#f4908a
  • editorCursor.foreground#f4908a
  • editorGroupHeader.tabsBackground#180f13
  • editorLineNumber.activeForeground#f4908a
  • editorLineNumber.foreground#6a4040
  • focusBorder#f4908a80
  • input.background#180f13
  • input.border#6a404040
  • input.foreground#fde8d0
  • input.placeholderForeground#6a4040
  • list.activeSelectionBackground#5a3030
  • list.activeSelectionForeground#fde8d0
  • list.hoverBackground#f4908a20
  • list.inactiveSelectionBackground#5a303080
  • panel.background#180f13
  • panel.border#6a404030
  • panelTitle.activeBorder#f4908a
  • panelTitle.activeForeground#f4908a
  • scrollbarSlider.activeBackground#e0908070
  • scrollbarSlider.background#e0908030
  • scrollbarSlider.hoverBackground#e0908050
  • sideBar.background#180f13
  • sideBar.border#6a404030
  • sideBar.foreground#fde8d0
  • sideBarTitle.foreground#f4908a
  • statusBar.background#8a4040
  • statusBar.foreground#fde8d0
  • statusBar.noFolderBackground#8a4040
  • statusBarItem.hoverBackground#e0908040
  • tab.activeBackground#1f1318
  • tab.activeBorderTop#f4908a
  • tab.activeForeground#fde8d0
  • tab.inactiveBackground#180f13
  • tab.inactiveForeground#6a4040
  • terminal.ansiBrightGreen#fde8c8
  • terminal.ansiBrightRed#f8c0a0
  • terminal.ansiGreen#f0b070
  • terminal.ansiRed#f4908a
  • terminal.background#1f1318
  • terminal.foreground#fde8d0
  • titleBar.activeBackground#180f13
  • titleBar.activeForeground#fde8d0
  • titleBar.inactiveBackground#130c10

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a4040italic
keyword, keyword.control, keyword.operator.new, storage, storage.type, keyword.control.import, keyword.control.export#f4908a—
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor#e09080—
entity.name.function, support.function, meta.function-call.generic#f0b070—
entity.name.class, entity.name.type, support.class, support.type#f4908aitalic
string, string.quoted, string.template#fde8c8—
constant, constant.numeric, constant.language, constant.character#e09080—
variable, variable.other#f8c0a0—
variable.parameter#f8c0a0italic
entity.name.tag, meta.tag#f0b070—
entity.other.attribute-name#f4908a—
support.type.property-name, entity.other.attribute-name.css#f8c0a0—
punctuation.definition.string#e09080—
markup.heading#f4908abold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#fde8c8—