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#42A5F5
  • activityBar.activeFocusBorder#42A5F5
  • activityBar.background#f5f1e8
  • activityBar.foreground#24292f
  • activityBar.inactiveForeground#9DA5AE
  • activityBarBadge.background#FF5252
  • activityBarBadge.foreground#f5f1e8
  • badge.background#FF5252
  • badge.foreground#f5f1e8
  • button.background#f5f1e8
  • button.border#dedad1
  • button.foreground#24292f
  • button.hoverBackground#ebe7de
  • button.secondaryBackground#f5f1e8
  • button.secondaryForeground#24292f
  • button.secondaryHoverBackground#ebe7de
  • debugToolBar.background#f5f1e8
  • editor.background#f5f1e8
  • editor.findMatchHighlightBackground#9DA5AE46
  • editor.foreground#1B1F23
  • editor.lineHighlightBackground#ebe7de
  • editor.selectionBackground#9DA5AE46
  • editor.selectionHighlightBackground#9DA5AE46
  • editor.wordHighlightBackground#f7f4ec00
  • editorBracketMatch.background#9DA5AE46
  • editorBracketMatch.border#24292f
  • editorCursor.foreground#24292f
  • editorGroup.border#dedad1
  • editorGroup.emptyBackground#f5f1e8
  • editorGroupHeader.tabsBackground#f5f1e8
  • editorGroupHeader.tabsBorder#dedad1
  • editorGutter.addedBackground#4ac26b
  • editorGutter.deletedBackground#ff8182
  • editorGutter.foldingControlForeground#c4bcb0
  • editorGutter.modifiedBackground#eac54f
  • editorLineNumber.activeForeground#24292f
  • editorLineNumber.foreground#c4bcb0
  • editorRuler.foreground#dedad1
  • editorWhitespace.foreground#dcd8cf
  • editorWidget.background#f5f1e8
  • focusBorder#c8c4bb
  • input.background#f5f1e8
  • input.border#dedad1
  • inputOption.activeBackground#42A5F5
  • inputOption.activeBorder#42A5F5
  • list.activeSelectionBackground#ebe7de
  • list.activeSelectionForeground#1B1F23
  • list.focusBackground#ebe7de
  • list.highlightForeground#097ADA
  • list.hoverBackground#ebe7de
  • list.inactiveSelectionBackground#ebe7de
  • notificationCenter.border#dedad1
  • notificationCenterHeader.background#f5f1e8
  • notifications.background#f5f1e8
  • notifications.border#dedad1
  • notificationsErrorIcon.foreground#FF443E
  • notificationsInfoIcon.foreground#42A5F5
  • notificationsWarningIcon.foreground#FFC135
  • notificationToast.border#dedad1
  • panel.background#f5f1e8
  • panel.border#dedad1
  • panelTitle.activeBorder#24292f
  • panelTitle.activeForeground#1B1F23
  • panelTitle.inactiveForeground#9DA5AE
  • scrollbar.shadow#f7f4ec00
  • sideBar.background#f5f1e8
  • sideBar.border#dedad1
  • sideBar.foreground#24292f
  • sideBarSectionHeader.background#f5f1e8
  • statusBar.background#f5f1e8
  • statusBar.border#dedad1
  • statusBar.debuggingBackground#f5f1e8
  • statusBar.focusBorder#f7f4ec00
  • statusBar.foreground#24292f
  • statusBar.noFolderBackground#f5f1e8
  • statusBarItem.remoteBackground#f5f1e8
  • statusBarItem.remoteForeground#24292f
  • tab.activeBackground#f5f1e8
  • tab.activeBorder#dedad1
  • tab.border#dedad1
  • tab.inactiveBackground#f5f1e8
  • tab.unfocusedActiveBorder#dedad1
  • tab.unfocusedActiveBorderTop#dedad1
  • terminal.ansiBlack#252525
  • terminal.ansiBlue#42A5F5
  • terminal.ansiBrightBlack#252525
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#00ACC1
  • terminal.ansiBrightGreen#C3D82C
  • terminal.ansiBrightMagenta#D81B60
  • terminal.ansiBrightRed#FF443E
  • terminal.ansiBrightWhite#faf8f3
  • terminal.ansiBrightYellow#FFC135
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#C3D82C
  • terminal.ansiMagenta#D81B60
  • terminal.ansiRed#FF443E
  • terminal.ansiWhite#faf8f3
  • terminal.ansiYellow#FFC135
  • terminal.background#f5f1e8
  • terminal.foreground#B0BDC4
  • titleBar.activeBackground#f5f1e8
  • titleBar.activeForeground#24292f
  • titleBar.border#dedad1
  • titleBar.inactiveBackground#f5f1e8
  • titleBar.inactiveForeground#9DA5AE46
  • widget.shadow#f7f4ec00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9ea8b4italic
