Skip to main content
CodingTheme

Color themes

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#001323
  • activityBar.foreground#55799B
  • activityBarBadge.background#C9CCDB
  • activityBarBadge.foreground#001323
  • badge.background#C9CCDB
  • badge.foreground#001323
  • button.background#C9CCDB90
  • button.hoverBackground#C9CCDB
  • contrastActiveBorder#122d42
  • debugToolBar.background#001323
  • dropdown.background#001323
  • dropdown.border#122d4299
  • dropdown.foreground#C9CCDB
  • editor.background#001628
  • editor.foreground#C9CCDB
  • editor.lineHighlightBackground#1A193D50
  • editor.selectionBackground#47459570
  • editor.selectionHighlightBackground#47459570
  • editorCursor.foreground#C9CCDB
  • editorGroup.border#001323
  • editorGroupHeader.tabsBackground#000D19
  • editorIndentGuide.activeBackground#122d42
  • editorIndentGuide.background#122d4266
  • editorLineNumber.activeForeground#C9CCDB
  • editorLineNumber.foreground#C9CCDB35
  • editorSuggestWidget.background#001323
  • editorSuggestWidget.border#122d4299
  • editorSuggestWidget.foreground#C9CCDB
  • editorSuggestWidget.selectedBackground#343d46
  • editorWhitespace.foreground#65737e
  • editorWidget.background#001323
  • editorWidget.border#122d42
  • errorForeground#FF7572
  • extensionButton.prominentBackground#122d4295
  • extensionButton.prominentForeground#C9CCDB
  • extensionButton.prominentHoverBackground#133047
  • focusBorder#122d4299
  • foreground#C9CCDB
  • gitDecoration.addedResourceForeground#93FFA2
  • gitDecoration.conflictingResourceForeground#ffeb95
  • gitDecoration.deletedResourceForeground#FF7572
  • gitDecoration.ignoredResourceForeground#C9CCDB55
  • gitDecoration.modifiedResourceForeground#FFEB95
  • gitDecoration.untrackedResourceForeground#93FFA2
  • input.background#000E19
  • inputValidation.errorBackground#FF7572
  • inputValidation.infoBackground#1F2041
  • list.activeSelectionBackground#122d42
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#122d42
  • list.errorForeground#FF7572
  • list.focusBackground#122d42
  • list.focusForeground#FFFFFF
  • list.highlightForeground#FFFFFF
  • list.hoverBackground#001628
  • list.hoverForeground#FFFFFF
  • list.inactiveFocusBackground#122d42
  • list.inactiveSelectionBackground#122d42
  • list.inactiveSelectionForeground#FFFFFF
  • list.warningForeground#FFEB95
  • panel.background#001323
  • panel.border#001628
  • panel.dropBackground#C9CCDB
  • panelTitle.activeBorder#C9CCDB
  • panelTitle.activeForeground#C9CCDB
  • panelTitle.inactiveForeground#C9CCDB95
  • pickerGroup.border#122d4299
  • pickerGroup.foreground#C9CCDB
  • scrollbar.shadow#001628
  • scrollbarSlider.activeBackground#55799B65
  • scrollbarSlider.background#55799B65
  • scrollbarSlider.hoverBackground#55799B75
  • sideBar.background#001323
  • sideBar.border#001628
  • sideBar.dropBackground#122d42
  • sideBar.foreground#6995BF
  • sideBarSectionHeader.background#001323
  • sideBarSectionHeader.foreground#55799B
  • statusBar.background#001323
  • statusBar.foreground#55799B
  • statusBar.noFolderBackground#00101E
  • statusBar.noFolderBorder#122d4299
  • tab.activeBackground#122d42
  • tab.activeForeground#FFFFFF
  • tab.border#00101E
  • tab.inactiveBackground#00101E
  • tab.inactiveForeground#55799B
  • tab.unfocusedActiveForeground#FFFFFFBB
  • tab.unfocusedInactiveForeground#55799B99
  • terminal.ansiBlack#00101E
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#00101E
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#ADDB76
  • terminal.ansiBrightGreen#7EEAD6
  • terminal.ansiBrightMagenta#c792ea
  • terminal.ansiBrightRed#FF7572
  • terminal.ansiBrightWhite#C9CCDB
  • terminal.ansiBrightYellow#ffeb95
  • terminal.ansiCyan#21c7a8
  • terminal.ansiGreen#7EEAD6
  • terminal.ansiMagenta#c792ea
  • terminal.ansiRed#FF7572
  • terminal.ansiWhite#C9CCDB
  • terminal.ansiYellow#ffeb95
  • titleBar.activeBackground#000D19
  • titleBar.activeForeground#CCDDD570
  • titleBar.inactiveBackground#f6f6f6
  • titleBar.inactiveForeground#b2b2b3
  • walkThrough.embeddedEditorBackground#001323
  • welcomePage.buttonBackground#001323
  • welcomePage.buttonHoverBackground#001323
  • widget.shadow#001323

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, punctuation.definition.string.begin,punctuation.definition.string.end,punctuation.definition.dictionary,punctuation.separator.dictionary,punctuation.definition.array,punctuation.separator.array,punctuation.definition.keyword,punctuation.terminator.rule,punctuation.definition.entity.css,meta.delimiter.comma,punctuation.separator.parameter.function,punctuation.section.property-list,keyword.operator.new,keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.expression.typeof,keyword.operator.expression.void,keyword.other.template,keyword.control.at-rule.import, keyword.other.namespace, keyword.other.using.cs, keyword.control.import, keyword.control.from,keyword.control.export, storage.modifier,storage.type.class, storage.type.function,keyword.control.conditional,keyword.control.switch, storage.type.js,punctuation.definition.pseudo-class.begin.bracket.round.css,punctuation.definition.pseudo-class.end.bracket.round.css,meta.property-value.scss,meta.property-value.sass,meta.property-value.less#55799B
string.unquoted.label, meta.property.object, support.type.object.module, meta.scriptblock.powershell, meta.jsx.js, entity.name.variable.property, keyword.other, variable.other.class, meta.instance.constructor#C9CCDB
variable, variable.parameter.function#C9CCDB
comment markup.link#5C588Aitalic
markup.changed.diff#F1C56C
meta.diff.header.from-file,punctuation.definition.from-file.diff#569cd6
markup.inserted.diff#45F5CF
markup.deleted.diff#FF82A9
variable.language.super#FFEB95
keyword.operator.expression.import#82AAFF
support.constant.math#c792ea
support.constant.property.math#82AAFF
variable.other.constant#FF82A9
support.constant.property-value.scss,support.constant.property-value.less,support.constant.property-value.css#c792ea
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.less,support.constant.color.w3c-standard-color-name.scss#c792ea
punctuation.separator.list.comma.css#C9CCDB
support.constant.color.w3c-standard-color-name.css#c792ea
support.type.property-name.css#82AAFF
support.type.vendored.property-name.css#A8C3FF
support.constant.vendored.property-value.css#D5B4EA
constant.length.units.css,meta.property-values.css,styled,meta.var.expr.js#f866c9
punctuation.definition.template-expression.begin,punctuation.definition.template-expression.end#7b79b5
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#C9CCDB
comment.line.double-slash,comment.block.documentation,comment#46637Fitalic
support.constant.json#796bd8
support.type.object.console#C9CCDB
support.variable.property.process#C9CCDB
entity.name.function,support.function.console#82AAFF
support.variable.dom,support.variable.property.dom#C9CCDB
punctuation.definition.tag, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.html, punctuation.definition.parameters, punctuation.terminator.statement, meta.brace, meta.brace.curly, meta.brace.square, punctuation.definition.string#55799B
keyword.operator#55799B
storage.type.class.js, storage.type.extends.js#55799B
keyword.operator.accessor,keyword.operator.spread,keyword.operator.arithmetic,keyword.operator.comparison, keyword.operator.relational, keyword.operator.bitwise,keyword.operator.arithmetic,keyword.operator.logical, keyword.operator.assignment,keyword.control.loop,keyword.control.powershell,keyword.operator.css,meta.property-list.scss,meta.property-list.sass,meta.property-list.less, punctuation.separator.key-value#7EEAD6
keyword#FF82A9
variable.scss, variable.sass, variable.less, variable.parameter.url.scss, variable.parameter.url.sass, variable.parameter.url.less#C9CCDB
entity.name.function, keyword.other.special-method, meta.block-level, support.function, variable.function, support.function.node, meta.class meta.function-call variable.function.js, meta.class meta.group.braces.curly meta.function-call variable.function.js, storage.type.tsx, support.function.powershell#82AAFF
token.package.keyword#a68ea1
token.package#C9CCDB
support.class, entity.name.type.class#FFEB95
entity.name.class.identifier.namespace.type#FFEB95
entity.name.class#FFEB95
keyword.control#FF82A9
control.elements, keyword.operator.less#E79041
keyword.other.special-method#A5C2FF
storage, keyword.other.substitution, keyword.other.variable.definition.powershell, keyword.other.array.begin.powershell, keyword.other.hashtable.begin.powershell#FF82A9
punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.less, punctuation.definition.interpolation.end.bracket.curly.less, punctuation.definition.interpolation.begin.bracket.curly.sass, punctuation.definition.interpolation.end.bracket.curly.sass#FF82A9
entity.name.type#c792ea
entity.name.type.namespace.cs#ADDB76
storage.modifier#A9DBA4
entity.name.type.namespace.cs#8CFFEB
storage.type.function.arrow#FF82A9
support.function#C9CCDB
support.type.property-name#C9CCDB
support.constant.property-value#C9CCDB
support.constant.font-name#DBA48C
meta.tag#C9CCDB
string, entity.other.inherited-class#ADDB76
constant.other.symbol#2BBAC5
constant.numeric, punctuation.definition.constant#DBA48C
constant.language.boolean, constant.language#FF82A9
constant.other#FFEB95
entity.name.tag, storage.type.cs, support.class.component#706DFF
entity.other.attribute-name#55799Bitalic
entity.other.attribute-name.id#82AAFF
entity.other.attribute-name.class.css#ADDB76
entity.other.attribute-name.pseudo-class#55799B
meta.selector#a68ea1
markup.heading#C9CCDBbold
markup.heading punctuation.definition.heading, entity.name.section#82AAFF
keyword.other.unit#FFEB95
markup.bold,todo.bold#FFEB95bold
punctuation.definition.bold#706DFF
markup.italic,punctuation.definition.italic,todo.emphasis#c792ea
emphasis md#c792ea
entity.name.section.markdown#EF596F
punctuation.definition.heading.markdown#EF596F
markup.heading.setext#C9CCDB
punctuation.definition.bold.markdown#DBA48C
markup.inline.raw.markdown#ADDB76
beginning.punctuation.definition.list.markdown#C9CCDB
markup.quote.markdown#615E8Eitalic
punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown#55799B
punctuation.definition.metadata.markdown#c792ea
markup.underline.link.markdown,markup.underline.link.image.markdown#c792ea
string.other.link.title.markdown,string.other.link.description.markdown#82AAFF
markup.italic.markdownitalic
markup.bold.markdownbold
string.regexp#ADDB76
constant.character.escape#ADDB76
punctuation.section.embedded, variable.interpolation#55799B
invalid.illegal#FFFFFF
invalid.broken#FFFFFF
invalid.deprecated#FFFFFF
invalid.unimplemented#FFFFFF
source.json meta.structure.dictionary.json > string.quoted.json#FF82A9
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#FF82A9
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#C9CCDB
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#ADDB76
support.type.property-name.json#FFEB95
support.type.property-name.json punctuation#55799B
function.parameter#c792ea
function.parameter#C9CCDB
function.brace#C9CCDB
rgb-value#ADDB76
inline-color-decoration rgb-value#c792ea
less rgb-value#c792ea
selector.sass#FF82A9
var.this,variable.language.this.js,variable.language.this.ts,variable.language.this.jsx,variable.language.this.tsx, support.type.object#FFEB95
support.type.primitive,support.type.builtin#FF82A9
block.scope.end,block.scope.begin#C9CCDB
entity.name.variable.local.cs#C9CCDB
token.info-token#82AAFF
token.warn-token#FFEB95
token.error-token#FF82A9
token.debug-token#c792ea
meta.preprocessor#706DFF
punctuation.squarebracket.open.cs,punctuation.squarebracket.close.cs,punctuation.parenthesis.open.cs,punctuation.parenthesis.close.cs,punctuation.curlybrace.open.cs,punctuation.curlybrace.close.cs,punctuation.terminator.statement.cs#55799B
entity.name.variable.local.cs#C9CCDB

Shiki preview

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

Loading...

Outerspace Next by konradkeska - VS Code Theme