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#000000
  • activityBar.foreground#ff2592
  • activityBarBadge.background#d31b77
  • activityBarBadge.foreground#ffffff
  • button.background#087eb4
  • button.foreground#ffffff
  • button.hoverBackground#008dce
  • descriptionForeground#ffffff
  • editor.background#000000
  • editor.findMatchBackground#003496
  • editor.findMatchHighlightBackground#001288da
  • editor.foreground#fdfeff
  • editor.hoverHighlightBackground#004696
  • editor.lineHighlightBackground#1c1347
  • editor.selectionBackground#310072
  • editor.selectionHighlightBackground#35008b
  • editor.wordHighlightBackground#47008ad5
  • editor.wordHighlightStrongBackground#440083d5
  • editorCursor.foreground#ee0077
  • editorError.foreground#ff0000
  • editorGroup.dropBackground#03153b
  • editorGroupHeader.noTabsBackground#03163f
  • editorGroupHeader.tabsBackground#000000
  • editorHoverWidget.background#222858
  • editorHoverWidget.border#2d324e
  • editorIndentGuide.activeBackground#103483
  • editorIndentGuide.background#000000
  • editorInfo.foreground#af21e7
  • editorLineNumber.activeForeground#47a1fa
  • editorLineNumber.foreground#ee0077
  • editorRuler.foreground#11215e
  • editorWarning.foreground#fad46d
  • editorWidget.background#04112c
  • editorWidget.border#030f27
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#ec0076
  • gitDecoration.deletedResourceForeground#d800ca
  • gitDecoration.ignoredResourceForeground#1183b8
  • gitDecoration.modifiedResourceForeground#fdd81d
  • gitDecoration.untrackedResourceForeground#0097fc
  • input.background#0d0931
  • input.border#150f53
  • input.placeholderForeground#f3f3f3
  • inputOption.activeBorder#ffd400
  • list.activeSelectionBackground#073170
  • list.activeSelectionForeground#ffffff
  • list.dropBackground#063475
  • list.errorForeground#b60672
  • list.focusBackground#06306e
  • list.hoverBackground#0a2f66
  • list.inactiveSelectionBackground#161130
  • list.warningForeground#992293
  • panel.background#0e0952
  • panel.border#181657
  • panelTitle.activeBorder#ff2592
  • panelTitle.activeForeground#ff2592
  • panelTitle.inactiveForeground#d600dd
  • peekView.border#ffd400
  • peekViewEditor.background#1971f770
  • peekViewEditor.matchHighlightBackground#120961
  • peekViewEditor.matchHighlightBorder#34006e
  • peekViewResult.background#1a1079
  • peekViewResult.selectionBackground#ffd400
  • peekViewTitle.background#372dc9
  • peekViewTitleDescription.foreground#348bee
  • progressBar.background#fa0dea
  • scrollbar.shadow#ff25ed57
  • scrollbarSlider.activeBackground#ff29944f
  • scrollbarSlider.background#fc309654
  • scrollbarSlider.hoverBackground#ee0077
  • sideBar.background#000000
  • sideBarSectionHeader.background#04112e
  • sideBarSectionHeader.foreground#1f9aff
  • statusBar.background#0a0631
  • statusBar.debuggingBackground#0a0631
  • statusBar.debuggingForeground#4d8bee
  • statusBar.foreground#4d8bee
  • statusBar.noFolderBackground#0a0631
  • statusBar.noFolderForeground#4d8bee
  • tab.activeBackground#1d1641
  • tab.activeForeground#f9faff
  • tab.border#171033
  • tab.inactiveBackground#141138
  • tab.inactiveForeground#3e8efd
  • terminal.ansiBlack#3a1b75
  • terminal.ansiBlue#3787d6
  • terminal.ansiBrightBlack#5c6d751a
  • terminal.ansiBrightBlue#5994CE
  • terminal.ansiBrightCyan#4bc5fa
  • terminal.ansiBrightGreen#3dd69c
  • terminal.ansiBrightMagenta#EA00D9
  • terminal.ansiBrightRed#ff0000
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffd400
  • terminal.ansiCyan#0ab2fa
  • terminal.ansiGreen#06ad00
  • terminal.ansiMagenta#EA00D9
  • terminal.ansiRed#ff0000
  • terminal.ansiWhite#f2f8ff
  • terminal.ansiYellow#ffd400
  • terminal.background#000000
  • terminal.foreground#faeaea
  • titleBar.activeBackground#0b082e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison#ff009b