variable, string constant.other.placeholder, meta.jsx.children, constant.other.color#24292f
invalid, invalid.illegal#DC3838
storage.type, storage.modifier, variable.other.object.tsx#107CC0
storage.type.type.js#DE2972
punctuation, meta.type.annotation keyword.operator.type, meta.block punctuation.definition.tag, meta.tag punctuation.definition.tag#69788C
punctuation.definition.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.string, punctuation.definition.typeparameters, keyword.operator.optional.js, keyword.operator.type.annotation.js, keyword.operator.assignment.js, keyword.operator.assignment.tsx, keyword.operator.optional.tsx, punctuation.definition.parameters, meta.brace.round, punctuation.accessor, punctuation.section.embedded, punctuation.separator, punctuation.definition.template-expression, meta.brace.square, punctuation.definition.binding-pattern.array.js#009fb1
entity.other.inherited-class, entity.name.type.class, entity.name.type.module, entity.name.function, meta.function-call entity.name.function#a66c00
keyword.control, constant.other.color, meta.tag, keyword.other.template, keyword.other.substitution, keyword.operator#DE2972
keyword.operator.expression.typeof, keyword.operator.new#009fb1
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, source.yaml constant.language#DC3838
meta.class entity.name.function, meta.type.declaration entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, variable.other.object.js#107CC0
constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#DE2972
variable.parameter, meta.parameters variable.object.property#DC3838italic
string, constant.other.symbol, constant.other.key, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js, meta.object-literal.key#8c9c00
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, storage.type.function.arrow#DC3838
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#D73B5B
variable.language#D73B5Bitalic
entity.other.attribute-name#a66c00italic
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#a66c00italic
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, meta.property-name.css, source.postcss support.type.property-name#a66c00
source.css punctuation.definition.keyword#DE2972
source.css keyword.other.unit, support.constant.property-value, support.constant.vendored, source.css keyword.operator#009fb1
source.css entity.other.attribute-name.pseudo-class#637C74
source.css entity.other.attribute-name.class#107CC0
source.css variable#107CC0
source.css constant.numeric, source.css support.constant#DC3838
markup.inserted#C3E88D
markup.deleted#D73B5B
markup.changed#9B59C9
string.regexp#009fb1
constant.character.escape#009fb1
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#107CC0italic
source.js constant.other.object.key.js string.unquoted.label.js#DC3838italic
source.json meta.structure.dictionary.json support.type.property-name.json#DC3838
source.json punctuation.support.type.property-name#009fb1
source.json punctuation.separator#69788C
source.json constant.language, source.json constant.numeric#a66c00
text.html.markdown, punctuation.definition.list_item.markdown#24292f
entity.name.section.markdown, markup.inline.raw.string.markdown#8c9c00
punctuation.definition.heading.markdown#DC3838
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.raw.markdown, punctuation.definition.metadata.markdown, punctuation.definition.link.title.begin.markdown, punctuation.definition.link.title.end.markdown#009fb1
markup.italic#DE2972italic
markup.bold, markup.bold string#107CC0bold
markup.underline#DC3838underline
markup.quoteitalic
string.other.link.title.markdown#a66c00
constant.other.reference.link.markdown#a66c00
keyword.type.graphql#a66c00
variable.graphql#8c9c00
keyword.operator.nulltype.graphql#009fb1
keyword.enum.graphql, keyword.operation.graphql, keyword.fragment.graphql#DE2972
constant.character.enum.graphql#24292f
entity.name.function.graphql#107CC0
punctuation.definition.variable.shell, punctuation.section.array.shell, punctuation.definition.logical-expression.shell#009fb1
variable.other.special.shell#DC3838
string.interpolated.dollar.shell#24292f
meta.scope.for-in-loop.shell#DC3838