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#09090B
  • activityBar.foreground#787C91
  • activityBarBadge.background#77ADC1
  • activityBarBadge.foreground#09090B
  • badge.background#9CC4D3
  • badge.foreground#09090B
  • button.background#77ADC1
  • button.foreground#09090B
  • button.hoverBackground#9CC4D3
  • descriptionForeground#C1C1C1
  • diffEditor.insertedLineBackground#4EBE9626
  • diffEditor.insertedTextBackground#4EBE9626
  • diffEditor.removedLineBackground#DD6B6B4f
  • diffEditor.removedTextBackground#DD6B6B4f
  • editor.background#101114
  • editor.findMatchBackground#77ADC154
  • editor.foreground#E9E9ED
  • editor.selectionBackground#77ADC13d
  • editor.selectionHighlightBackground#FFFFFF08
  • editor.wordHighlightBackground#77ADC117
  • editor.wordHighlightStrongBackground#77ADC117
  • editorBracketHighlight.foreground1#5C6974
  • editorBracketHighlight.foreground2#6E678E
  • editorBracketHighlight.foreground3#6A7782
  • editorBracketHighlight.foreground4#6A7782
  • editorBracketHighlight.foreground5#6A7782
  • editorBracketHighlight.foreground6#6A7782
  • editorBracketHighlight.unexpectedBracket.foreground#6A7782
  • editorError.foreground#DD6B6B
  • editorGroupHeader.tabsBackground#101114
  • editorGutter.addedBackground#E9E9ED
  • editorGutter.deletedBackground#DD6B6B
  • editorGutter.modifiedBackground#77ADC1
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorHoverWidget.foreground#E9E9ED
  • editorLineNumber.activeForeground#E9E9ED
  • editorLineNumber.foreground#32333B
  • editorWarning.foreground#F9C295
  • focusBorder#FFFFFF17
  • gitDecoration.conflictingResourceForeground#DD6B6B
  • gitDecoration.deletedResourceForeground#DD6B6B
  • gitDecoration.modifiedResourceForeground#FFFFFF
  • gitDecoration.untrackedResourceForeground#FFFFFF
  • input.background#FFFFFF12
  • input.foreground#E9E9ED
  • inputOption.activeForeground#FFFFFF
  • list.activeSelectionBackground#1E1F24
  • list.activeSelectionForeground#E9E9ED
  • list.errorForeground#DD6B6B
  • list.highlightForeground#FFFFFF
  • list.hoverBackground#FFFFFF08
  • list.inactiveSelectionBackground#1E1F24
  • list.warningForeground#F9C295
  • minimap.chatEditHighlight#77ADC17a
  • minimap.errorHighlight#DD6B6B7d
  • minimap.findMatchHighlight#77ADC17a
  • minimap.selectionHighlight#77ADC17a
  • pickerGroup.foreground#C1C1C1
  • quickInput.background#2C2C31
  • quickInput.foreground#C1C1C1
  • quickInputList.focusBackground#FFFFFF17
  • quickInputList.focusForeground#FFFFFF
  • scrollbarSlider.background#34343480
  • scrollbarSlider.hoverBackground#343434
  • selection.background#5A5B63
  • settings.modifiedItemIndicator#77ADC1
  • sideBar.background#101114
  • sideBar.border#191A1F
  • sideBar.foreground#D8D9DF
  • sideBarSectionHeader.background#101114
  • sideBarSectionHeader.foreground#787C91
  • sideBarStickyScroll.border#191A1F
  • sideBarStickyScroll.shadow#191A1F
  • sideBarTitle.foreground#787C91
  • statusBar.background#101114
  • statusBar.debuggingBackground#4EBE96
  • statusBar.debuggingForeground#E9E9ED
  • statusBar.foreground#787C91
  • statusBar.noFolderBackground#101114
  • statusBarItem.remoteBackground#77ADC1
  • statusBarItem.remoteForeground#09090B
  • tab.activeBackground#101114
  • tab.activeBorder#E9E9ED70
  • tab.activeForeground#FFFFFF
  • tab.border#101114
  • tab.inactiveBackground#101114
  • terminal.ansiBlack#454658
  • terminal.ansiBlue#9CC4D3
  • terminal.ansiBrightBlack#454658
  • terminal.ansiBrightBlue#9CC4D3
  • terminal.ansiBrightCyan#9CC4D3
  • terminal.ansiBrightGreen#fbd9b2
  • terminal.ansiBrightMagenta#ecc3e4
  • terminal.ansiBrightRed#fbd9b2
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#fbd9b2
  • terminal.ansiCyan#9CC4D3
  • terminal.ansiGreen#fbd9b2
  • terminal.ansiMagenta#ecc3e4
  • terminal.ansiRed#fbd9b2
  • terminal.ansiWhite#e5e5e5
  • terminal.ansiYellow#fbd9b2
  • terminal.background#101114
  • terminal.foreground#E9E9ED
  • textLink.activeForeground#77ADC1
  • textLink.foreground#77ADC1
  • titleBar.activeBackground#101114
  • titleBar.activeForeground#7E7E7E
  • titleBar.inactiveBackground#101114
  • titleBar.inactiveForeground#6A7782

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#E9E9ED
variable.other.generic-type.haskell#8f92a3
storage.type.haskell#77ADC1
support.variable.magic.python#E9E9ED
punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python#E9E9ED
variable.parameter.function.language.special.self.python#E9E9ED
storage.modifier.lifetime.rust#E9E9ED
support.function.std.rust#f9c295
entity.name.lifetime.rust#E9E9ED
variable.language.rust#E9E9ED
support.constant.edge#8f92a3
constant.other.character-class.regexp#E9E9ED
keyword.operator.quantifier.regexp#77ADC1
punctuation.definition.string.begin,punctuation.definition.string.end#77ADC1
variable.parameter.function#E9E9ED
comment markup.link#505362
markup.changed.diff#E9E9ED
meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff#f9c295
markup.inserted.diff#77ADC1
markup.deleted.diff#E9E9ED
meta.function.c,meta.function.cpp#E9E9ED
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#E9E9ED
punctuation.separator.key-value#E9E9ED
keyword.operator.expression.import#f9c295
support.constant.math#E9E9ED
support.constant.property.math#77ADC1
variable.other.constant#E9E9ED
storage.type.annotation.java, storage.type.object.array.java#E9E9ED
source.java#E9E9ED
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#E9E9ED
meta.method.java#f9c295
storage.modifier.import.java,storage.type.java,storage.type.generic.java#E9E9ED
keyword.operator.instanceof.java#8f92a3
meta.definition.variable.name.java#E9E9ED
keyword.operator.logical#fad0ad
keyword.operator.bitwise#fad0ad
keyword.operator.channel#fad0ad
support.constant.property-value.scss,support.constant.property-value.css#77ADC1
keyword.operator.css,keyword.operator.scss,keyword.operator.less#fad0ad
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss#77ADC1
punctuation.separator.list.comma.css#E9E9ED
support.constant.color.w3c-standard-color-name.css#77ADC1
support.type.vendored.property-name.css#fad0ad
support.module.node,support.type.object.module,support.module.node#E9E9ED
entity.name.type.module#E9E9ED
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#E9E9ED
support.constant.json#77ADC1
keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional, keyword.operator.expression.keyof#8f92a3
support.type.object.console#E9E9ED
support.variable.property.process#77ADC1
entity.name.function,support.function.console#f9c295
keyword.operator.misc.rust#E9E9ED
keyword.operator.sigil.rust#8f92a3
keyword.operator.delete#8f92a3
support.type.object.dom#fad0ad
support.variable.dom,support.variable.property.dom#E9E9ED
keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational#fad0ad
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#8f92a3
punctuation.separator.delimiter#E9E9ED
punctuation.separator.c,punctuation.separator.cpp#8f92a3
support.type.posix-reserved.c,support.type.posix-reserved.cpp#fad0ad
keyword.operator.sizeof.c,keyword.operator.sizeof.cpp#8f92a3
variable.parameter.function.language.python#77ADC1
support.type.python#fad0ad
keyword.operator.logical.python#8f92a3
variable.parameter.function.python#77ADC1
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python#E9E9ED
meta.function-call.generic.python#f9c295
constant.character.format.placeholder.other.python#77ADC1
keyword.operator#E9E9ED
keyword.operator.assignment.compound#8f92a3
keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts#fad0ad
keyword#8f92a3
entity.name.namespace#E9E9ED
variable#E9E9ED
variable.c#E9E9ED
variable.language#E9E9ED
token.variable.parameter.java#E9E9ED
import.storage.java#E9E9ED
token.package.keyword#8f92a3
token.package#E9E9ED
entity.name.function, meta.require, support.function.any-method, variable.function#f9c295
entity.name.type.namespace#E9E9ED
support.class, entity.name.type.class#E9E9ED
entity.name.class.identifier.namespace.type#E9E9ED
entity.name.class, variable.other.class.js, variable.other.class.ts#E9E9ED
variable.other.class.php#E9E9ED
entity.name.type#E9E9ED
keyword.control#8f92a3
control.elements, keyword.operator.less#77ADC1
keyword.other.special-method#f9c295
storage#8f92a3
token.storage#8f92a3
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#8f92a3
token.storage.type.java#E9E9ED
support.function#fad0ad
support.type.property-name#E9E9ED
support.constant.property-value#E9E9ED
support.constant.font-name#77ADC1
meta.tag#E9E9ED
string#77ADC1
entity.other.inherited-class#E9E9ED
constant.other.symbol#fad0ad
constant.numeric#77ADC1
constant#77ADC1
punctuation.definition.constant#77ADC1
entity.name.tag#E9E9ED
entity.other.attribute-name#77ADC1
entity.other.attribute-name.id#f9c295
entity.other.attribute-name.class.css#77ADC1
meta.selector#8f92a3
markup.heading#E9E9ED
markup.heading punctuation.definition.heading, entity.name.section#f9c295
keyword.other.unit#E9E9ED
markup.bold,todo.bold#77ADC1
punctuation.definition.bold#E9E9ED
markup.italic, punctuation.definition.italic,todo.emphasis#8f92a3
emphasis md#8f92a3
entity.name.section.markdown#E9E9ED
punctuation.definition.heading.markdown#E9E9ED
punctuation.definition.list.begin.markdown#E9E9ED
markup.heading.setext#E9E9ED
punctuation.definition.bold.markdown#77ADC1
markup.inline.raw.markdown#77ADC1
markup.inline.raw.string.markdown#77ADC1
punctuation.definition.list.markdown#E9E9ED
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#E9E9ED
beginning.punctuation.definition.list.markdown#E9E9ED
punctuation.definition.metadata.markdown#E9E9ED
markup.underline.link.markdown,markup.underline.link.image.markdown#8f92a3
string.other.link.title.markdown,string.other.link.description.markdown#f9c295
string.regexp#fad0ad
constant.character.escape#fad0ad
punctuation.section.embedded, variable.interpolation#E9E9ED
punctuation.section.embedded.begin,punctuation.section.embedded.end#8f92a3
invalid.illegal#FFFFFF
invalid.illegal.bad-ampersand.html#E9E9ED
invalid.broken#FFFFFF
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF
source.json meta.structure.dictionary.json > string.quoted.json#E9E9ED
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#E9E9ED
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#77ADC1
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#fad0ad
support.type.property-name.json#E9E9ED
support.type.property-name.json punctuation#E9E9ED
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#8f92a3
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#8f92a3
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#E9E9ED
keyword.operator.error-control.php#8f92a3
keyword.operator.type.php#8f92a3
punctuation.section.array.begin.php#E9E9ED
punctuation.section.array.end.php#E9E9ED
invalid.illegal.non-null-typehinted.php#f44747
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#E9E9ED
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#f9c295
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#E9E9ED
support.constant.core.rust#77ADC1
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#77ADC1
entity.name.goto-label.php,support.other.php#f9c295
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#fad0ad
keyword.operator.regexp.php#8f92a3
keyword.operator.comparison.php#fad0ad
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#8f92a3
meta.function.decorator.python#f9c295
support.token.decorator.python,meta.function.decorator.identifier.python#fad0ad
function.parameter#E9E9ED
function.brace#E9E9ED
function.parameter.ruby, function.parameter.cs#E9E9ED
constant.language.symbol.ruby#fad0ad
rgb-value#fad0ad
inline-color-decoration rgb-value#77ADC1
less rgb-value#77ADC1
selector.sass#E9E9ED
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#E9E9ED
block.scope.end,block.scope.begin#E9E9ED
storage.type.cs#E9E9ED
entity.name.variable.local.cs#E9E9ED
token.info-token#f9c295
token.warn-token#77ADC1
token.error-token#DD6B6B
token.debug-token#8f92a3
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#8f92a3
meta.template.expression#E9E9ED
keyword.operator.module#8f92a3
support.type.type.flowtype#f9c295
support.type.primitive#E9E9ED
meta.property.object#E9E9ED
variable.parameter.function.js#E9E9ED
keyword.other.template.begin#77ADC1
keyword.other.template.end#77ADC1
keyword.other.substitution.begin#77ADC1
keyword.other.substitution.end#77ADC1
keyword.operator.assignment#fad0ad
keyword.operator.assignment.go#E9E9ED
keyword.operator.arithmetic.go, keyword.operator.address.go#8f92a3
entity.name.package.go#E9E9ED
support.type.prelude.elm#fad0ad
support.constant.elm#77ADC1
punctuation.quasi.element#8f92a3
constant.character.entity#E9E9ED
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#fad0ad
entity.global.clojure#E9E9ED
meta.symbol.clojure#E9E9ED
constant.keyword.clojure#fad0ad
meta.arguments.coffee, variable.parameter.function.coffee#E9E9ED
source.ini#77ADC1
meta.scope.prerequisites.makefile#E9E9ED
source.makefile#E9E9ED
storage.modifier.import.groovy#E9E9ED
meta.method.groovy#f9c295
meta.definition.variable.name.groovy#E9E9ED
meta.definition.class.inherited.classes.groovy#77ADC1
support.variable.semantic.hlsl#E9E9ED
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#8f92a3
text.variable, text.bracketed#E9E9ED
support.type.swift, support.type.vb.asp#E9E9ED
entity.name.function.xi#E9E9ED
entity.name.class.xi#fad0ad
constant.character.character-class.regexp.xi#E9E9ED
constant.regexp.xi#8f92a3
keyword.control.xi#fad0ad
invalid.xi#E9E9ED
beginning.punctuation.definition.quote.markdown.xi#77ADC1
beginning.punctuation.definition.list.markdown.xi#505362
constant.character.xi#f9c295
accent.xi#f9c295
wikiword.xi#77ADC1
constant.other.color.rgb-value.xi#FFFFFF
punctuation.definition.tag.xi#505362
entity.name.label.cs, entity.name.scope-resolution.function.call, entity.name.scope-resolution.function.definition#E9E9ED
entity.name.label.cs, markup.heading.setext.1.markdown, markup.heading.setext.2.markdown#E9E9ED
meta.brace.square#E9E9ED
comment, punctuation.definition.comment#505362italic
markup.quote.markdown#505362
punctuation.definition.block.sequence.item.yaml#E9E9ED
constant.language.symbol.elixir#fad0ad
comment.line.double-slash,comment.block.documentationitalic
markup.italic.markdownitalic
entity.other.attribute-name, meta.property-list.scss, meta.attribute-selector.scss, meta.property-value.css, entity.other.keyframe-offset.css, meta.selector.css, entity.name.tag.reference.scss, entity.name.tag.nesting.css, punctuation.separator.key-value.css#f9c295
Riviera theme by Las - VS Code Theme