variable.other.generic-type.haskell#c500ff
storage.type.haskell#ff7c00
support.variable.magic.python#ff009b
punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python#ffffff
variable.parameter.function.language.special.self.python#ffa600
storage.modifier.lifetime.rust#ffffff
support.function.std.rust#008cff
entity.name.lifetime.rust#ffa600
variable.language.rust#ff009b
support.constant.edge#c500ff
constant.other.character-class.regexp#ff009b
keyword.operator.quantifier.regexp#ff7c00
punctuation.definition.string.begin,punctuation.definition.string.end#6bff00
variable.parameter.function#ffffff
comment markup.link#5c5c5c
markup.changed.diff#ffa600
meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff#008cff
markup.inserted.diff#6bff00
markup.deleted.diff#ff009b
meta.function.c,meta.function.cpp#ff009b
punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c#ffffff
punctuation.separator.key-value#ffffff
keyword.operator.expression.import#008cff
support.constant.math#ffa600
support.constant.property.math#ff7c00
variable.other.constant#ffa600
storage.type.annotation.java, storage.type.object.array.java#ffa600
source.java#ff009b
punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java#ffffff
meta.method.java#008cff
storage.modifier.import.java,storage.type.java,storage.type.generic.java#ffa600
keyword.operator.instanceof.java#c500ff
meta.definition.variable.name.java#ff009b
keyword.operator.logical#00e3ff
keyword.operator.bitwise#00e3ff
keyword.operator.channel#00e3ff
support.constant.property-value.scss,support.constant.property-value.css#ff7c00
keyword.operator.css,keyword.operator.scss,keyword.operator.less#00e3ff
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss#ff7c00
punctuation.separator.list.comma.css#ffffff
support.constant.color.w3c-standard-color-name.css#ff7c00
support.type.vendored.property-name.css#00e3ff
support.module.node,support.type.object.module,support.module.node#ffa600
entity.name.type.module#ffa600
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#ff009b
support.constant.json#ff7c00
keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof#c500ff
support.type.object.console#ff009b
support.variable.property.process#ff7c00
entity.name.function,support.function.console#008cff
keyword.operator.misc.rust#ffffff
keyword.operator.sigil.rust#c500ff
keyword.operator.delete#c500ff
support.type.object.dom#00e3ff
support.variable.dom,support.variable.property.dom#ff009b
keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational#00e3ff
keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp#c500ff
punctuation.separator.delimiter#ffffff
punctuation.separator.c,punctuation.separator.cpp#c500ff
support.type.posix-reserved.c,support.type.posix-reserved.cpp#00e3ff
keyword.operator.sizeof.c,keyword.operator.sizeof.cpp#c500ff
variable.parameter.function.language.python#ff7c00
support.type.python#00e3ff
keyword.operator.logical.python#c500ff
variable.parameter.function.python#ff7c00
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python#ffffff
meta.function-call.generic.python#008cff
constant.character.format.placeholder.other.python#ff7c00
keyword.operator#ffffff
keyword.operator.assignment.compound#c500ff
keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts#00e3ff
keyword#c500ff
entity.name.namespace#ffa600
variable#ff009b
variable.c#ffffff
variable.language#ffa600
token.variable.parameter.java#ffffff
import.storage.java#ffa600
token.package.keyword#c500ff
token.package#ffffff
entity.name.function, meta.require, support.function.any-method, variable.function#008cff
entity.name.type.namespace#ffa600
support.class, entity.name.type.class#ffa600
entity.name.class.identifier.namespace.type#ffa600
entity.name.class, variable.other.class.js, variable.other.class.ts#ffa600
variable.other.class.php#ff009b
entity.name.type#ffa600
keyword.control#c500ff
control.elements, keyword.operator.less#ff7c00
keyword.other.special-method#008cff
storage#c500ff
token.storage#c500ff
keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void#c500ff
token.storage.type.java#ffa600
support.function#00e3ff
support.type.property-name#ffffff
support.constant.property-value#ffffff
support.constant.font-name#ff7c00
meta.tag#ffffff
string#6bff00
entity.other.inherited-class#ffa600
constant.other.symbol#00e3ff
constant.numeric#ff7c00
constant#ff7c00
punctuation.definition.constant#ff7c00
entity.name.tag#ff009b
entity.other.attribute-name#ff7c00
entity.other.attribute-name.id#008cff
entity.other.attribute-name.class.css#ff7c00
meta.selector#c500ff
markup.heading#ff009b
markup.heading punctuation.definition.heading, entity.name.section#008cff
keyword.other.unit#ff009b
markup.bold,todo.bold#ff7c00
punctuation.definition.bold#ffa600
markup.italic, punctuation.definition.italic,todo.emphasis#c500ff
emphasis md#c500ff
entity.name.section.markdown#ff009b
punctuation.definition.heading.markdown#ff009b
punctuation.definition.list.begin.markdown#ff009b
markup.heading.setext#ffffff
punctuation.definition.bold.markdown#ff7c00
markup.inline.raw.markdown#6bff00
markup.inline.raw.string.markdown#6bff00
punctuation.definition.list.markdown#ff009b
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#ff009b
beginning.punctuation.definition.list.markdown#ff009b
punctuation.definition.metadata.markdown#ff009b
markup.underline.link.markdown,markup.underline.link.image.markdown#c500ff
string.other.link.title.markdown,string.other.link.description.markdown#008cff
string.regexp#00e3ff
constant.character.escape#00e3ff
punctuation.section.embedded, variable.interpolation#ff009b
punctuation.section.embedded.begin,punctuation.section.embedded.end#c500ff
invalid.illegal#ffffff
invalid.illegal.bad-ampersand.html#ffffff
invalid.broken#ffffff
invalid.deprecated#ffffff
invalid.unimplemented#ffffff
source.json meta.structure.dictionary.json > string.quoted.json#ff009b
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#ff009b
source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation#6bff00
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#00e3ff
support.type.property-name.json#ff009b
support.type.property-name.json punctuation#ff009b
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#c500ff
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#c500ff
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#ffa600
keyword.operator.error-control.php#c500ff
keyword.operator.type.php#c500ff
punctuation.section.array.begin.php#ffffff
punctuation.section.array.end.php#ffffff
invalid.illegal.non-null-typehinted.php#f44747
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#ffa600
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#008cff
punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php#ffffff
support.constant.core.rust#ff7c00
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#ff7c00
entity.name.goto-label.php,support.other.php#008cff
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#00e3ff
keyword.operator.regexp.php#c500ff
keyword.operator.comparison.php#00e3ff
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#c500ff
meta.function.decorator.python#008cff
support.token.decorator.python,meta.function.decorator.identifier.python#00e3ff
function.parameter#ffffff
function.brace#ffffff
function.parameter.ruby, function.parameter.cs#ffffff
constant.language.symbol.ruby#00e3ff
rgb-value#00e3ff
inline-color-decoration rgb-value#ff7c00
less rgb-value#ff7c00
selector.sass#ff009b
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#ffa600
block.scope.end,block.scope.begin#ffffff
storage.type.cs#ffa600
entity.name.variable.local.cs#ff009b
token.info-token#008cff
token.warn-token#ff7c00
token.error-token#f44747
token.debug-token#c500ff
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#c500ff
meta.template.expression#ffffff
keyword.operator.module#c500ff
support.type.type.flowtype#008cff
support.type.primitive#ffa600
meta.property.object#ff009b
variable.parameter.function.js#ff009b
keyword.other.template.begin#6bff00
keyword.other.template.end#6bff00
keyword.other.substitution.begin#6bff00
keyword.other.substitution.end#6bff00
keyword.operator.assignment#00e3ff
keyword.operator.assignment.go#ffa600
keyword.operator.arithmetic.go, keyword.operator.address.go#c500ff
entity.name.package.go#ffa600
support.type.prelude.elm#00e3ff
support.constant.elm#ff7c00
punctuation.quasi.element#c500ff
constant.character.entity#ff009b
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#00e3ff
entity.global.clojure#ffa600
meta.symbol.clojure#ff009b
constant.keyword.clojure#00e3ff
meta.arguments.coffee, variable.parameter.function.coffee#ff009b
source.ini#6bff00
meta.scope.prerequisites.makefile#ff009b
source.makefile#ffa600
storage.modifier.import.groovy#ffa600
meta.method.groovy#008cff
meta.definition.variable.name.groovy#ff009b
meta.definition.class.inherited.classes.groovy#6bff00
support.variable.semantic.hlsl#ffa600
support.type.texture.hlsl, support.type.sampler.hlsl, support.type.object.hlsl, support.type.object.rw.hlsl, support.type.fx.hlsl, support.type.object.hlsl#c500ff
text.variable, text.bracketed#ff009b
support.type.swift, support.type.vb.asp#ffa600
entity.name.function.xi#ffa600
entity.name.class.xi#00e3ff
constant.character.character-class.regexp.xi#ff009b
constant.regexp.xi#c500ff
keyword.control.xi#00e3ff
invalid.xi#ffffff
beginning.punctuation.definition.quote.markdown.xi#6bff00
beginning.punctuation.definition.list.markdown.xi#5c5c5c
constant.character.xi#008cff
accent.xi#008cff
wikiword.xi#ff7c00
constant.other.color.rgb-value.xi#ffffff
punctuation.definition.tag.xi#5c5c5c
entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition#ffa600
entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown#ff009b
meta.brace.square#ffffff
comment, punctuation.definition.comment#5c5c5citalic
markup.quote.markdown#5c5c5c
punctuation.definition.block.sequence.item.yaml#ffffff
constant.language.symbol.elixir#00e3ff
entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.superitalic
comment.line.double-slash,comment.block.documentationitalic
keyword.control.import.python,keyword.control.flow.pythonitalic
markup.italic.markdownitalic
Nakameh by Henoch Noah - VS Code Theme