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#00FF2F
  • activityBar.activeFocusBorder#00FF2F
  • activityBar.background#ffffff
  • activityBar.foreground#00FF2F
  • activityBar.inactiveForeground#b0b0b0
  • activityBarBadge.background#00FF2F
  • activityBarBadge.foreground#ffffff
  • badge.background#00FF2F
  • badge.foreground#ffffff
  • breadcrumbPicker.background#ffffff
  • button.background#00FF2F
  • button.foreground#ffffff
  • button.hoverBackground#33FF55
  • debugToolBar.background#f5f5f5
  • diffEditor.border#e0e0e0
  • diffEditor.insertedTextBackground#00FF2F30
  • diffEditor.removedTextBackground#ff595e30
  • dropdown.background#ffffff
  • dropdown.listBackground#ffffff
  • editor.background#ffffff
  • editor.foreground#1a1a1a
  • editor.lineHighlightBackground#ffffff
  • editor.selectionBackground#00FF2F20
  • editorBracketMatch.background#00FF2F20
  • editorBracketMatch.border#00FF2F
  • editorCursor.foreground#00FF2F
  • editorError.foreground#ff595e
  • editorGroupHeader.tabsBackground#ffffff
  • editorHint.foreground#00FF2F
  • editorIndentGuide.activeBackground1#00FF2F40
  • editorIndentGuide.background1#e0e0e040
  • editorInfo.foreground#22eeff
  • editorLineNumber.activeForeground#00FF2F
  • editorLineNumber.foreground#b0b0b0
  • editorOverviewRuler.border#ffffff
  • editorSuggestWidget.background#ffffff
  • editorSuggestWidget.selectedBackground#b0b0b0
  • editorWarning.foreground#cc8800
  • editorWidget.background#ffffff
  • editorWidget.border#ffffff
  • editorWidget.foreground#1a1a1a
  • focusBorder#e0e0e0
  • gitDecoration.addedResourceForeground#00FF2F
  • gitDecoration.conflictingResourceForeground#DDA8FF
  • gitDecoration.deletedResourceForeground#ff595e
  • gitDecoration.ignoredResourceForeground#6B8A99
  • gitDecoration.modifiedResourceForeground#cc8800
  • gitDecoration.untrackedResourceForeground#00FF2F
  • input.background#ffffff
  • list.activeSelectionBackground#e0e0e0
  • list.activeSelectionForeground#1a1a1a
  • list.focusBackground#e0e0e020
  • list.hoverBackground#f0f0f0
  • list.inactiveFocusBackground#f0f0f0
  • list.inactiveSelectionBackground#e0e0e0
  • list.inactiveSelectionForeground#1a1a1a
  • notificationCenter.border#00FF2F20
  • notifications.background#f5f5f5
  • notifications.border#00FF2F40
  • notifications.foreground#1a1a1a
  • notificationsErrorIcon.foreground#ff595e
  • notificationsInfoIcon.foreground#22eeff
  • notificationsWarningIcon.foreground#cc8800
  • panel.background#ffffff
  • panel.border#00FF2F20
  • panelTitle.activeBorder#00FF2F
  • panelTitle.activeForeground#1a1a1a
  • panelTitle.inactiveForeground#4a4a4c
  • peekViewEditor.background#ffffff
  • peekViewResult.background#ffffff
  • peekViewResult.selectionBackground#ffffff
  • peekViewTitle.background#ffffff
  • scrollbar.shadow#00000000
  • sideBar.background#ffffff
  • sideBar.foreground#4a4a4c
  • sideBarSectionHeader.background#ffffff
  • sideBarSectionHeader.border#ffffff
  • statusBar.background#ffffff
  • statusBar.debuggingBackground#00FF2F
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#4a4a4c
  • statusBar.noFolderBackground#ffffff
  • statusBarItem.prominentBackground#ffffff
  • tab.activeBackground#e0e0e0
  • tab.border#ffffff
  • tab.inactiveBackground#ffffff
  • terminal.ansiBlack#1a1a1a
  • terminal.ansiBlue#22eeff
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#5dd5ff
  • terminal.ansiBrightCyan#00e8e5
  • terminal.ansiBrightGreen#33FF55
  • terminal.ansiBrightMagenta#ff8895
  • terminal.ansiBrightRed#FF6B88
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#FFDA88
  • terminal.ansiCyan#00cecb
  • terminal.ansiGreen#00FF2F
  • terminal.ansiMagenta#DDA8FF
  • terminal.ansiRed#ff595e
  • terminal.ansiWhite#e0e0e0
  • terminal.ansiYellow#ffe4a3
  • terminal.background#ffffff
  • terminal.foreground#1a1a1a
  • titleBar.activeBackground#ffffff
  • titleBar.inactiveBackground#ffffff
  • walkThrough.embeddedEditorBackground#ffffff
  • widget.shadow#00000050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B8A99italic
invalid, invalid.illegal#FF6B88
storage.type, storage.modifier, keyword.control, keyword.other.template, keyword.other.substitution, keyword.operator.assignment, keyword.operator.logical, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#ff5577
keyword.operator#5dd5ff
constant.language, constant.other.color#5dd5ff
meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded#cc8800
punctuation.separator.comma, punctuation.terminator.statement#1a1a1a
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#00DD25
variable.other.readwrite, variable.other.constant, variable.other.object#1a1a1a
variable.other.property#22c0e8
variable.other.object.property, meta.block, variable.parameter#2a5a7a
support.other.variable, string.other.link#ff8895
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, constant.numeric#cc8800
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#00DD25
support.type#1a6699
punctuation.definition.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#22C0E8
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#22C0E8
meta.jsx.children#1a1a1a
entity.other.attribute-name#2a5a7a
source.json meta.structure.dictionary.json support.type.property-name.json#00DD25
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#2a5a7a
punctuation.support.type.property-name#22C0E8
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#1a6699
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF6B88
variable.language#FF6B88italic
entity.name.method.js#0066ccitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#0066cc
entity.other.attribute-name.class#cc8800
source.sass keyword.control#0066cc
markup.inserted#00DD25
markup.deleted#FF6B88
markup.changed#9966cc
string.regexp#0099aa
constant.character.escape#0099aa
*url*, *link*, *uri*underline
source.js constant.other.object.key.js string.unquoted.label.js#FF6B88italic
text.html.markdown, punctuation.definition.list_item.markdown#1a1a1a
text.html.markdown markup.inline.raw.markdown#9966cc
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#6B8A99
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#00AA20
markup.italic#ff8895italic
markup.bold, markup.bold string#ff8895bold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#ff8895bold
markup.underline#cc3300underline
markup.quote punctuation.definition.blockquote.markdown#6B8A99
markup.quoteitalic
string.other.link.title.markdown#0066cc
string.other.link.description.title.markdown#9966cc
constant.other.reference.link.markdown#cc8800
markup.raw.block#9966cc
markup.raw.block.fenced.markdown#666666
punctuation.definition.fenced.markdown#666666
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#1a1a1a
variable.language.fenced.markdown#6B8A99
meta.separator#6B8A99bold
markup.table#1a1a1a