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#33363C
  • activityBar.foreground#FF6678
  • activityBarBadge.background#84EBC9
  • activityBarBadge.foreground#2E6352
  • badge.background#84EBC9
  • badge.foreground#2E6352
  • breadcrumb.focusForeground#818C84
  • breadcrumb.foreground#5E6861
  • button.background#FF6678
  • button.foreground#101212
  • button.hoverBackground#FF7A8A
  • button.secondaryBackground#484C53
  • button.secondaryForeground#E9F5EC
  • button.secondaryHoverBackground#545861
  • commandCenter.activeBorder#00000000
  • commandCenter.activeForeground#D2D9D4
  • commandCenter.border#00000000
  • commandCenter.foreground#818C84
  • commandCenter.hoverBorder#00000000
  • commandCenter.inactiveBorder#00000000
  • commandCenter.inactiveForeground#5E6861
  • dropdown.background#45484F
  • dropdown.border#525760
  • dropdown.foreground#D2D9D4
  • editor.background#33363C
  • editor.foreground#D2D9D4
  • editor.inactiveSelectionBackground#36393F
  • editor.lineHighlightBackground#383C42
  • editor.selectionBackground#3D4148
  • editor.selectionHighlightBackground#4E4F55
  • editor.selectionHighlightBorder#4E4F55
  • editor.wordHighlightBackground#4E4F55
  • editor.wordHighlightBorder#4E4F55
  • editor.wordHighlightStrongBackground#4E4F55
  • editorCursor.foreground#FF6678
  • editorGroup.border#525760
  • editorGroupHeader.noTabsBackground#33363C
  • editorGroupHeader.tabsBackground#33363C
  • editorIndentGuide.activeBackground1#818C84
  • editorIndentGuide.background1#494D55
  • editorLineNumber.activeForeground#79E8BC
  • editorLineNumber.foreground#5E6861
  • editorOverviewRuler.border#00000000
  • editorWhitespace.foreground#494D55
  • editorWidget.background#33363C
  • editorWidget.foreground#D2D9D4
  • explorer.decorations.ignoredForeground#6B756E
  • extensionButton.background#FF6678
  • extensionButton.foreground#101212
  • extensionButton.hoverBackground#FF7A8A
  • extensionButton.prominentBackground#FF6678
  • extensionButton.prominentForeground#101212
  • extensionButton.prominentHoverBackground#FF7A8A
  • focusBorder#FF6678
  • gitDecoration.ignoredResourceForeground#6B756E
  • input.background#36393F
  • input.border#36393F
  • input.foreground#F2F6F3
  • input.placeholderForeground#848890
  • keybindingTable.rowsBackground#2A2D32
  • list.activeSelectionBackground#3D4148
  • list.activeSelectionForeground#F2F6F3
  • list.focusBackground#3D4148
  • list.highlightForeground#84EBC9
  • list.hoverBackground#43464C
  • list.hoverForeground#F2F6F3
  • list.inactiveSelectionBackground#474B52
  • notificationCenterHeader.background#33363C
  • notifications.background#33363C
  • notifications.border#525760
  • notifications.foreground#F2F6F3
  • notificationsErrorIcon.foreground#FF6678
  • notificationsInfoIcon.foreground#9C82FF
  • notificationsWarningIcon.foreground#F2C16F
  • panel.background#33363C
  • panel.border#525760
  • panelSectionHeader.background#33363C
  • panelTitle.activeForeground#F2F6F3
  • panelTitle.inactiveForeground#6B756E
  • quickInput.background#33363C
  • quickInput.foreground#D2D9D4
  • quickInput.list.focusBackground#3D4148
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#5A5F6899
  • scrollbarSlider.background#4A4E5566
  • scrollbarSlider.hoverBackground#52576088
  • sideBar.background#33363C
  • sideBar.foreground#D2D9D4
  • sideBarSectionHeader.background#33363C
  • sideBarSectionHeader.foreground#D2D9D4
  • statusBar.background#33363C
  • statusBar.debuggingBackground#6A3C4F
  • statusBar.foreground#D2D9D4
  • statusBar.noFolderBackground#36393F
  • statusBarItem.remoteBackground#9C82FF
  • statusBarItem.remoteForeground#ECEFF7
  • tab.activeBackground#33363C
  • tab.activeBorder#FF6678
  • tab.activeForeground#F2F6F3
  • tab.border#00000000
  • tab.editor-group-tab-background#33363C
  • tab.hoverBackground#474B52
  • tab.inactiveBackground#33363C
  • tab.inactiveForeground#6B756E
  • terminal.ansiBlack#474B52
  • terminal.ansiBlue#9C82FF
  • terminal.ansiBrightBlack#8A8E95
  • terminal.ansiBrightBlue#C7B8FF
  • terminal.ansiBrightCyan#D2FAED
  • terminal.ansiBrightGreen#E5FF8D
  • terminal.ansiBrightMagenta#E4C8FF
  • terminal.ansiBrightRed#FF7A8A
  • terminal.ansiBrightWhite#F4F9F5
  • terminal.ansiBrightYellow#FFD27B
  • terminal.ansiCyan#84EBC9
  • terminal.ansiGreen#CFF075
  • terminal.ansiMagenta#CDB6FF
  • terminal.ansiRed#FF6678
  • terminal.ansiWhite#DDE4DE
  • terminal.ansiYellow#F2C16F
  • terminal.background#33363C
  • terminal.foreground#E4EBE6
  • textLink.foreground#84EBC9
  • textLink.hoverForeground#84EBC9
  • titleBar.activeBackground#33363C
  • titleBar.activeForeground#A1A5AD
  • titleBar.inactiveBackground#33363C
  • titleBar.inactiveForeground#6B756E
  • widget.shadow#00000033

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.line.double-slash, punctuation.definition.comment, sss#67736Bitalic
keyword#FF6678
keyword.control#FF7A8A
keyword.operator#FF6678
keyword.operator.assignment#95A199
storage, storage.type#FFA6B5
constant, constant.numeric, constant.language, constant.character#9C82FF
string, string.quoted, string.regexp#CFF075
variable, variable.parameter#88DDC1
entity.name.function, support.function#D0C1FF
entity.name.type, entity.name.class, support.class#C6B5FF
entity.other.attribute-name, meta.annotation#9DF4DA
punctuation, operator#818C84
invalid, invalid.deprecated, invalid.illegal#FF2F6F
variable.other.property, variable.other.object.property, support.type.property-name#75E4C0
entity.name.tag, support.class.component#FF6678
variable.language, variable.language.this, variable.language.super#B3FBE4
entity.name.type.module, support.other.module#C6B5FF
text.html.derivative#D2D9D4
entity.name.tag, meta.tag.sgml, meta.tag.html, meta.tag.xml, meta.tag.other#FF6678
entity.other.attribute-name, meta.tag.attribute, meta.tag.xml.attribute#75E4C0
string.quoted.double.html, string.quoted.single.html, string.unquoted.html#CFF075
punctuation.definition.tag.begin, punctuation.definition.tag.end, punctuation.definition.tag, punctuation.separator.key-value.html#818C84
meta.tag.sgml.doctype, comment.block.html#434D46italic
entity.name.tag.js, entity.name.tag.tsx, support.class.component#FF6678
entity.other.attribute-name.js, entity.other.attribute-name.tsx#75E4C0
markup.heading, markup.heading.markdown, markup.heading.setext, entity.name.section.markdown#FF6678bold
markup.bold, markup.bold.markdown#FF7A8Abold
markup.italic, markup.italic.markdown#FF7A8Aitalic
string.other.link.title.markdown, markup.underline.link.markdown#84EBC9underline
markup.underline.link, markup.underline.link.image.markdown, markup.underline.link.markdown, markup.link.url.markdown#DDFE9A
markup.inline.raw.string.markdown, markup.raw.inline.markdown#9C82FF
markup.fenced_code.block.markdown, markup.raw.block.markdown, fenced_code.block.language, fenced_code.block.markdown#9C82FF
markup.quote, markup.quote.markdown#E6FA94italic
markup.list, markup.list.numbered, markup.list.unnumbered#818C84
meta.separator.markdown#303830
comment.block.html.markdown#434D46italic
punctuation.definition.heading.markdown, heading.1.markdown, markup.heading.markdown, markup.heading.setext.markdown, markup.heading.markdown#FF6678bold
punctuation.definition.list.begin.markdown#FF6678
markup.list.unnumbered.markdown, markup.list.numbered.markdown#818C84
meta.object-literal.key, meta.object.member, meta.objectliteral, support.type.property-name, support.type.property-name.json#75E4C0
variable.other.property, variable.other.property.js, variable.other.object.property, support.variable.property.dom, meta.property.object.js#75E4C0
support.function, variable.function, variable.function.js, entity.name.function.member, meta.method-call#D0C1FF
variable.other.object.js, variable.other.object.js.jsx#88DDC1
support.class.promise.js, support.class.promise.ts#B3FBE4
meta.diff.header.from-file, punctuation.definition.from-file.diff#FF6678bold
meta.diff.header.to-file, punctuation.definition.to-file.diff#CFF075bold
meta.diff.range, meta.diff.index#C6B5FF
markup.inserted.diff#CFF075
markup.deleted.diff#FF6678
markup.changed.diff#F2C16F
meta.diff.context, meta.diff#818C84
punctuation.definition.range.diff#C6B5FF
meta.diff.header, meta.separator.diff#9C82FF
punctuation.definition.inserted.diff#75E4C0
support.function.misc.css, meta.function.variable.css#D0C1FF
Planetz Roller by monoooki - VS Code Theme