Skip to main content
CodingTheme

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#3e3e3f
  • activityBar.foreground#c1c1c1
  • activityBarBadge.background#85ffc7
  • activityBarBadge.foreground#35443d
  • badge.background#85ffc7
  • badge.foreground#35443d
  • button.background#40a5a5
  • button.foreground#35443d
  • dropdown.background#343435
  • dropdown.border#343435
  • dropdown.foreground#c1c1c1
  • editor.background#39393a
  • editor.findMatchBackground#34809777
  • editor.findMatchBorder#85ffc688
  • editor.foreground#cbcbcb
  • editor.hoverHighlightBackground#85ffc722
  • editor.lineHighlightBackground#414142
  • editor.selectionBackground#96d2d855
  • editor.wordHighlightBackground#ff855222
  • editor.wordHighlightBorder#ffffff55
  • editor.wordHighlightStrongBackground#40a5a522
  • editor.wordHighlightStrongBorder#85ffc677
  • editorBracketMatch.background#85ffc744
  • editorBracketMatch.border#40a5a5
  • editorCursor.foreground#f8f8f0
  • editorGroupHeader.tabsBackground#414142
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#343435
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#525254
  • editorLineNumber.foreground#6c6c6d
  • editorLink.activeForeground#85ffc7
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#40a5a555
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#525254
  • editorSuggestWidget.focusHighlightForeground#85ffc7
  • editorSuggestWidget.foreground#c1c1c1
  • editorSuggestWidget.highlightForeground#85ffc7
  • editorSuggestWidget.selectedBackground#6c6c6d
  • editorSuggestWidget.selectedForeground#c1c1c1
  • editorWhitespace.foreground#525254
  • editorWidget.background#525254
  • editorWidget.border#6c6c6d
  • extensionButton.prominentBackground#85ffc7
  • extensionButton.prominentForeground#35443d
  • extensionButton.prominentHoverBackground#b8ffde
  • focusBorder#85ffc7
  • foreground#c1c1c1
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#858587
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.background#2c2c2d
  • input.border#5f5f61
  • input.foreground#c1c1c1
  • input.placeholderForeground#666668
  • inputOption.activeBorder#40a5a5
  • list.activeSelectionBackground#40a5a5
  • list.activeSelectionForeground#39393a
  • list.focusBackground#5f5f61
  • list.focusHighlightForeground#85ffc7
  • list.highlightForeground#85ffc7
  • list.hoverBackground#414142
  • list.inactiveSelectionBackground#39393a
  • panel.background#525254
  • panel.border#6c6c6d
  • panelTitle.activeBorder#85ffc7
  • panelTitle.inactiveForeground#929294
  • peekView.border#85ffc7
  • peekViewEditor.background#2f2f30
  • peekViewEditor.matchHighlightBackground#40a5a555
  • peekViewEditorGutter.background#343435
  • peekViewResult.background#464647
  • peekViewResult.fileForeground#b7b7b7
  • peekViewResult.lineForeground#a7a7a7
  • peekViewResult.matchHighlightBackground#40a5a555
  • peekViewResult.selectionBackground#3e3e3f
  • peekViewResult.selectionForeground#c1c1c1
  • peekViewTitle.background#343435
  • peekViewTitleDescription.foreground#b9b9b9
  • peekViewTitleLabel.foreground#c1c1c1
  • progressBar.background#ff8552
  • quickInputList.focusForeground#f1f1f1
  • scrollbar.shadow#202020
  • scrollbarSlider.activeBackground#85ffc7aa
  • scrollbarSlider.background#6c6c6daa
  • scrollbarSlider.hoverBackground#85ffc755
  • sideBar.background#464647
  • sideBar.foreground#c1c1c1
  • sideBarSectionHeader.background#4d4d4f
  • sideBarSectionHeader.foreground#c1c1c1
  • statusBar.background#85ffc7
  • statusBar.foreground#35443d
  • statusBar.noFolderBackground#40a5a5
  • tab.inactiveBackground#434344
  • tab.inactiveForeground#9f9fa0
  • terminal.ansiBlack#464647
  • terminal.ansiBlue#ff8552
  • terminal.ansiBrightBlack#6c6c6d
  • terminal.ansiBrightBlue#ffcdb8
  • terminal.ansiBrightCyan#ffcdb8
  • terminal.ansiBrightGreen#ebfff6
  • terminal.ansiBrightMagenta#ebfff6
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f4f4f4
  • terminal.ansiBrightYellow#7ecdcd
  • terminal.ansiCyan#ff8552
  • terminal.ansiGreen#85ffc7
  • terminal.ansiMagenta#85ffc7
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#cecece
  • terminal.ansiYellow#40a5a5
  • terminal.background#2c2c2d
  • terminal.foreground#c1c1c1
  • titleBar.activeBackground#2f2f30

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#bbc8cc88italic
string#86baba
constant.numeric#afd1d1
constant.language#40a5a5
constant.character.escape#40a5a5
constant.character, constant.other#40a5a5
variable
keyword#85ffc7
storage#40a5a5
storage.type#85ffc7italic
entity.name.class#40a5a5underline
entity.name.type.class#ff8552
entity.other.inherited-class#40a5a5
entity.name.function#ff8552
variable.parameter#ffffff
meta.function-call.arguments#cacaca
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ff8552
punctuation.definition.decorator#85ffc6
entity.name.tag#85ffc7
entity.other.attribute-name#40a5a5
support.function#ff8552
support.constant#40a5a5
support.type, support.class#40a5a5
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.value.json string.quoted.double.json#86baba
source.json meta.structure.dictionary.json support.type.property-name.json#e6b65f
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#40a5a5
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F78C6C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#67C79A
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#c8f9f9
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#e6b65f
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#F78C6C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#67C79A
meta.diff, meta.diff.header#606063
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#86868a
meta.property-value, support.constant.property-value, constant.other.color#86baba
meta.property-name support.type.property-name
meta.property-value punctuation.separator.key-value#c1c1c1
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#85ffc7
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#85ffc7
variable.other#ffffff
variable.parameter.function.coffee#afd1d1
entity.name.section.markdown#40a5a5
punctuation.definition.heading.markdown#85ffc7
markup.raw.inline.markdown#86baba
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#85ffc7
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#85ffc7
punctuation.definition.metadata.markdown#85ffc7
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#85ffc7
markup.bold.markdown, markup.italic.markdown#85ffc7
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
entity.other.attribute-name.class#e6b65f
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#EDA687italic
source.sass keyword.control#8BCED6
support.type.property-name.css, support.type.vendored.property-name.css#67C79A
constant.numeric.css keyword.other.unit#c8f9f9
entity.other.attribute-name.id.css#F78C6C
meta.format.brace constant.character.format.placeholder#85ffc6
meta.format.percent, constant.character.format.placeholder#86BABA
keyword.control.django#ff8552
punctuation.parenthesis.begin.regexp, punctuation.parenthesis.end.regexp#85ffc6
support.other.escape.special.regexp#40a5a5
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#c1c1c1

Shiki preview

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

Loading...

Tangerine Theme by jetpackguy - VS Code Theme