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#222
  • activityBar.dropBackground#ffffff1f
  • activityBar.foreground#2de0a7
  • activityBar.inactiveForeground#fff
  • activityBarBadge.background#2de0a7
  • activityBarBadge.foreground#0e1111
  • badge.background#ff000000
  • badge.foreground#2de0a7
  • breadcrumb.activeSelectionForeground#fff
  • breadcrumb.background#0e1111
  • breadcrumb.focusForeground#fff
  • breadcrumb.foreground#444
  • breadcrumbPicker.background#0e1111
  • button.background#222
  • button.foreground#fff
  • button.hoverBackground#333
  • debugToolBar.background#161626
  • descriptionForeground#666
  • diffEditor.insertedTextBackground#00809b33
  • dropdown.background#2de0a7
  • dropdown.border#000
  • dropdown.foreground#000
  • editor.background#0e1111
  • editor.findMatchHighlightBackground#333
  • editor.foreground#f8f8f8
  • editor.hoverHighlightBackground#4a4a4a0a
  • editor.lineHighlightBackground#000
  • editor.selectionBackground#2de0a7cb
  • editor.selectionHighlightBackground#333
  • editor.wordHighlightBackground#484e5b
  • editor.wordHighlightStrongBackground#484e5b
  • editorCursor.background#ffffff
  • editorCursor.foreground#2de0a7
  • editorError.foreground#c24038
  • editorGroup.border#181a1f
  • editorGroup.dropBackground#00000080
  • editorGroupHeader.noTabsBackground#fefefe3a
  • editorGroupHeader.tabsBackground#222
  • editorGutter.background#0e1111
  • editorHoverWidget.background#141421
  • editorHoverWidget.border#378070
  • editorIndentGuide.background#333
  • editorLineNumber.foreground#333
  • editorMarkerNavigation.background#161626
  • editorOverviewRuler.border#00000000
  • editorRuler.foreground#333454
  • editorSuggestWidget.background#100d1f
  • editorSuggestWidget.border#00000000
  • editorSuggestWidget.selectedBackground#ffffff09
  • editorWhitespace.foreground#3b4048
  • editorWidget.background#0e1111
  • focusBorder#2de0a7
  • foreground#2de0a7
  • input.background#000
  • input.foreground#f8f8f8
  • input.placeholderForeground#333
  • list.activeSelectionBackground#a8a8a800
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#333
  • list.highlightForeground#2de0a7
  • list.hoverBackground#a8a8a810
  • list.inactiveSelectionBackground#a8a8a800
  • list.inactiveSelectionForeground#d7dae0
  • panel.background#0e1111
  • panel.border#2de0a7
  • panelTitle.activeBorder#2de0a7
  • panelTitle.activeForeground#2de0a7
  • panelTitle.inactiveForeground#fff
  • peekViewEditor.matchHighlightBackground#29244b
  • scrollbarSlider.activeBackground#333
  • scrollbarSlider.background#2de0a7
  • scrollbarSlider.hoverBackground#2de0a7
  • sideBar.background#0e1111
  • sideBar.foreground#fff
  • sideBarSectionHeader.background#0c152800
  • sideBarSectionHeader.foreground#ffffffcc
  • sideBarTitle.foreground#2de0a7
  • statusBar.background#2de0a7
  • statusBar.debuggingBackground#080d1ab3
  • statusBar.debuggingForeground#ffffff00
  • statusBar.foreground#000
  • statusBar.noFolderBackground#080d1ab3
  • statusBar.noFolderForeground#ffffff00
  • statusBarItem.hoverBackground#26bd8d
  • tab.activeBackground#0e1111
  • tab.activeBorder#2de0a7
  • tab.activeForeground#fff
  • tab.border#0e1111
  • tab.hoverBackground#0e1111
  • tab.inactiveBackground#0e1111
  • tab.inactiveForeground#fff
  • terminal.ansiBlack#
  • terminal.ansiBlue#
  • terminal.ansiBrightBlack#
  • terminal.ansiBrightBlue#2de0a7
  • terminal.ansiBrightCyan#ffdb7d
  • terminal.ansiBrightGreen#2de0a7
  • terminal.ansiBrightMagenta#
  • terminal.ansiBrightRed#de1738
  • terminal.ansiBrightWhite#f8f8f8
  • terminal.ansiBrightYellow#ffdb7d
  • terminal.ansiCyan#
  • terminal.ansiGreen#effeb0
  • terminal.ansiMagenta#
  • terminal.ansiRed#
  • terminal.ansiWhite#
  • terminal.ansiYellow#2de0a7
  • terminal.background#0e1111
  • terminal.foreground#fff
  • terminalCursor.foreground#2de0a7
  • titleBar.activeBackground#100d1f72
  • titleBar.activeForeground#fff
  • titleBar.inactiveBackground#100d1f72
  • titleBar.inactiveForeground#ffffff00
  • welcomePage.background#0e1111
  • welcomePage.buttonBackground#0e1111
  • welcomePage.buttonHoverBackground#222
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.definition.string.begin,punctuation.definition.string.end#666
variable.parameter.function#F1EFF7
comment, punctuation.definition.comment#6D6DB5italic
comment#666
comment markup.link#5C6370
markup.changed.diff#e0c285
meta.diff.header.from-file,punctuation.definition.from-file.diff#569cd6
markup.inserted.diff#6DFEDF
markup.deleted.diff#00a0a4
meta.function.c#00a0a4
keyword.control.cpp#e5c07b
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#F1EFF7
punctuation.separator.key-value#666
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#2DE0A7
support.constant.math#e5c07b
support.constant.property.math#AE81FF
variable.other.constant#AE81FF
storage.type.annotation.java#e5c07b
source.java#00a0a4
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#F1EFF7
meta.method.java#2DE0A7
storage.modifier.import.java,storage.type.java#e5c07b
meta.definition.variable.name.java#00a0a4
keyword.operator.logical.js#7AA5FF
keyword.operator.quantifier.regexp#7AA5FF
keyword.operator.bitwise#7AA5FF
support.constant.property-value.scss,support.constant.property-value.css#66D9EF
punctuation.separator.list.comma.css#b9c0ca
support.type.vendored.property-name.css, support.type.property-name.css#fff
punctuation.definition.template-expression.begin,punctuation.definition.template-expression.end#00a0a4
support.module.node,support.type.object.module,support.module.node#7AA5FF
support.type.primitive, entity.name.type.entity.name.type.js.meta.type.annotation.js, entity.name.type.entity.name.type.js.meta.return.type.js#66D9EF
keyword.operator.type.annotation, keyword.operator.optional, meta.return.type.js#7AA5FF
variable.other.readwrite,support.variable.property,support.variable.object.node#66d9ef
meta.object-literal.key#fff
support.variable.object.process, support.variable.property.process#66D9EF
comment.line.double-slash,comment.block.documentation#666
support.constant.json#AE81FF
keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.ternary#7AA5FF
support.type.object.console#00a0a4
entity.name.function,support.function.console#2DE0A7
keyword.operator#2DE0A7
support.type.object.dom#2DE0A7
support.variable.dom,support.variable.property.dom#66D9EF
keyword.operator.arithmetic,keyword.operator.comparison#7AA5FF
keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c#7AA5FF
punctuation.separator.delimiter.c#bbbbbb
support.type.posix-reserved.c#57adb8
keyword.operator.sizeof.c#C178DD
variable.parameter.function.language.python#AE81FF
support.type.python#2DE0A7
keyword.operator.logical.python#7AA5FF
meta.function-call.arguments.python#E06C60
meta.function-call.python#E06C60
variable.parameter.function.python#D18C4E
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#F1EFF7
meta.function-call.generic.python#2DE0A7
keyword.operator.misc.rust#7AA5FF
punctuation.definition.comment#666
none#A6B2C0
keyword.operator#F1EFF7
keyword#f92672ff
variable#effeb0
token.variable.parameter.java#F1EFF7
import.storage.java#e5c07b
token.package.keyword#7AA5FF
token.package#F1EFF7
entity.name.function, meta.require, support.function.any-method#2DE0A7
entity.name.type.namespace#66D9EF
support.class#66D9EF
entity.other.inherited-class#678BDC
entity.name.class.identifier.namespace.type, entity.name.type.class#678BDC
entity.name.class#2DE0A7
entity.name.type#2DE0A7
keyword.control#7AA5FF
control.elements, keyword.operator.less#AE81FF
keyword.other.special-method#2DE0A7
storage#f92672ffbold
token.storage#7AA5FF
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#7AA5FF
token.storage.type.java#e5c07b
support.function#66D9EF
support.type.property-name#F1EFF7
support.constant.property-value#F1EFF7
support.constant.font-name#AE81FF
meta.tag#666
string#fff
constant.other.symbol#2DE0A7
constant.numeric#FFDB7D
none#AE81FF
none#AE81FF
constant#b68fff
constant.language.import-export-all#7AA5FF
punctuation.definition.constant#AE81FF
entity.name.tag#2de0a7bold
entity.other.attribute-name#F92672italic
entity.other.attribute-name.id#2DE0A7normal
entity.other.attribute-name.class.css#effeb0
meta.selector#7AA5FF
none#D2945D
markup.heading, markup.heading punctuation.definition.heading, entity.name.section#2DE0A7
keyword.other.unit#7AA5FF
markup.bold,todo.bold#AE81FFbold
punctuation.definition.bold#e5c07b
markup.italic, punctuation.definition.italic,todo.emphasis#7AA5FF
emphasis md#7AA5FF
entity.name.section.markdown#2DE0A7
punctuation.definition.heading.markdown#2DE0A7
markup.heading.setext#F1EFF7
punctuation.definition.bold.markdown#AE81FF
markup.inline.raw.markdown#6D6DB5
beginning.punctuation.definition.list.markdown#00a0a4
markup.quote.markdown#5C6370italic
punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown#F1EFF7
punctuation.definition.metadata.markdown#7AA5FF
markup.underline.link.markdown,markup.underline.link.image.markdown#6DFEDF
string.other.link.title.markdown,string.other.link.description.markdown#AE81FF
markup.italic.markdownitalic
markup.bold.markdownbold
meta.paragraph.markdown#F1EFF7
string.regexp#6DFEDF
constant.character.escape#AE81FF
punctuation.section.embedded, variable.interpolation#666
invalid.illegal#FFFFFF
invalid.broken#FFFFFF
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF
source.json meta.structure.dictionary.json > string.quoted.json#00a0a4
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#00a0a4
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#6DFEDF
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#2DE0A7
support.type.property-name.json#00a0a4
support.type.property-name.json punctuation#00a0a4
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#C679DD
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#C679DD
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php#e5c07b
keyword.operator.error-control.php#7AA5FF
keyword.operator.type.php#7AA5FF
punctuation.section.array.begin.php#F1EFF7
punctuation.section.array.end.php#F1EFF7
invalid.illegal.non-null-typehinted.php#ff0000
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#2DE0A7
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#666
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#AE81FF
entity.name.goto-label.php,support.other.php#2DE0A7
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#f92672
keyword.operator.regexp.php#7AA5FF
keyword.operator.comparison.php#2DE0A7
punctuation.definition.variable.php#effeb0
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#7AA5FF
meta.function.decorator.python#2DE0A7
support.token.decorator.python,meta.function.decorator.identifier.python#2DE0A7
function.parameter#AE81FF
function.parameter#F1EFF7
function.brace#F1EFF7
function.parameter.ruby, function.parameter.cs#F1EFF7
rgb-value#2DE0A7
inline-color-decoration rgb-value#AE81FF
less rgb-value#AE81FF
selector.sass#00a0a4
var.this,variable.language.this.js,variable.language.this.ts,variable.language.this.jsx,variable.language.this.tsx#00a0a4italic
support.type.primitive.ts,support.type.builtin.ts#00a0a4
block.scope.end,block.scope.begin#F1EFF7
entity.name.variable.local.cs#00a0a4
constant.other.symbol.ruby, constant.other.symbol.hashkey.ruby#AE81FF
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
punctuation.definition.parameters.begin.js, punctuation.definition.block.js, meta.parameters.js, meta.brace.round.js, punctuation.terminator.statement.js, meta.brace.square.js#666
punctuation.definition.section.switch-block.begin.bracket.curly.php, punctuation.definition.section.switch-block.end.bracket.curly.php, punctuation.section.array.begin.php, punctuation.section.array.end.php#666
punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css, punctuation.terminator.rule.css#666
variable.parameter.js#effeb0

Shiki preview

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

Loading...

Ensambler® Theme by diegoulloao - VS Code Theme