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#080a0d
  • activityBar.foreground#aafdf8
  • activityBarBadge.background#6ab0a3
  • activityBarBadge.foreground#ffffff
  • badge.background#6ab0a3
  • badge.foreground#041f1f
  • button.background#52708b
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#ffffff
  • editor.background#040507
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#6ab0a322
  • editor.lineHighlightBackground#0a0c11
  • editor.selectionBackground#3fc78e55
  • editor.wordHighlightBackground#508aaa22
  • editor.wordHighlightStrongBackground#52708b22
  • editorBracketMatch.background#6ab0a344
  • editorBracketMatch.border#52708b
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#0a0c11
  • editorGroupHeader.tabsBackground#0a0c11
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#171c27
  • editorLineNumber.foreground#293348
  • editorLink.activeForeground#6ab0a3
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#52708b55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#171c27
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#6ab0a3
  • editorSuggestWidget.selectedBackground#0d1618
  • editorWhitespace.foreground#171c27
  • editorWidget.background#171c27
  • editorWidget.border#293348
  • extensionButton.prominentBackground#6ab0a3
  • extensionButton.prominentForeground#021311
  • extensionButton.prominentHoverBackground#8bc2b8
  • focusBorder#6ab0a3
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#687285
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#6ab0a3
  • input.background#000000
  • input.border#202838
  • input.foreground#ffffff
  • input.placeholderForeground#252f41
  • inputOption.activeBorder#52708b
  • list.activeSelectionBackground#0d4d4d
  • list.activeSelectionForeground#7af8d4
  • list.focusBackground#202838
  • list.hoverBackground#0a0c11
  • list.inactiveSelectionBackground#040507
  • notification.background#0d1117
  • notification.buttonBackground#6ab0a3
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#060d0e
  • panel.border#2d5153
  • panelTitle.activeBorder#15675f
  • panelTitle.inactiveForeground#3b8b8e
  • peekView.border#6ab0a3
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#52708b55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d1117
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#52708b55
  • peekViewResult.selectionBackground#0d0808
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#508aaa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#6ab0a3aa
  • scrollbarSlider.background#293348aa
  • scrollbarSlider.hoverBackground#6ab0a355
  • sideBar.background#040507
  • sideBar.foreground#4e877e
  • sideBarSectionHeader.background#15262c
  • sideBarSectionHeader.foreground#62d4ba
  • statusBar.background#6ab0a3
  • statusBar.foreground#112f3f
  • statusBar.noFolderBackground#52708b
  • tab.inactiveBackground#0b0e14
  • tab.inactiveForeground#4e6289
  • terminal.ansiBlack#0d1117
  • terminal.ansiBlue#508aaa
  • terminal.ansiBrightBlack#293348
  • terminal.ansiBrightBlue#94b8cc
  • terminal.ansiBrightCyan#add3cc
  • terminal.ansiBrightGreen#add3cc
  • terminal.ansiBrightMagenta#94b8cc
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#89a3ba
  • terminal.ansiCyan#6ab0a3
  • terminal.ansiGreen#6ab0a3
  • terminal.ansiMagenta#508aaa
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#52708b
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#414d62
string#64aeb3
constant.numeric#64aeb3
constant.language#52708b
constant.character, constant.other#52708b
variable
keyword#508aaa
storage#52708b
storage.type#6ab0a3
entity.name.class#52708bunderline
entity.other.inherited-class#52708b
entity.name.function#508aaa
variable.parameter#ffffff
entity.name.tag#6ab0a3
entity.other.attribute-name#52708b
support.function#6ab0a3
support.constant#52708b
support.type, support.class#52708b
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#64aeb3
meta.diff, meta.diff.header#414d62
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#607190
meta.property-value, support.constant.property-value, constant.other.color#64aeb3
meta.structure.dictionary.json string.quoted.double.json#52708b
meta.structure.dictionary.value.json string.quoted.double.json#64aeb3
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#6ab0a3
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6ab0a3normal
variable.other#ffffffnormal
variable.parameter.function.coffee#64aeb3
entity.name.section.markdown#52708b
punctuation.definition.heading.markdown#508aaa
markup.raw.inline.markdown#64aeb3
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#508aaa
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#508aaa
punctuation.definition.metadata.markdown#508aaa
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6ab0a3
markup.bold.markdown, markup.italic.markdown#6ab0a3
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#ffffff
entity.name.function#80f99c
variable.parameter, meta.function.parameters.python, variable.parameter.function.language.python#b1f8e2
meta.function-call.generic.python, support.function.magic.python#80f99c
entity.name.type.class.python#13edfd
variable.other.python#88fc22
string.quoted.single.python#049e87
keyword.operator.arithmetic.python, keyword.operator.assignment.python, keyword.operator.comparison.python, punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.python, punctuation.definition.dict.begin.python, punctuation.definition.dict.end.python, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.section.function.lambda.begin.python, punctuation.separator.annotation.result.python, punctuation.separator.arguments.python, punctuation.separator.colon.python, punctuation.separator.element.python, punctuation.separator.period.python#f38282
source.python#e2fcf1
string.quoted.docstring.multi.python#244853bold
meta.attribute.python#80edb5
meta.attribute.python, meta.member.access.python, meta.function-call.arguments.python, meta.function-call.python, meta.member.access.python#21bed6
entity.name.tag.yaml#2df8a0
string.quoted.docstring.multi.python#5d94a4italic
support.type.python#1a717eitalic
entity.name.function.decorator.python#7d9ea4italic
comment.line.number-sign.python#8299c2

Shiki preview

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

Loading...

Tarek Dark - Coding Theme