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.activeBackground#2c0770
  • activityBar.activeBorder#36049b
  • activityBar.background#1c0150
  • activityBar.border#1c0150
  • activityBar.foreground#e9e5eea9
  • activityBar.inactiveForeground#ddd
  • activityBarBadge.background#130236
  • activityBarBadge.foreground#fff
  • badge.background#350a1b
  • button.background#350a1b
  • button.foreground#ddd
  • button.hoverBackground#1a305d
  • button.secondaryBackground#350a1b
  • button.secondaryForeground#ddd
  • button.secondaryHoverBackground#1a305d
  • editor.background#36049b
  • editor.findMatchBackground#6d0477
  • editor.findMatchHighlightBackground#340a3580
  • editor.findMatchHighlightBorder#554aee
  • editor.foreground#f7eeff
  • editor.hoverHighlightBackground#24182F
  • editor.inactiveSelectionBackground#1c0150
  • editor.lineHighlightBackground#0c202375
  • editor.lineHighlightBorder#0c4d3634
  • editor.rangeHighlightBackground#280d53
  • editor.rangeHighlightBorder#8c03c236
  • editor.selectionBackground#1c0150
  • editor.selectionHighlightBackground#420c4dea
  • editor.selectionHighlightBorder#25032c
  • editor.wordHighlightBackground#13091f
  • editor.wordHighlightBorder#24014d
  • editor.wordHighlightStrongBackground#350a2f
  • editor.wordHighlightStrongBorder#44035e
  • editorBracketHighlight.foreground1#b69b68
  • editorBracketHighlight.foreground2#f59657
  • editorBracketHighlight.foreground3#ff0000
  • editorBracketHighlight.foreground4#1f5202
  • editorBracketHighlight.foreground5#067e0c
  • editorBracketHighlight.foreground6#e7b048
  • editorBracketMatch.background#1902479d
  • editorBracketMatch.border#3c1ad34b
  • editorCursor.foreground#ddd
  • editorError.border#37d60f
  • editorError.foreground#ff0000
  • editorGroupHeader.tabsBackground#36049b
  • editorGutter.background#1c0150
  • editorHoverWidget.background#24182F
  • editorHoverWidget.border#186348
  • editorHoverWidget.foreground#ddd
  • editorIndentGuide.activeBackground#611f9b
  • editorLineNumber.activeForeground#02eea7
  • editorLineNumber.foreground#a477f7
  • editorOverviewRuler.border#36049b
  • editorSuggestWidget.background#1c0150
  • editorSuggestWidget.border#013d28
  • editorSuggestWidget.focusHighlightForeground#e4e67d
  • editorSuggestWidget.foreground#e6c2ce
  • editorSuggestWidget.highlightForeground#fafa65
  • editorSuggestWidget.selectedBackground#360366
  • editorSuggestWidget.selectedForeground#f7f2c6
  • editorSuggestWidget.selectedIconForeground#eede82
  • editorWidget.background#291258
  • editorWidget.foreground#c3afe9
  • editorWidget.resizeBorder#038a5b
  • focusBorder#442f4b
  • input.background#340177
  • input.border#5203b9
  • input.placeholderForeground#fff
  • list.activeSelectionBackground#24182F
  • list.hoverBackground#36049b
  • list.inactiveSelectionBackground#36049b
  • menu.background#36049b
  • menu.border#36049b
  • minimapSlider.activeBackground#00000028
  • minimapSlider.background#0000001a
  • minimapSlider.hoverBackground#0d22255b
  • notifications.background#36049b
  • notifications.border#36049b
  • panel.border#36049b
  • quickInput.background#1b0158e0
  • quickInput.foreground#fff
  • scrollbarSlider.activeBackground#7843e0
  • scrollbarSlider.background#5009df
  • scrollbarSlider.hoverBackground#300657
  • settings.checkboxBackground#0e0127
  • settings.dropdownBackground#10022c
  • settings.textInputBackground#36049b
  • sideBar.background#1c0150
  • sideBar.border#1c0150
  • sideBar.foreground#d2c4da
  • sideBarSectionHeader.background#1c0150
  • sideBarSectionHeader.border#b085ff1c
  • sideBarSectionHeader.foreground#fff
  • sideBarTitle.foreground#d2c4da
  • statusBar.background#1c0150
  • statusBar.border#36049b
  • statusBar.debuggingBackground#350a1b
  • statusBar.noFolderBackground#36049b
  • tab.activeBackground#36049b
  • tab.activeBorder#36049b
  • tab.activeBorderTop#fab700
  • tab.activeForeground#fff
  • tab.border#1c0150
  • tab.hoverBackground#4e06a179
  • tab.inactiveBackground#1c0150
  • terminal.ansiBlack#1D2021
  • terminal.ansiBlue#00a1f9
  • terminal.ansiBrightBlack#665C54
  • terminal.ansiBrightBlue#0D6678
  • terminal.ansiBrightCyan#8BA59B
  • terminal.ansiBrightGreen#f9f8fa
  • terminal.ansiBrightMagenta#8F4673
  • terminal.ansiBrightRed#FB543F
  • terminal.ansiBrightWhite#FDF4C1
  • terminal.ansiBrightYellow#77edf1
  • terminal.ansiCyan#8BA59B
  • terminal.ansiGreen#95C085
  • terminal.ansiMagenta#8F4673
  • terminal.ansiRed#FB543F
  • terminal.ansiWhite#A89984
  • terminal.ansiYellow#FAC03B
  • terminal.background#0c071b
  • terminal.border#36049b
  • terminal.foreground#eae3f7
  • terminalCursor.foreground#ddd
  • titleBar.activeBackground#1c0150
  • titleBar.activeForeground#fdfcff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#e8cbfc8aitalic
variable, string constant.other.placeholder#fdac69italic
constant.other.color#ffffff
invalid, invalid.illegal#ff5353
keyword, storage.type, storage.modifier#9fcedf
keyword.control, constant.other.color, punctuation, 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, keyword.other.template, keyword.other.substitution#da94b1
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#9a85e4
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#f9e4b7
meta.block variable.other#2bbec9
support.other.variable, string.other.link#ac71f0
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#00f76f
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#f3bae5
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#c29b61
support.type#B2CCD6
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#eb4bebb0
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#53f4ff
variable.language#fffc53italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#cec9faitalic
entity.other.attribute-name.class#ad8fe4
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F78C6C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#5e53ff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C17E70
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#82AAFF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f07178
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#8d9be8
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#68657e
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#7371f0bold
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#f07178bold
markup.underline#6cf7e5underline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF