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#ffe8d0
  • activityBar.background#d0507a
  • activityBar.foreground#fffbf0
  • activityBarBadge.background#ffe8d0
  • activityBarBadge.foreground#d0507a
  • badge.background#d0507a
  • badge.foreground#fffbf0
  • button.background#d0507a
  • button.foreground#fffbf0
  • button.hoverBackground#30986a
  • editor.background#fffbf0
  • editor.findMatchBackground#ffd8c060
  • editor.findMatchHighlightBackground#ffd8c040
  • editor.foreground#2d2015
  • editor.lineHighlightBackground#fff5e0
  • editor.selectionBackground#ffd8c080
  • editorBracketMatch.background#d0507a20
  • editorBracketMatch.border#d0507a
  • editorCursor.foreground#d0507a
  • editorGroupHeader.tabsBackground#f8f0e0
  • editorLineNumber.activeForeground#d0507a
  • editorLineNumber.foreground#c0b090
  • focusBorder#d0507a80
  • input.background#fffbf0
  • input.border#c0b09040
  • input.foreground#2d2015
  • input.placeholderForeground#c0b090
  • list.activeSelectionBackground#ffd8c0
  • list.activeSelectionForeground#2d2015
  • list.hoverBackground#d0507a15
  • list.inactiveSelectionBackground#ffd8c080
  • panel.background#f8f0e0
  • panel.border#c0b09030
  • panelTitle.activeBorder#d0507a
  • panelTitle.activeForeground#d0507a
  • scrollbarSlider.activeBackground#d0507a70
  • scrollbarSlider.background#d0507a30
  • scrollbarSlider.hoverBackground#d0507a50
  • sideBar.background#f8f0e0
  • sideBar.border#c0b09030
  • sideBar.foreground#2d2015
  • sideBarTitle.foreground#d0507a
  • statusBar.background#d0507a
  • statusBar.foreground#fffbf0
  • statusBar.noFolderBackground#d0507a
  • statusBarItem.hoverBackground#30986a40
  • tab.activeBackground#fffbf0
  • tab.activeBorderTop#d0507a
  • tab.activeForeground#2d2015
  • tab.inactiveBackground#f8f0e0
  • tab.inactiveForeground#c0b090
  • terminal.ansiBrightGreen#40a880
  • terminal.ansiBrightRed#e87898
  • terminal.ansiGreen#30986a
  • terminal.ansiRed#d0507a
  • terminal.background#fffbf0
  • terminal.foreground#2d2015
  • titleBar.activeBackground#f8f0e0
  • titleBar.activeForeground#2d2015
  • titleBar.inactiveBackground#f0e8d8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c0b090italic
keyword, keyword.control, keyword.operator.new, storage, storage.type, keyword.control.import, keyword.control.export#d0507a—
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor#b09878—
entity.name.function, support.function, meta.function-call.generic#30986a—
entity.name.class, entity.name.type, support.class, support.type#d0507aitalic
string, string.quoted, string.template#e87898—
constant, constant.numeric, constant.language, constant.character#b09878—
variable, variable.other#40a880—
variable.parameter#40a880italic
entity.name.tag, meta.tag#30986a—
entity.other.attribute-name#d0507a—
support.type.property-name, entity.other.attribute-name.css#40a880—
punctuation.definition.string#b09878—
markup.heading#d0507abold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#e87898—