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#ffd6de
  • activityBar.background#c0304a
  • activityBar.foreground#fdf0f3
  • activityBarBadge.background#ffd6de
  • activityBarBadge.foreground#c0304a
  • badge.background#c0304a
  • badge.foreground#fdf0f3
  • button.background#c0304a
  • button.foreground#fdf0f3
  • button.hoverBackground#e8607a
  • editor.background#fdf0f3
  • editor.findMatchBackground#f5c0c860
  • editor.findMatchHighlightBackground#f5c0c840
  • editor.foreground#2d1520
  • editor.lineHighlightBackground#fae0e5
  • editor.selectionBackground#f5c0c880
  • editorBracketMatch.background#c0304a20
  • editorBracketMatch.border#c0304a
  • editorCursor.foreground#c0304a
  • editorGroupHeader.tabsBackground#f5e4e8
  • editorLineNumber.activeForeground#c0304a
  • editorLineNumber.foreground#c0a0a8
  • focusBorder#c0304a80
  • input.background#fdf0f3
  • input.border#c0a0a840
  • input.foreground#2d1520
  • input.placeholderForeground#c0a0a8
  • list.activeSelectionBackground#f5c0c8
  • list.activeSelectionForeground#2d1520
  • list.hoverBackground#c0304a15
  • list.inactiveSelectionBackground#f5c0c880
  • panel.background#f5e4e8
  • panel.border#c0a0a830
  • panelTitle.activeBorder#c0304a
  • panelTitle.activeForeground#c0304a
  • scrollbarSlider.activeBackground#c0304a70
  • scrollbarSlider.background#c0304a30
  • scrollbarSlider.hoverBackground#c0304a50
  • sideBar.background#f5e4e8
  • sideBar.border#c0a0a830
  • sideBar.foreground#2d1520
  • sideBarTitle.foreground#c0304a
  • statusBar.background#c0304a
  • statusBar.foreground#fdf0f3
  • statusBar.noFolderBackground#c0304a
  • statusBarItem.hoverBackground#e8607a40
  • tab.activeBackground#fdf0f3
  • tab.activeBorderTop#c0304a
  • tab.activeForeground#2d1520
  • tab.inactiveBackground#f5e4e8
  • tab.inactiveForeground#c0a0a8
  • terminal.ansiBrightGreen#a06080
  • terminal.ansiBrightRed#e8607a
  • terminal.ansiGreen#804060
  • terminal.ansiRed#c0304a
  • terminal.background#fdf0f3
  • terminal.foreground#2d1520
  • titleBar.activeBackground#f5e4e8
  • titleBar.activeForeground#2d1520
  • titleBar.inactiveBackground#f0dce0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c0a0a8italic
keyword, keyword.control, keyword.operator.new, storage, storage.type, keyword.control.import, keyword.control.export#c0304a—
keyword.operator, punctuation.separator, punctuation.terminator, punctuation.accessor#804060—
entity.name.function, support.function, meta.function-call.generic#e8607a—
entity.name.class, entity.name.type, support.class, support.type#c0304aitalic
string, string.quoted, string.template#d4606a—
constant, constant.numeric, constant.language, constant.character#804060—
variable, variable.other#804060—
variable.parameter#804060italic
entity.name.tag, meta.tag#e8607a—
entity.other.attribute-name#c0304a—
support.type.property-name, entity.other.attribute-name.css#804060—
punctuation.definition.string#804060—
markup.heading#c0304abold
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#d4606a—