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.

  • actionBar.toggledBackground#383a49
  • activityBar.background#282c34
  • activityBar.foreground#d7dae0
  • activityBarBadge.background#007acc
  • activityBarBadge.foreground#f8fafd
  • badge.background#282c34
  • button.background#404754
  • checkbox.border#6b6b6b
  • debugToolBar.background#21252b
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#21252b
  • dropdown.border#21252b
  • editor.background#1e1e1e
  • editor.findMatchBackground#42557b
  • editor.findMatchBorder#457dff
  • editor.foreground#d4d4d4
  • editor.lineHighlightBackground#2c313c
  • editor.selectionBackground#67769660
  • editor.selectionHighlightBackground#add6ff26
  • editor.selectionHighlightBorder#dddddd
  • editor.wordHighlightBorder#7f848e
  • editor.wordHighlightStrongBackground#abb2bf26
  • editor.wordHighlightStrongBorder#7f848e
  • editorBracketMatch.background#515a6b
  • editorBracketMatch.border#515a6b
  • editorCursor.background#ffffffc9
  • editorCursor.foreground#528bff
  • editorError.foreground#c24038
  • editorGroup.border#181a1f
  • editorGroupHeader.tabsBackground#21252b
  • editorHoverWidget.background#21252b
  • editorHoverWidget.border#181a1f
  • editorIndentGuide.activeBackground1#707070
  • editorIndentGuide.background1#404040
  • editorLineNumber.activeForeground#737984
  • editorLineNumber.foreground#495162
  • editorMarkerNavigation.background#21252b
  • editorRuler.foreground#abb2bf26
  • editorSuggestWidget.background#21252b
  • editorSuggestWidget.border#181a1f
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#21252b
  • focusBorder#464646
  • input.background#1d1f23
  • input.placeholderForeground#a6a6a6
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.activeSelectionIconForeground#ffffff
  • list.dropBackground#383b3d
  • list.focusBackground#383e4a
  • list.highlightForeground#c5c5c5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • menu.background#252526
  • menu.border#454545
  • menu.foreground#cccccc
  • menu.separatorBackground#454545
  • peekViewEditor.matchHighlightBackground#29244b
  • ports.iconRunningProcessForeground#369432
  • scrollbarSlider.activeBackground#747d9180
  • scrollbarSlider.background#4e566660
  • scrollbarSlider.hoverBackground#5a637580
  • sideBar.background#21252b
  • sideBarSectionHeader.background#00000000
  • sideBarSectionHeader.border#cccccc33
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#21252b
  • statusBar.debuggingBackground#7e0097
  • statusBar.debuggingBorder#66017a
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252b
  • statusBarItem.hoverBackground#2c313a
  • statusBarItem.remoteBackground#16825d
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#282c34
  • tab.border#181a1f
  • tab.hoverBackground#323842
  • tab.inactiveBackground#21252b
  • tab.lastPinnedBorder#cccccc33
  • tab.unfocusedHoverBackground#323842
  • terminal.ansiBlack#2d3139
  • terminal.ansiBlue#61afef
  • terminal.ansiBrightBlack#7f848e
  • terminal.ansiBrightBlue#528bff
  • terminal.ansiBrightCyan#56b6c2
  • terminal.ansiBrightGreen#98c379
  • terminal.ansiBrightMagenta#7e0097
  • terminal.ansiBrightRed#f44747
  • terminal.ansiBrightWhite#d7dae0
  • terminal.ansiBrightYellow#e5c07b
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#d7dae0
  • terminal.ansiYellow#e5c07b
  • terminal.foreground#c8c8c8
  • terminal.inactiveSelectionBackground#3a3d41
  • textLink.foreground#61afef
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#21252b
  • titleBar.inactiveForeground#6b717d
  • widget.border#303031

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.section.embedded.metatag.phpbold
support.class, entity.name.type.class#E5C07Bbold
entity.name.type#E5C07Bbold
entity.name.class.identifier.namespace.type#E5C07Bbold
entity.name.function, meta.require, support.function.any-method, variable.function#61AFEFbold
comment.keyword, keyword.codetag, keyword.phpdocbold
support.type.property-name#DDDDDD
support.constant.property-value.scss,support.constant.property-value.css#D19A66bold
markup.headingbold
markup.boldbold
entity.name.sectionbold
keyword.other.importantbold
entity.name.type.namespace#E5C07Bbold
support.constant.edge#C678DD
constant.other.character-class.regexp#E06C75
keyword.operator.quantifier.regexp#D19A66
punctuation.definition.string.begin,punctuation.definition.string.end#98C379
variable.parameter.function#BBBBBB
comment, punctuation.definition.comment#7F848Eitalic
comment markup.link#5C6370
markup.changed.diff#E5C07B
meta.diff.header.from-file,punctuation.definition.from-file.diff#61AFEF
markup.inserted.diff#98C379
markup.deleted.diff#E06C75
meta.function.c#E06C75
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#BBBBBB
punctuation.separator.key-value#BBBBBB
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#61AFEF
support.constant.math#E5C07B
support.constant.property.math#D19A66
variable.other.constant#E5C07B
storage.type.annotation.java#E5C07B
source.java#E06C75
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#BBBBBB
meta.method.java#61AFEF
storage.modifier.import.java,storage.type.java#E5C07B
meta.definition.variable.name.java#E06C75
keyword.operator.logical.js#56B6C2
keyword.operator.bitwise#56B6C2
keyword.operator.channel#56B6C2
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#D19A66
punctuation.separator.list.comma.css#BBBBBB
support.constant.color.w3c-standard-color-name.css#D19A66
support.type.vendored.property-name.css#56B6C2
punctuation.definition.template-expression.begin,punctuation.definition.template-expression.end#E06C75
support.module.node,support.type.object.module,support.module.node#E5C07B
entity.name.type.module#E5C07B
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#E06C75
comment.line.double-slash,comment.block.documentationitalic
support.constant.json#D19A66
keyword.operator.expression.instanceof, keyword.operator.new, keyword.operator.ternary, keyword.operator.optional#C678DD
support.type.object.console#E06C75
support.variable.property.process#D19A66
entity.name.function,support.function.console#61AFEF
keyword.operator#56B6C2
support.type.object.dom#56B6C2
support.variable.dom,support.variable.property.dom#E06C75
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#C678DD
punctuation.separator.delimiter#BBBBBB
punctuation.separator.c#C678DD
support.type.posix-reserved.c#56B6C2
keyword.operator.sizeof.c#C678DD
variable.parameter.function.language.python#D19A66
support.type.python#56B6C2
keyword.operator.logical.python#C678DD
meta.function-call.arguments.python#E06C75
meta.function-call.python#E06C75
variable.parameter.function.python#D19A66
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python,meta.function-call.arguments.python#BBBBBB
meta.function-call.generic.python#61AFEF
constant.character.format.placeholder.other.python#98C379
none#BBBBBB
keyword.operator#BBBBBB
keyword.operator.assignment.compound#C678DD
keyword#C678DD
variable#E06C75
token.variable.parameter.java#BBBBBB
import.storage.java#E5C07B
token.package.keyword#C678DD
token.package#BBBBBB
entity.name.class, variable.other.class.js, variable.other.class.ts#E5C07B
variable.other.class.php#E06C75
keyword.control#C678DD
keyword.control.import.python,keyword.control.flow.pythonitalic
control.elements, keyword.operator.less#D19A66
keyword.other.special-method#61AFEF
storage#C678DD
token.storage#C678DD
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#C678DD
token.storage.type.java#E5C07B
support.function#56B6C2
support.constant.property-value#BBBBBB
support.constant.font-name#D19A66
meta.tag#BBBBBB
string, entity.other.inherited-class#98C379
constant.other.symbol#56B6C2
constant.numeric#D19A66
none#D19A66
none#D19A66
constant#D19A66
punctuation.definition.constant#D19A66
entity.name.tag#E06C75
entity.other.attribute-name#D19A66
entity.other.attribute-name.id#61AFEF
entity.other.attribute-name.class.css#D19A66
meta.selector#C678DD
none#D19A66
markup.heading#E06C75bold
markup.heading punctuation.definition.heading, entity.name.section#61AFEF
keyword.other.unit#E06C75
markup.bold,todo.bold#D19A66bold
punctuation.definition.bold#E5C07B
markup.italic, punctuation.definition.italic,todo.emphasis#C678DD
emphasis md#C678DD
entity.name.section.markdown#E06C75
punctuation.definition.heading.markdown#E06C75
punctuation.definition.list.begin.markdown#E06C75
markup.heading.setext#BBBBBB
punctuation.definition.bold.markdown#D19A66
markup.inline.raw.markdown#98C379
markup.inline.raw.string.markdown#98C379
punctuation.definition.list.markdown#E06C75
markup.quote.markdown#5C6370italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#E06C75
beginning.punctuation.definition.list.markdown#E06C75
punctuation.definition.metadata.markdown#E06C75
markup.underline.link.markdown,markup.underline.link.image.markdown#C678DD
string.other.link.title.markdown,string.other.link.description.markdown#61AFEF
markup.italic.markdownitalic
markup.bold.markdownbold
string.regexp#56B6C2
constant.character.escape#56B6C2
punctuation.section.embedded, variable.interpolation#E06C75
invalid.illegal#FFFFFF
invalid.broken#FFFFFF
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF
source.json meta.structure.dictionary.json > string.quoted.json#E06C75
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#E06C75
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#98C379
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#56B6C2
support.type.property-name.json#E06C75
support.type.property-name.json punctuation#E06C75
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#C678DD
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#C678DD
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#E5C07B
keyword.operator.error-control.php#C678DD
keyword.operator.type.php#C678DD
punctuation.section.array.begin.php#BBBBBB
punctuation.section.array.end.php#BBBBBB
invalid.illegal.non-null-typehinted.php#F44747
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#E5C07B
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#61AFEF
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#BBBBBB
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#D19A66
entity.name.goto-label.php,support.other.php#61AFEF
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#56B6C2
keyword.operator.regexp.php#C678DD
keyword.operator.comparison.php#56B6C2
punctuation.definition.variable.php#E06C75
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#C678DD
meta.function.decorator.python#61AFEF
support.token.decorator.python,meta.function.decorator.identifier.python#56B6C2
function.parameter#D19A66
function.parameter#BBBBBB
function.brace#BBBBBB
function.parameter.ruby, function.parameter.cs#BBBBBB
constant.language.symbol.ruby#56B6C2
rgb-value#56B6C2
inline-color-decoration rgb-value#D19A66
less rgb-value#D19A66
selector.sass#E06C75
var.this,variable.language.this.js,variable.language.this.ts,variable.language.this.jsx,variable.language.this.tsx#E5C07Bitalic
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#E5C07B
block.scope.end,block.scope.begin#BBBBBB
storage.type.cs#E5C07B
entity.name.variable.local.cs#E06C75
token.info-token#61AFEF
token.warn-token#D19A66
token.error-token#F44747
token.debug-token#C678DD
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#C678DD
meta.template.expression#BBBBBB
keyword.operator.module#C678DD
support.type.type.flowtype#61AFEF
support.type.primitive#E5C07B
meta.property.object#E06C75
variable.parameter.function.js#E06C75
keyword.other.template.begin#98C379
keyword.other.template.end#98C379
keyword.other.substitution.begin#98C379
keyword.other.substitution.end#98C379
keyword.operator.assignment#56B6C2
keyword.operator.assignment.go, keyword.operator.address.go#E5C07B
entity.name.package.go#E5C07B
support.type.prelude.elm#56B6C2
support.constant.elm#D19A66
punctuation.quasi.element#C678DD
constant.character.entity#E06C75
entity.other.attribute-name.pseudo-element, entity.other.attribute-name.pseudo-class#56B6C2
entity.global.clojure#E5C07B
meta.symbol.clojure#E06C75
constant.keyword.clojure#56B6C2
meta.arguments.coffee, variable.parameter.function.coffee#E06C75
source.ini#98C379
meta.scope.prerequisites.makefile#E06C75
source.makefile#E5C07B
storage.modifier.import.groovy#E5C07B
meta.method.groovy#61AFEF
meta.definition.variable.name.groovy#E06C75
meta.definition.class.inherited.classes.groovy#98C379
support.variable.semantic.hlsl#E5C07B
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#C678DD
text.variable, text.bracketed#E06C75
support.type.swift, support.type.vb.asp#E5C07B
emphasisitalic
strongbold
entity.other.attribute-nameitalic
markup.underlineunderline
markup.boldbold
markup.headingbold
markup.italicitalic
storage.typeitalic
storage.modifieritalic
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embeddeditalic
keyword.controlitalic
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.logical.pythonitalic
variable.language#FF5874italic
meta.decorator punctuation.decoratoritalic
punctuation.definition.comment, commentitalic
comment, entity.name.type.class, keyword, storage.modifier, storage.type.class.jsitalic
invalid, keyword.operator, constant.numeric.css, keyword.other.unit.px.css, constant.numeric.decimal.js, constant.numeric.json
variable.parameter, entity.name.variable.parameter, parameter.variable#D19A66italic
ref.matchtext#FFFFFF
One Quiet Dark Pro Custom Italics by 48exa - VS Code Theme