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#111213
  • activityBar.foreground#A3A8AE
  • activityBar.inactiveForeground#A3A8AEB8
  • activityBarBadge.background#FF5252
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF5252
  • badge.foreground#FFFFFF
  • button.background#2B2E31
  • button.border#35383CE8
  • button.foreground#A3A8AE
  • button.hoverBackground#35393C
  • button.secondaryBackground#2B2E31
  • button.secondaryForeground#A3A8AE
  • button.secondaryHoverBackground#35393C
  • debugToolBar.background#111213
  • editor.background#111213
  • editor.findMatchHighlightBackground#A3A8AE46
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#17191A
  • editor.selectionBackground#A3A8AE46
  • editor.selectionHighlightBackground#A3A8AE46
  • editor.wordHighlightBackground#FFFFFF00
  • editorBracketMatch.background#A3A8AE46
  • editorBracketMatch.border#A3A8AE
  • editorCursor.foreground#1DE9B6
  • editorGroup.border#222327
  • editorGroup.emptyBackground#111213
  • editorGroupHeader.tabsBackground#111213
  • editorGroupHeader.tabsBorder#222327
  • editorGutter.addedBackground#d4e157
  • editorGutter.deletedBackground#FF5252
  • editorGutter.foldingControlForeground#FFFFFF20
  • editorGutter.modifiedBackground#FFCB6B
  • editorLineNumber.activeForeground#A3A8AE
  • editorLineNumber.foreground#FFFFFF20
  • editorRuler.foreground#222327
  • editorWhitespace.foreground#FFFFFF20
  • editorWidget.background#111213
  • focusBorder#404040
  • input.background#0F1011
  • input.border#35383CE8
  • inputOption.activeBackground#42A5F5
  • inputOption.activeBorder#42A5F5
  • list.activeSelectionBackground#1a1d1e
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#1a1d1e
  • list.highlightForeground#DED9D9
  • list.hoverBackground#1a1d1e
  • list.inactiveSelectionBackground#1a1d1e
  • notificationCenter.border#222327
  • notificationCenterHeader.background#111213
  • notifications.background#111213
  • notifications.border#222327
  • notificationsErrorIcon.foreground#FF443E
  • notificationsInfoIcon.foreground#42A5F5
  • notificationsWarningIcon.foreground#FFC135
  • notificationToast.border#222327
  • panel.background#111213
  • panel.border#222327
  • panelTitle.activeBorder#A3A8AE
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A3A8AEB8
  • scrollbar.shadow#FFFFFF00
  • sideBar.background#111213
  • sideBar.border#222327
  • sideBar.foreground#A3A8AE
  • sideBarSectionHeader.background#111213
  • statusBar.background#111213
  • statusBar.border#222327
  • statusBar.debuggingBackground#111213
  • statusBar.focusBorder#FFFFFF00
  • statusBar.foreground#A3A8AE
  • statusBar.noFolderBackground#111213
  • statusBarItem.remoteBackground#111213
  • statusBarItem.remoteForeground#A3A8AE
  • tab.activeBackground#111213
  • tab.activeBorder#222327
  • tab.border#222327
  • tab.inactiveBackground#111213
  • tab.unfocusedActiveBorder#222327
  • tab.unfocusedActiveBorderTop#222327
  • 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#F7F7F7
  • terminal.ansiBrightYellow#FFC135
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#C3D82C
  • terminal.ansiMagenta#D81B60
  • terminal.ansiRed#FF443E
  • terminal.ansiWhite#F7F7F7
  • terminal.ansiYellow#FFC135
  • terminal.background#111213
  • terminal.foreground#B0BDC4
  • titleBar.activeBackground#111213
  • titleBar.activeForeground#A3A8AE
  • titleBar.border#222327
  • titleBar.inactiveBackground#111213
  • titleBar.inactiveForeground#A3A8AE46
  • widget.shadow#FFFFFF00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4D5257italic
variable, string constant.other.placeholder, meta.jsx.children, constant.other.color#FFFFFF
invalid, invalid.illegal#FF5252
storage.type, storage.modifier, variable.other.object.tsx#40C4FF
storage.type.type.js#FF4081
punctuation, meta.type.annotation keyword.operator.type, meta.block punctuation.definition.tag, meta.tag punctuation.definition.tag#C5C8C6
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#00E5FF
entity.other.inherited-class, entity.name.type.class, entity.name.type.module, entity.name.function, meta.function-call entity.name.function#FFCB6B
keyword.control, constant.other.color, meta.tag, keyword.other.template, keyword.other.substitution, keyword.operator#FF4081
keyword.operator.expression.typeof, keyword.operator.new#00E5FF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter, source.yaml constant.language#FF5252
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#40C4FF
constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#FF4081
variable.parameter, meta.parameters variable.object.property#FF5252italic
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#D4E157
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#FF5252
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.other.attribute-name#FFCB6Bitalic
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
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#FFCB6B
source.css punctuation.definition.keyword#FF4081
source.css keyword.other.unit, support.constant.property-value, support.constant.vendored, source.css keyword.operator#00E5FF
source.css entity.other.attribute-name.pseudo-class#1DE9B6
source.css entity.other.attribute-name.class#40C4FF
source.css variable#40C4FF
source.css constant.numeric, source.css support.constant#FF5252
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#00E5FF
constant.character.escape#00E5FF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#40C4FFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5252italic
source.json meta.structure.dictionary.json support.type.property-name.json#FF5252
source.json punctuation.support.type.property-name#00E5FF
source.json punctuation.separator#C5C8C6
source.json constant.language, source.json constant.numeric#FFCB6B
text.html.markdown, punctuation.definition.list_item.markdown#FFFFFF
entity.name.section.markdown, markup.inline.raw.string.markdown#D4E157
punctuation.definition.heading.markdown#FF5252
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#00E5FF
markup.italic#FF4081italic
markup.bold, markup.bold string#40C4FFbold
markup.underline#FF5252underline
markup.quoteitalic
string.other.link.title.markdown#FFCB6B
constant.other.reference.link.markdown#FFCB6B
keyword.type.graphql#FFCB6B
variable.graphql#D4E157
keyword.operator.nulltype.graphql#00E5FF
keyword.enum.graphql, keyword.operation.graphql, keyword.fragment.graphql#FF4081
constant.character.enum.graphql#FFFFFF
entity.name.function.graphql#40C4FF
punctuation.definition.variable.shell, punctuation.section.array.shell, punctuation.definition.logical-expression.shell#00E5FF
variable.other.special.shell#FF5252
string.interpolated.dollar.shell#FFFFFF
meta.scope.for-in-loop.shell#FF5252