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.activeBackground#171B26
  • activityBar.activeBorder#FF5370
  • activityBar.background#0F121A
  • activityBar.foreground#FFDC8C
  • activityBar.inactiveForeground#F0EAE5
  • activityBarBadge.background#3A4666
  • activityBarBadge.foreground#F0EAE5
  • badge.background#3A4666
  • badge.foreground#F0EAE5
  • breadcrumb.background#0F121A
  • breadcrumbPicker.background#0F121A
  • button.background#3A4666
  • button.border#3A4666
  • button.foreground#F0EAE5
  • button.hoverBackground#3A4666
  • button.secondaryBackground#3A4666
  • button.secondaryForeground#F0EAE5
  • editor.background#171B26
  • editor.findMatchBackground#363E58
  • editor.findMatchHighlightBackground#363E58
  • editor.foreground#F0EAE5
  • editor.lineHighlightBackground#1F2433
  • editor.lineHighlightBorder#1F2433
  • editor.selectionBackground#363E58
  • editor.selectionHighlightBackground#363E58
  • editorBracketHighlight.foreground1#F0EAE5
  • editorBracketHighlight.foreground2#F0EAE5
  • editorBracketHighlight.foreground3#F0EAE5
  • editorBracketHighlight.foreground4#F0EAE5
  • editorBracketHighlight.foreground5#F0EAE5
  • editorBracketHighlight.foreground6#F0EAE5
  • editorBracketHighlight.unexpectedBracket.foreground#8A280E
  • editorCursor.background#F0EAE5
  • editorCursor.foreground#F0EAE5
  • editorGroupHeader.tabsBackground#0F121A
  • editorLineNumber.foreground#3A4666
  • editorLink.activeForeground#B693CA
  • editorWidget.background#0F121A
  • editorWidgetBorder#0F121A
  • gitlens.closedAutolinkedIssueIconColor#F0EAE5
  • gitlens.closedPullRequestIconColor#F0EAE5
  • gitlens.mergedPullRequestIconColor#F0EAE5
  • gitlens.openAutolinkedIssueIconColor#F0EAE5
  • gitlens.openPullRequestIconColor#F0EAE5
  • gitlens.unpublishedChangesIconColor#F0EAE5
  • gitlens.unpublishedCommitIconColor#F0EAE5
  • gitlens.unpulledChangesIconColor#F0EAE5
  • input.background#171B26
  • input.border#171B26
  • input.foreground#F0EAE5
  • input.placeholderForeground#F0EAE5
  • inputOption.activeBackground#3A4666
  • inputOption.activeBorder#3A4666
  • inputOption.activeForeground#F0EAE5
  • inputOption.hoverBackground#0F121A
  • keybindingLabel.background#3A4666
  • keybindingLabel.border#3A4666
  • keybindingLabel.bottomBorder#3A4666
  • keybindingLabel.foreground#F0EAE5
  • list.activeSelectionBackground#171B26
  • list.dropBackground#171B26
  • list.hoverBackground#171B26
  • list.inactiveSelectionBackground#171B26
  • listFilterWidget.background#3A4666
  • listFilterWidget.noMatchesOutline#FF5370
  • listFilterWidget.outline#F0EAE5
  • menu.background#0F121A
  • menu.border#0F121A
  • minimap.background#0F121A
  • minimap.findMatchHighlight#363E58
  • notifications.background#0F121A
  • notifications.border#0F121A
  • notifications.foreground#F0EAE5
  • peekViewEditor.background#171B26
  • peekViewEditorGutter.background#171B26
  • progressBar.background#FF5370
  • quickInput.background#0F121A
  • quickInput.foreground#F0EAE5
  • quickInputList.focusForeground#F0EAE5
  • quickInputList.focusIconForeground#F0EAE5
  • scrollbarSlider.activeBackground#3A4666
  • scrollbarSlider.background#3A4666
  • scrollbarSlider.hoverBackground#3A4666
  • sideBar.background#0F121A
  • sideBar.foreground#F0EAE5
  • sideBarSectionHeader.background#171B26
  • sideBarSectionHeader.foreground#FF5370
  • sideBarTitle.foreground#3A4666
  • statusBar.background#0F121A
  • statusBar.debuggingBackground#FF5370
  • statusBar.debuggingForeground#F0EAE5
  • statusBar.foreground#F0EAE5
  • statusBar.noFolderBackground#B693CA
  • tab.activeBackground#0F121A
  • tab.activeBorder#FF5370
  • tab.border#0F121A
  • tab.inactiveBackground#0F121A
  • terminal.ansiBlack#0F121A
  • terminal.ansiBlue#3A4666
  • terminal.ansiBrightBlack#171B26
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#82AAFF
  • terminal.ansiBrightGreen#BBFF8C
  • terminal.ansiBrightMagenta#B693CA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#F0EAE5
  • terminal.ansiBrightYellow#FFDC8C
  • terminal.ansiCyan#3A4666
  • terminal.ansiGreen#BBFF8C
  • terminal.ansiMagenta#B693CA
  • terminal.ansiRed#8A280E
  • terminal.ansiWhite#F0EAE5
  • terminal.ansiYellow#FFDC8C
  • terminal.background#171B26
  • terminal.foreground#F0EAE5
  • titleBar.activeBackground#0F121A
  • titleBar.activeForeground#F0EAE5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
