Skip to main content
Coding Theme

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#272727
  • activityBar.foreground#e3e2e0
  • activityBarBadge.background#fa5555
  • activityBarBadge.foreground#ffffff
  • badge.background#fa5555
  • badge.foreground#ffffff
  • button.background#00bbaa
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#e3e2e0
  • editor.background#222222
  • editor.foreground#e3e2e0
  • editor.hoverHighlightBackground#fa555522
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#118f8f25
  • editor.wordHighlightBackground#c3cb4c22
  • editor.wordHighlightStrongBackground#00bbaa22
  • editorBracketMatch.background#fa555544
  • editorBracketMatch.border#00bbaa
  • editorCursor.foreground#f8f8f0
  • editorGroup.emptyBackground#2a2a2a
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#fa5555
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#00bbaa55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#e3e2e0
  • editorSuggestWidget.highlightForeground#fa5555
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#fa5555
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ff8182
  • focusBorder#fa5555
  • foreground#e3e2e0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#ff4e50
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7c53c
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#151515
  • input.border#484848
  • input.foreground#e3e2e0
  • input.placeholderForeground#505050
  • inputOption.activeBorder#00bbaa
  • list.activeSelectionBackground#00bbaa
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • panel.background#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#fa5555
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#fa5555
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#00bbaa55
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#d9d8d5
  • peekViewResult.lineForeground#cbc9c5
  • peekViewResult.matchHighlightBackground#00bbaa55
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#e3e2e0
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#dcdad8
  • peekViewTitleLabel.foreground#e3e2e0
  • progressBar.background#c3cb4c
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#fa5555aa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#fa555555
  • sideBar.background#2f2f2f
  • sideBar.foreground#e3e2e0
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.border#00bbaa
  • sideBarSectionHeader.foreground#e3e2e0
  • statusBar.background#fa5555
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#00bbaa
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#00bbaa
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#1effec
  • terminal.ansiBrightCyan#00bbaa
  • terminal.ansiBrightGreen#f4ff60
  • terminal.ansiBrightMagenta#ec5773
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f7c53c
  • terminal.ansiCyan#00bbaa
  • terminal.ansiGreen#c3cb4c
  • terminal.ansiMagenta#f03e5f
  • terminal.ansiRed#cf433e
  • terminal.ansiWhite#efefed
  • terminal.ansiYellow#f7c53c
  • terminal.background#151515
  • terminal.foreground#e3e2e0
  • titleBar.activeBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#777777italic
string#00bbaa
constant.numeric#ce1836
constant.language#00bbaa
constant.character, constant.other#00bbaa
variable
keyword#f7c53c
storage#00bbaa
storage.type#fa5555italic
entity.name.type.class#e3e2e0bold underline
entity.other.inherited-class#00bbaaunderline
entity.name.function#c3cb4c
meta.definition, entity.name.function.pythonbold
variable.language, variable.parameter.function.language.special#a7a7a7italic
variable.parameter#f7b83ditalic
entity.name.tag#fa5555
entity.other.attribute-name#f7b83d
support.function#f86844
support.constant#00bbaa
support.class#00bbaabold
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.diff, meta.diff.header#777777
markup.deleted#e61f44
markup.inserted#A6E22E
markup.changed#f7b83d
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#9d9d9d
keyword.operator
keyword.operator.assignment#cf433e
meta.property-value, support.constant.property-value, constant.other.color#00bbaa
meta.property-name support.type.property-name
meta.property-value punctuation.separator.key-value#e3e2e0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fa5555
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fa5555
variable.other#e3e2e0
variable.other.object.propertyitalic
meta.template.expression#e3e2e0
entity.other.attribute-name.pseudo-class#9f79aaitalic
keyword.control.at-rule#ff4e50bold
entity.other.attribute-name.id.css#c3cb4c
support.class.component#fa5555bold
meta.export.defaultitalic
storage.modifier.jsitalic
string.quoted.docstring.multi.python#777777
meta.fstringitalic
support.function.magic.pythonbold
meta.function-call.generic.python#c3cb4c
support.type.exception#ff4e50
entity.name.function.decorator#9f79aaitalic
storage.type.templatetag.django, storage.type.variable.django#9f79aa
keyword.control.tag-name.django#9f79aa
entity.name.section.markdown#00bbaa
punctuation.definition.heading.markdown#f7c53c
markup.raw.inline.markdown#00bbaa
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f7c53c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f7c53c
punctuation.definition.metadata.markdown#f7c53c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fa5555
markup.bold.markdown, markup.italic.markdown#fa5555
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
meta.structure.dictionary.json string.quoted.double.json#00bbaa
meta.structure.dictionary.json string.quoted.double.json#00bbaa
meta.structure.dictionary.value.json string.quoted.double.json#00bbaa
support.type.property-name.json#f7c53c
punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json#e3e2e0
storage.modifier.sql#f7c53c
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
variable.parameter.function.coffee#ce1836

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Overthinking - Coding Theme