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#101010
  • activityBar.foreground#a0a0a0
  • activityBarBadge.background#ffc799
  • activityBarBadge.foreground#000000
  • badge.background#ffc799
  • badge.foreground#000000
  • button.background#ffc799
  • button.foreground#000000
  • button.hoverBackground#ffcfa8
  • diffEditor.insertedLineBackground#99ffe415
  • diffEditor.insertedTextBackground#99ffe415
  • diffEditor.removedLineBackground#ff808015
  • diffEditor.removedTextBackground#ff808015
  • editor.background#101010
  • editor.foreground#ffffff
  • editor.selectionBackground#ffffff25
  • editor.selectionHighlightBackground#ffffff25
  • editorBracketHighlight.foreground1#a0a0a0
  • editorBracketHighlight.foreground2#a0a0a0
  • editorBracketHighlight.foreground3#a0a0a0
  • editorBracketHighlight.foreground4#a0a0a0
  • editorBracketHighlight.foreground5#a0a0a0
  • editorBracketHighlight.foreground6#a0a0a0
  • editorBracketHighlight.unexpectedBracket.foreground#ff8080
  • editorError.foreground#ff8080
  • editorGroupHeader.tabsBackground#101010
  • editorGutter.addedBackground#99ffe4
  • editorGutter.deletedBackground#ff8080
  • editorGutter.modifiedBackground#ffc799
  • editorHoverWidget.background#161616
  • editorHoverWidget.border#282828
  • editorInlayHint.background#1c1c1c
  • editorInlayHint.foreground#a0a0a0
  • editorLineNumber.foreground#505050
  • editorOverviewRuler.border#101010
  • editorWarning.foreground#ffc799
  • editorWidget.background#101010
  • focusBorder#AC8A8C
  • icon.foreground#a0a0a0
  • input.background#1c1c1c
  • list.activeSelectionBackground#232323
  • list.activeSelectionForeground#8AACAB
  • list.errorForeground#ff8080
  • list.focusOutline#101010
  • list.highlightForeground#ffc799
  • list.hoverBackground#282828
  • list.inactiveSelectionBackground#232323
  • scrollbarSlider.background#34343480
  • scrollbarSlider.hoverBackground#343434
  • selection.background#666666
  • settings.modifiedItemIndicator#ffc799
  • sideBar.background#101010
  • sideBarSectionHeader.background#101010
  • sideBarSectionHeader.foreground#a0a0a0
  • sideBarTitle.foreground#a0a0a0
  • statusBar.background#101010
  • statusBar.debuggingBackground#ff7300
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#a0a0a0
  • statusBarItem.remoteBackground#AC8A8C
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#161616
  • tab.border#101010
  • tab.inactiveBackground#101010
  • textLink.activeForeground#ffcfa8
  • textLink.foreground#ffc799
  • titleBar.activeBackground#101010
  • titleBar.activeForeground#7e7e7e
  • titleBar.inactiveBackground#101010
  • titleBar.inactiveForeground#707070

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