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.background#282c34
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#E27455
  • activityBarBadge.foreground#f8fafd
  • badge.background#282c34
  • button.background#404754
  • debugToolBar.background#21252b
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#21252b
  • dropdown.border#21252b
  • editor.background#282c34
  • editor.findMatchBackground#42557b
  • editor.findMatchBorder#457dff
  • editor.findMatchHighlightBackground#314365
  • editor.foreground#9CDAFB
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#67769660
  • editor.selectionHighlightBackground#ffffff10
  • editor.selectionHighlightBorder#ddd
  • editor.wordHighlightBackground#484e5b
  • editor.wordHighlightBorder#7f848e
  • editor.wordHighlightStrongBackground#9CDAFB26
  • editor.wordHighlightStrongBorder#7f848e
  • editorBracketMatch.background#515a6b
  • editorBracketMatch.border#515a6b
  • editorCursor.background#ffffffc9
  • editorCursor.foreground#46E8CC
  • editorError.foreground#c24038
  • editorGroup.border#181a1f
  • editorGroup.emptyBackground#181a1f
  • editorGroupHeader.tabsBackground#21252b
  • editorHoverWidget.background#21252b
  • editorHoverWidget.border#181a1f
  • editorIndentGuide.activeBackground#c8c8c859
  • editorIndentGuide.background#3b4048
  • editorLineNumber.activeForeground#737984
  • editorLineNumber.foreground#495162
  • editorMarkerNavigation.background#21252b
  • editorRuler.foreground#9CDAFB26
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#21252b
  • focusBorder#464646
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383e4a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • peekViewEditor.matchHighlightBackground#29244b
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566660
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#21252b
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252b
  • statusBar.debuggingBackground#7e0097
  • statusBar.debuggingBorder#66017a
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#282c34
  • tab.border#181a1f
  • tab.hoverBackground#323842
  • tab.inactiveBackground#21252b
  • tab.unfocusedHoverBackground#323842
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#ACEBFC
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#528bff
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#AAE691
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#56ECD5
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#AAE691
  • terminal.ansiMagenta#C591E6
  • terminal.ansiRed#FFB094
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#56ECD5
  • terminal.foreground#c8c8c8
  • textLink.foreground#ACEBFC
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#21252b
  • titleBar.inactiveForeground#6b717d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
