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.background#2D3748
  • activityBar.foreground#F8F9FA
  • activityBar.inactiveForeground#718096
  • activityBarBadge.background#38B2AC
  • activityBarBadge.foreground#F8F9FA
  • badge.background#38B2AC
  • badge.foreground#F8F9FA
  • button.background#38B2AC
  • button.foreground#F8F9FA
  • button.hoverBackground#319795
  • dropdown.background#2D3748
  • dropdown.foreground#F8F9FA
  • editor.background#1A202C
  • editor.findMatchBackground#38B2AC80
  • editor.findMatchBorder#81E6D9
  • editor.findMatchHighlightBackground#B2F5EA80
  • editor.findMatchHighlightBorder#B2F5EA
  • editor.foreground#F8F9FA
  • editor.hoverHighlightBackground#2C7A7B
  • editor.lineHighlightBackground#4A5568
  • editor.lineHighlightBorder#2F855A
  • editor.selectionBackground#2D3748
  • editor.selectionHighlightBackground#38B2AC80
  • editor.selectionHighlightBorder#38B2AC
  • editor.wordHighlightBackground#319795
  • editor.wordHighlightBorder#2C7A7B
  • editor.wordHighlightStrongBackground#9AE6B480
  • editor.wordHighlightStrongBorder#9AE6B4
  • editorCursor.foreground#FFD700
  • editorGroup.border#2C7A7B
  • editorGroupHeader.tabsBackground#2D3748
  • editorGroupHeader.tabsBorder#2C7A7B
  • editorIndentGuide.activeBackground#718096
  • editorIndentGuide.background#2D3748
  • editorLineNumber.activeForeground#FFDD57
  • editorLineNumber.foreground#718096
  • editorLink.activeForeground#38B2AC
  • editorWhitespace.foreground#4A5568
  • extensionButton.prominentBackground#38B2AC
  • extensionButton.prominentForeground#F8F9FA
  • extensionButton.prominentHoverBackground#319795
  • input.background#1A202C
  • input.foreground#F8F9FA
  • input.placeholderForeground#718096
  • list.activeSelectionBackground#38B2AC
  • list.activeSelectionForeground#F8F9FA
  • list.hoverBackground#319795
  • list.hoverForeground#F8F9FA
  • list.inactiveSelectionBackground#2D3748
  • list.inactiveSelectionForeground#F8F9FA
  • menu.background#2D3748
  • menu.foreground#F8F9FA
  • menu.selectionBackground#38B2AC
  • menu.selectionForeground#F8F9FA
  • menu.separatorBackground#81E6D9
  • menubar.selectionBackground#319795
  • menubar.selectionForeground#F8F9FA
  • notification.background#1A202C
  • notification.buttonBackground#38B2AC
  • notification.buttonForeground#F8F9FA
  • notification.buttonHoverBackground#319795
  • notification.foreground#F8F9FA
  • panel.background#1A202C
  • panel.border#2C7A7B
  • panelTitle.activeForeground#F8F9FA
  • panelTitle.inactiveForeground#718096
  • peekViewEditor.background#2D3748
  • peekViewEditor.matchHighlightBackground#38B2AC80
  • peekViewResult.background#1A202C
  • peekViewResult.matchHighlightBackground#81E6D980
  • peekViewTitle.background#2D3748
  • peekViewTitleDescription.foreground#81E6D9
  • peekViewTitleLabel.foreground#F8F9FA
  • pickerGroup.border#38B2AC
  • pickerGroup.foreground#F8F9FA
  • progressBar.background#38B2AC
  • scrollbarSlider.activeBackground#81E6D9
  • scrollbarSlider.background#2C7A7B
  • scrollbarSlider.hoverBackground#38B2AC
  • sideBar.background#1A202C
  • sideBar.foreground#F8F9FA
  • sideBarSectionHeader.background#2C7A7B
  • sideBarSectionHeader.foreground#F8F9FA
  • sideBarTitle.foreground#F8F9FA
  • statusBar.background#2D3748
  • statusBar.debuggingBackground#E53E3E
  • statusBar.debuggingForeground#F8F9FA
  • statusBar.foreground#F8F9FA
  • tab.activeBackground#2D3748
  • tab.activeForeground#F8F9FA
  • tab.border#2C7A7B
  • tab.inactiveBackground#1A202C
  • tab.inactiveForeground#718096
  • terminal.ansiBlack#1A202C
  • terminal.ansiBlue#3182CE
  • terminal.ansiBrightBlack#2D3748
  • terminal.ansiBrightBlue#4299E1
  • terminal.ansiBrightCyan#81E6D9
  • terminal.ansiBrightGreen#48BB78
  • terminal.ansiBrightMagenta#9F7AEA
  • terminal.ansiBrightRed#FC8181
  • terminal.ansiBrightWhite#EDF2F7
  • terminal.ansiBrightYellow#ECC94B
  • terminal.ansiCyan#319795
  • terminal.ansiGreen#38A169
  • terminal.ansiMagenta#805AD5
  • terminal.ansiRed#E53E3E
  • terminal.ansiWhite#F8F9FA
  • terminal.ansiYellow#D69E2E
  • terminal.background#1A202C
  • terminal.foreground#F8F9FA
  • terminalCursor.foreground#FFD700
  • titleBar.activeBackground#2D3748
  • titleBar.activeForeground#F8F9FA
  • titleBar.inactiveBackground#1A202C
  • titleBar.inactiveForeground#718096

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#718096—
keyword, keyword.control, storage.type, storage.modifier#ECC94B—
variable, string constant.other.placeholder, variable.other.constant, variable.language#81E6D9—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#38A169—
entity.name.function, support.function, meta.function-call, variable.function#3182CE—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#805AD5—
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#D69E2E—
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#E53E3E—
constant, constant.language, constant.character, constant.other#ECC94B—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#F8F9FA—
entity.name.tag, punctuation.definition.tag#3182CE—
entity.other.attribute-name#ECC94B—
support.type, support.class, support.constant, support.variable#81E6D9—
markup.bold, punctuation.definition.bold#E53E3Ebold
markup.underline.link, string.other.link#3182CEunderline
markup.fenced_code, markup.inline.raw#ECC94B—
markup.list.unnumbered, markup.list.numbered#F8F9FA—
markup.quote#38A169italic
string.regexp, string.regexp keyword.other#319795—
constant.character.escape#FFD700—
meta.tag.inline.any.html, *url*, *link*, *uri*—underline
markup.changed, meta.diff.header.git, meta.diff.header.from-file, meta.diff.header.to-file#3182CEitalic
markup.deleted#E53E3E—
markup.inserted#38A169—
invalid, invalid.illegal#E53E3Eunderline wavy
invalid.deprecated#ECC94Bunderline wavy
meta.diff.header#3182CE—
markup.deleted.diff#E53E3E—
markup.inserted.diff#38A169—
markup.changed.diff#ECC94B—
meta.method, meta.method.declaration#3182CE—
support.type.property-name.json#ECC94B—
entity.name.tag.yaml#ECC94B—
entity.other.inherited-class#805AD5—
meta.tag, meta.tag.markdown#ECC94B—
meta.tag.yaml#ECC94B—