emphasis
strongbold
header#B693CA
meta.diff, meta.diff.header
markup.inserted
markup.deleted
markup.changed
invalidunderline italic
invalid.deprecatedunderline italic
entity.name.filename
markup.error
markup.underlineunderline
markup.boldbold
markup.heading#567ECCbold
markup.italicitalic
beginning.punctuation.definition.list.markdown, beginning.punctuation.definition.quote.markdown, punctuation.definition.link.restructuredtext
markup.inline.raw, markup.raw.restructuredtext#BBFF8C
markup.underline.link, markup.underline.link.image
meta.link.reference.def.restructuredtext, punctuation.definition.directive.restructuredtext, string.other.link.description, string.other.link.title#FF5370
entity.name.directive.restructuredtext, markup.quote#FFDC8Citalic
meta.separator.markdown#495880
fenced_code.block.language, markup.raw.inner.restructuredtext, markup.fenced_code.block.markdown punctuation.definition.markdown#BBFF8C
punctuation.definition.constant.restructuredtext#B693CA
markup.heading.markdown punctuation.definition.string.begin, markup.heading.markdown punctuation.definition.string.end#B693CA
meta.paragraph.markdown punctuation.definition.string.begin, meta.paragraph.markdown punctuation.definition.string.end#F0EAE5
markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin, markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end#FFDC8C
entity.name.type.class, entity.name.class#FF5370normal
keyword.expressions-and-types.swift, keyword.other.this, variable.language, variable.language punctuation.definition.variable.php, variable.other.readwrite.instance.ruby, variable.parameter.function.language.special#B693CAnormal
entity.other.inherited-class#567ECCnormal
comment, punctuation.definition.comment, unused.comment, wildcard.comment#495880
comment.keyword.codetag.notation, comment.block.documentation keyword, comment.block.documentation storage.type.class
comment.block.documentation entity.name.type
comment.block.documentation entity.name.type punctuation.definition.bracket
comment.block.documentation variable
constant, variable.other.constant#567ECC
constant.character.escape, constant.character.string.escape, constant.regexp#B693CA
entity.name.tag#B693CA
entity.other.attribute-name.parent-selector
entity.other.attribute-name#FF5370
entity.name.function, meta.function-call, meta.function-call.object, meta.function-call.php, meta.function-call.static, meta.method-call.java meta.method, meta.method.groovy, support.function.any-method.lua, keyword.operator.function.infix#FF5370
entity.name.variable.parameter, meta.at-rule.function variable, meta.at-rule.mixin variable, meta.function.arguments variable.other.php, meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql, variable.parameter#567ECC
meta.decorator variable.other.readwrite, meta.decorator variable.other.property#82AAFF
meta.decorator variable.other.object#82AAFF
keyword, punctuation.definition.keyword#B693CA
keyword.function#BBFF8C
keyword.operator#F0EAE5
keyword.control.new, keyword.operator.new
meta.selector
support
support.function.magic, support.variable, variable.other.predefined#BBFF8Cregular
support.function, support.type.property-name#FF5370regular
constant.other.symbol.hashkey punctuation.definition.constant.ruby, entity.other.attribute-name.placeholder punctuation, entity.other.attribute-name.pseudo-class punctuation, entity.other.attribute-name.pseudo-element punctuation, meta.group.double.toml, meta.group.toml, meta.object-binding-pattern-variable punctuation.destructuring, punctuation.colon.graphql, punctuation.definition.block.scalar.folded.yaml, punctuation.definition.block.scalar.literal.yaml, punctuation.definition.block.sequence.item.yaml, punctuation.definition.entity.other.inherited-class, punctuation.function.swift, punctuation.separator.dictionary.key-value, punctuation.separator.hash, punctuation.separator.inheritance, punctuation.separator.key-value, punctuation.separator.key-value.mapping.yaml, punctuation.separator.namespace, punctuation.separator.pointer-access, punctuation.separator.slice, string.unquoted.heredoc punctuation.definition.string, support.other.chomping-indicator.yaml, punctuation.separator.annotation#F0EAE5
keyword.operator.other.powershell, keyword.other.statement-separator.powershell, meta.brace.round, meta.function-call punctuation, punctuation.definition.arguments.begin, punctuation.definition.arguments.end, punctuation.definition.entity.begin, punctuation.definition.entity.end, punctuation.definition.tag.cs, punctuation.definition.type.begin, punctuation.definition.type.end, punctuation.section.scope.begin, punctuation.section.scope.end, punctuation.terminator.expression.php, storage.type.generic.java, string.template meta.brace, string.template punctuation.accessor#F0EAE5
meta.string-contents.quoted.double punctuation.definition.variable, punctuation.definition.interpolation.begin, punctuation.definition.interpolation.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded.begin, punctuation.section.embedded.coffee, punctuation.section.embedded.end, punctuation.section.embedded.end source.php, punctuation.section.embedded.end source.ruby, punctuation.definition.variable.makefile#F0EAE5
entity.name.function.target.makefile, entity.name.section.toml, entity.name.tag.yaml, variable.other.key.toml
constant.other.date, constant.other.timestamp#BBFF8C
variable.other.alias.yaml#BBFF8C
storage, meta.implementation storage.type.objc, meta.interface-or-protocol storage.type.objc, source.groovy storage.type.def#FFDC8Cregular
keyword.primitive-datatypes.swift, meta.protocol-list.objc, meta.return-type.objc, source.go storage.type, source.groovy storage.type, source.java storage.type, source.powershell entity.other.attribute-name, storage.class.std.rust, storage.type.attribute.swift, storage.type.c, storage.type.core.rust, storage.type.cs, storage.type.groovy, storage.type.objc, storage.type.php, storage.type.haskell, storage.type.ocaml#FFDC8C
entity.name.type#FF5370
entity.name.type.type-parameter, meta.indexer.mappedtype.declaration entity.name.type, meta.type.parameters entity.name.type#FF5370
storage.modifier#FFDC8C
string.regexp, constant.other.character-class.set.regexp, constant.character.escape.backslash.regexp
punctuation.definition.group.capture.regexp
string.regexp punctuation.definition.string.begin, string.regexp punctuation.definition.string.end
punctuation.definition.character-class.regexp
punctuation.definition.group.regexp
punctuation.definition.group.assertion.regexp, keyword.operator.negation.regexp
meta.assertion.look-ahead.regexp
string#567ECC
string.quoted.docstring.multi, string.quoted.docstring.multi.python punctuation.definition.string.begin, string.quoted.docstring.multi.python punctuation.definition.string.end, string.quoted.docstring.multi.python constant.character.escape#495880
variable, constant.other.key.perl, support.variable.property, variable.other.constant.js, variable.other.constant.ts, variable.other.constant.tsx#F0EAE5
meta.import variable.other.readwrite, meta.variable.assignment.destructured.object.coffee variable
meta.import variable.other.readwrite.alias, meta.export variable.other.readwrite.alias, meta.variable.assignment.destructured.object.coffee variable variable#F0EAE5normal

Shiki preview

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

Loading...

The Batman Theme by devzaidi - VS Code Theme