support.variable.magic.python#FFB094
punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python,#9CDAFB
variable.parameter.function.language.special.self.python#56ECD5
storage.modifier.lifetime.rust#9CDAFB
support.function.std.rust#ACEBFC
entity.name.type.rust#56b6c2
entity.name.lifetime.rust#56ECD5
variable.language.rust#FFB094
support.constant.edge#C591E6
constant.other.character-class.regexp#FFB094
keyword.operator.quantifier.regexp#FFE0A1
punctuation.definition.string.begin,punctuation.definition.string.end#AAE691
variable.parameter.function#9CDAFB
comment, punctuation.definition.comment#7f848eitalic
comment markup.link#5c6370
markup.changed.diff#56ECD5
meta.diff.header.from-file,punctuation.definition.from-file.diff#ACEBFC
markup.inserted.diff#AAE691
markup.deleted.diff#FFB094
meta.function.c,meta.function.cpp#FFB094
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#9CDAFB
punctuation.separator.key-value#9CDAFB
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
keyword.operator.expression.import#ACEBFC
support.constant.math#56ECD5
support.constant.property.math#FFE0A1
variable.other.constant#56ECD5
storage.type.annotation.java#56ECD5
source.java#FFB094
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,storage.type.generic.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,meta.method.body.java#9CDAFB
meta.method.java#ACEBFC
storage.modifier.import.java,storage.type.java#56ECD5
meta.definition.variable.name.java#FFB094
keyword.operator.logical.js#56b6c2
keyword.operator.bitwise#56b6c2
keyword.operator.channel#56b6c2
support.constant.property-value.scss,support.constant.property-value.css#FFE0A1
keyword.operator.css,keyword.operator.scss,keyword.operator.less#56b6c2
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss#FFE0A1
punctuation.separator.list.comma.css#9CDAFB
support.constant.color.w3c-standard-color-name.css#FFE0A1
support.type.vendored.property-name.css#56b6c2
punctuation.definition.template-expression.begin,punctuation.definition.template-expression.end#FFB094
support.module.node,support.type.object.module,support.module.node#56ECD5
entity.name.type.module#56ECD5
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#FFB094
comment.line.double-slash,comment.block.documentationitalic
support.constant.json#FFE0A1
keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional#C591E6
support.type.object.console#FFB094
support.variable.property.process#FFE0A1
entity.name.function,support.function.console#ACEBFC
keyword.operator#56b6c2
support.type.object.dom#56b6c2
support.variable.dom,support.variable.property.dom#FFB094
keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment#56b6c2
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#C591E6
punctuation.separator.delimiter#9CDAFB
punctuation.separator.c,punctuation.separator.cpp#C591E6
support.type.posix-reserved.c,support.type.posix-reserved.cpp#56b6c2
keyword.operator.sizeof.c,keyword.operator.sizeof.cpp#C591E6
variable.parameter.function.language.python#FFE0A1
support.type.python#56b6c2
keyword.operator.logical.python#C591E6
variable.parameter.function.python#FFE0A1
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python#9CDAFB
meta.function-call.generic.python#ACEBFC
constant.character.format.placeholder.other.python#AAE691
none#9CDAFB
keyword.operator#9CDAFB
keyword.operator.assignment.compound#C591E6
keyword#C591E6
variable#FFB094
variable.language#56ECD5
token.variable.parameter.java#9CDAFB
import.storage.java#56ECD5
token.package.keyword#C591E6
token.package#9CDAFB
entity.name.function, meta.require, support.function.any-method, variable.function#ACEBFC
entity.name.type.namespace#56ECD5
support.class, entity.name.type.class#56ECD5
entity.name.class.identifier.namespace.type#56ECD5
entity.name.class, variable.other.class.js, variable.other.class.ts#56ECD5
variable.other.class.php#FFB094
entity.name.type#56ECD5
keyword.control#C591E6
keyword.control.import.python,keyword.control.flow.pythonitalic
control.elements, keyword.operator.less#FFE0A1
keyword.other.special-method#ACEBFC
storage#C591E6
token.storage#C591E6
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#C591E6
token.storage.type.java#56ECD5
support.function#56b6c2
support.type.property-name#9CDAFB
support.constant.property-value#9CDAFB
support.constant.font-name#FFE0A1
meta.tag#9CDAFB
string, entity.other.inherited-class#AAE691
constant.other.symbol#56b6c2
constant.numeric#FFE0A1
none#FFE0A1
none#FFE0A1
constant#FFE0A1
punctuation.definition.constant#FFE0A1
entity.name.tag#FFB094
entity.other.attribute-name#FFE0A1
entity.other.attribute-name.id#ACEBFCitalic
entity.other.attribute-name.class.css#FFE0A1italic
meta.selector#C591E6
none#FFE0A1
markup.heading#FFB094bold
markup.heading punctuation.definition.heading, entity.name.section#ACEBFC
keyword.other.unit#FFB094
markup.bold,todo.bold#FFE0A1bold
punctuation.definition.bold#56ECD5
markup.italic, punctuation.definition.italic,todo.emphasis#C591E6
emphasis md#C591E6
entity.name.section.markdown#FFB094
punctuation.definition.heading.markdown#FFB094
punctuation.definition.list.begin.markdown#FFB094
markup.heading.setext#9CDAFB
punctuation.definition.bold.markdown#FFE0A1
markup.inline.raw.markdown#AAE691
markup.inline.raw.string.markdown#AAE691
punctuation.definition.list.markdown#FFB094
markup.quote.markdown#5c6370italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#FFB094
beginning.punctuation.definition.list.markdown#FFB094
punctuation.definition.metadata.markdown#FFB094
markup.underline.link.markdown,markup.underline.link.image.markdown#C591E6
string.other.link.title.markdown,string.other.link.description.markdown#ACEBFC
markup.italic.markdownitalic
markup.bold.markdownbold
string.regexp#56b6c2
constant.character.escape#56b6c2
punctuation.section.embedded, variable.interpolation#FFB094
invalid.illegal#ffffff
invalid.broken#ffffff
invalid.deprecated#ffffff
invalid.unimplemented#ffffff
source.json meta.structure.dictionary.json > string.quoted.json#FFB094
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#FFB094
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#AAE691
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#56b6c2
support.type.property-name.json#FFB094
support.type.property-name.json punctuation#FFB094
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#C591E6
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#C591E6
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#56ECD5
keyword.operator.error-control.php#C591E6
keyword.operator.type.php#C591E6
punctuation.section.array.begin.php#9CDAFB
punctuation.section.array.end.php#9CDAFB
invalid.illegal.non-null-typehinted.php#f44747
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#56ECD5
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#ACEBFC
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#9CDAFB
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#FFE0A1
entity.name.goto-label.php,support.other.php#ACEBFC
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#56b6c2
keyword.operator.regexp.php#C591E6
keyword.operator.comparison.php#56b6c2
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#C591E6
meta.function.decorator.python#ACEBFC
support.token.decorator.python,meta.function.decorator.identifier.python#56b6c2
function.parameter#FFE0A1
function.parameter#9CDAFB
function.brace#9CDAFB
function.parameter.ruby, function.parameter.cs#9CDAFB
constant.language.symbol.ruby#56b6c2
rgb-value#56b6c2
inline-color-decoration rgb-value#FFE0A1
less rgb-value#FFE0A1
selector.sass#FFB094
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#56ECD5
block.scope.end,block.scope.begin#9CDAFB
storage.type.cs#56ECD5
entity.name.variable.local.cs#FFB094
token.info-token#ACEBFC
token.warn-token#FFE0A1
token.error-token#f44747
token.debug-token#C591E6
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#C591E6
meta.template.expression#9CDAFB
keyword.operator.module#C591E6
support.type.type.flowtype#ACEBFC
support.type.primitive#56ECD5
meta.property.object#FFB094
variable.parameter.function.js#FFB094
keyword.other.template.begin#AAE691
keyword.other.template.end#AAE691
keyword.other.substitution.begin#AAE691
keyword.other.substitution.end#AAE691
keyword.operator.assignment#56b6c2
keyword.operator.assignment.go, keyword.operator.address.go#56ECD5
entity.name.package.go#56ECD5
support.type.prelude.elm#56b6c2
support.constant.elm#FFE0A1
punctuation.quasi.element#C591E6
constant.character.entity#FFB094
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#56b6c2
entity.global.clojure#56ECD5
meta.symbol.clojure#FFB094
constant.keyword.clojure#56b6c2
meta.arguments.coffee, variable.parameter.function.coffee#FFB094
source.ini#AAE691
meta.scope.prerequisites.makefile#FFB094
source.makefile#56ECD5
storage.modifier.import.groovy#56ECD5
meta.method.groovy#ACEBFC
meta.definition.variable.name.groovy#FFB094
meta.definition.class.inherited.classes.groovy#AAE691
support.variable.semantic.hlsl#56ECD5
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#C591E6
text.variable, text.bracketed#FFB094
support.type.swift, support.type.vb.asp#56ECD5

Shiki preview

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

Loading...

Duang by Brownhu - VS Code Theme