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#F0F0F0
  • activityBar.dropBackground#DDFFFF
  • activityBar.foreground#87CEEB
  • activityBarBadge.background#0F5F91
  • activityBarBadge.foreground#DDFFFF
  • badge.background#87CEEB
  • badge.foreground#DDFFFF
  • button.background#87CEEB
  • button.foreground#DDFFFF
  • button.hoverBackground#55BBDD
  • dropdown.background#87CEEB
  • dropdown.foreground#000000
  • editor.background#FFF2DE
  • editor.findMatchBackground#87CEEB
  • editor.foreground#777777
  • editor.hoverHighlightBackground#87CEEB
  • editor.lineHighlightBorder#FFF2DE
  • editor.rangeHighlightBackground#EBC399
  • editor.selectionBackground#DDFFFF
  • editor.selectionHighlightBackground#87CEEB
  • editorBracketMatch.background#FFF2DE
  • editorBracketMatch.border#87CEEB
  • editorGroup.border#87CEEB
  • editorGroup.dropBackground#DDFFFF
  • editorGroupHeader.tabsBackground#F0F0F0
  • editorHoverWidget.background#F0F0F0
  • editorHoverWidget.border#F0F0F0
  • editorIndentGuide.background#55BBDD
  • editorLineNumber.foreground#777777
  • editorOverviewRuler.findMatchForeground#87CEEB
  • editorSuggestWidget.background#F0F0F0
  • editorSuggestWidget.border#F0F0F0
  • editorSuggestWidget.foreground#000
  • editorSuggestWidget.highlightForeground#d3d3d3
  • editorSuggestWidget.selectedBackground#87CEEB
  • editorWidget.background#F0F0F0
  • editorWidget.border#F0F0F0
  • errorForeground#f17878
  • extensionButton.prominentBackground#87CEEB
  • extensionButton.prominentForeground#DDFFFF
  • extensionButton.prominentHoverBackground#0F5F91
  • focusBorder#FFF2DE
  • foreground#87CEEB
  • input.background#0F5F91
  • input.foreground#DDFFFF
  • input.placeholderForeground#87CEEB
  • inputValidation.errorBackground#f17878
  • inputValidation.errorBorder#f17878
  • inputValidation.warningBackground#FFFF99
  • inputValidation.warningBorder#FFFF00
  • list.activeSelectionBackground#87CEEB
  • list.activeSelectionForeground#DDFFFF
  • list.dropBackground#EBC399
  • list.focusBackground#EBC399
  • list.focusForeground#DDFFFF
  • list.highlightForeground#777777
  • list.hoverBackground#FFF2DE
  • list.hoverForeground#777777
  • list.inactiveSelectionBackground#87CEEB
  • list.inactiveSelectionForeground#DDFFFF
  • panelTitle.activeBorder#EBC399
  • panelTitle.activeForeground#696969
  • panelTitle.inactiveForeground#87CEEB
  • peekView.border#EBC399
  • peekViewEditor.background#DDFFFF
  • peekViewEditor.matchHighlightBackground#EBC399
  • peekViewEditorGutter.background#DDFFFF
  • peekViewResult.background#696969
  • peekViewResult.fileForeground#EBC399
  • peekViewResult.lineForeground#DDFFFF
  • peekViewResult.matchHighlightBackground#EBC399
  • peekViewResult.selectionBackground#87CEEB
  • peekViewResult.selectionForeground#DDFFFF
  • peekViewTitle.background#EBC399
  • peekViewTitleDescription.foreground#DDFFFF
  • peekViewTitleLabel.foreground#DDFFFF
  • pickerGroup.foreground#777777
  • progressBar.background#DDFFFF
  • scrollbar.shadow#EBC399
  • scrollbarSlider.activeBackground#87CEEB
  • scrollbarSlider.background#DDFFFF
  • scrollbarSlider.hoverBackground#55BBDD
  • selection.background#777777
  • sideBar.background#F0F0F0
  • sideBar.foreground#777777
  • sideBarSectionHeader.background#ddd
  • sideBarSectionHeader.foreground#777777
  • sideBarTitle.foreground#777777
  • statusBar.background#0F5F91
  • statusBar.foreground#DDFFFF
  • statusBar.noFolderBackground#0F5F91
  • statusBar.noFolderForeground#DDFFFF
  • tab.activeBackground#87CEEB
  • tab.activeForeground#DDFFFF
  • tab.border#55BBDD
  • tab.inactiveBackground#F0F0F0
  • tab.inactiveForeground#777777
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#325CC0
  • terminal.ansiBrightBlack#444242
  • terminal.ansiBrightBlue#4a71ce
  • terminal.ansiBrightCyan#137496
  • terminal.ansiBrightGreen#2f8c0b
  • terminal.ansiBrightMagenta#750cb2
  • terminal.ansiBrightRed#d81108
  • terminal.ansiBrightWhite#b7b5b5
  • terminal.ansiBrightYellow#b77314
  • terminal.ansiCyan#005a7a
  • terminal.ansiGreen#207200
  • terminal.ansiMagenta#50007f
  • terminal.ansiRed#8c0600
  • terminal.ansiWhite#8e8e8e
  • terminal.ansiYellow#754502
  • terminal.foreground#777777
  • titleBar.activeBackground#0F5F91
  • titleBar.activeForeground#DDFFFF
  • titleBar.border#0F5F91
  • titleBar.inactiveBackground#0F5F91
  • titleBar.inactiveForeground#DDFFFF
  • walkThrough.embeddedEditorBackground#DDFFFF
  • welcomePage.buttonBackground#DDFFFF
  • welcomePage.buttonHoverBackground#d3d3d3
  • widget.shadow#d3d3d3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A0A1A7italic
comment markup.link#A0A1A7
entity.name.type#7F7AFF
entity.other.inherited-class#D1440A
keyword#008282
keyword.control#008282
keyword.operator#383A42
keyword.other.special-method#4078F2
keyword.other.unit#986801
storage#008282
storage.type.annotation, storage.type.primitive#008282
storage.modifier.package, storage.modifier.import#383A42
constant#986801
constant.variable#986801
constant.character.escape#0184BC
constant.numeric#986801
constant.other.color#0184BC
constant.other.symbol#0184BC
variable#4F4408
variable.interpolation#DE4343
variable.parameter#4F4408
variable.language#2D9797
string#125FB5
string.regexp#0184BC
string.regexp source.ruby.embedded#7F7AFF
string.other.link#078F42
punctuation.definition.comment#A0A1A7
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#383A42
punctuation.definition.heading, punctuation.definition.identity#4078F2
punctuation.definition.bold#7F7AFFbold
punctuation.definition.italic#008282italic
punctuation.section.embedded#DE4343
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#383A42
support.class#7F7AFF
support.type#0184BC
support.function#0184BC
support.function.any-method#4078F2
entity.name.function#4078F2
entity.name.class, entity.name.type.class#7F7AFF
entity.name.section#4078F2
entity.name.tag#AD97F0
entity.other.attribute-name#986801
entity.other.attribute-name.id#4078F2
meta.class#7F7AFF
meta.class.body#383A42
meta.method-call, meta.method#383A42
meta.definition.variable#AD97F0
meta.link#986801
meta.require#4078F2
meta.selector#008282
meta.separator#383A42
meta.tag#383A42
underline
none#383A42
invalid.deprecated#000000
invalid.illegal#DDFFFF
markup.bold#986801bold
markup.changed#008282
markup.deleted#AD97F0
markup.italic#008282italic
markup.heading#AD97F0
markup.heading punctuation.definition.heading#4078F2
markup.link#008282
markup.inserted#125FB5
markup.quote#986801
markup.raw#125FB5
source.c keyword.operator#008282
source.cpp keyword.operator#008282
source.cs keyword.operator#008282
source.css property-name#696C77
source.css property-value#AD97F0bold
source.css property-name.support#383A42
source.css property-value.support#AD97F0bold
source.gfm link entity#4078F2
source.go storage.type.string#008282
source.ini keyword.other.definition.ini#AD97F0
source.java storage.modifier.import#7F7AFF
source.java storage.type#7F7AFF
source.java keyword.operator.instanceof#008282
source.java-properties meta.key-pair#AD97F0
source.java-properties meta.key-pair > punctuation#383A42
source.js keyword.operator#0184BC
source.js keyword.operator.delete, source.js keyword.operator.in, source.js keyword.operator.of, source.js keyword.operator.instanceof, source.js keyword.operator.new, source.js keyword.operator.typeof, source.js keyword.operator.void#008282
source.json meta.structure.dictionary.json > string.quoted.json#AD97F0
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#AD97F0
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#125FB5
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#0184BC
source.ruby constant.other.symbol > punctuation#823000
source.python keyword.operator.logical.python#008282
source.python variable.parameter#986801
meta.attribute.rust#606135
storage.modifier.lifetime.rust, entity.name.lifetime.rust#11C4C6
keyword.unsafe.rust#882328
customrule#383A42
support.type.property-name#383A42
string.quoted.double punctuation#125FB5
support.constant#986801
support.type.property-name.json#AD97F0
support.type.property-name.json punctuation#AD97F0
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#0184BC
source.js.embedded.html keyword.operator, source.ts.embedded.html keyword.operator#0184BC
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#383A42
support.variable.dom.js, support.variable.dom.ts#F75A19
support.variable.property.dom.js, support.variable.property.dom.ts#F75A19
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#DE4343
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#383A42
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#383A42
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#383A42
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#F75A19
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#EC8076
keyword.operator.expression.instanceof.js, keyword.operator.expression.instanceof.ts, keyword.operator.expression.instanceof.tsx#008282
keyword.operator.expression.of.js, keyword.operator.expression.of.ts, keyword.operator.expression.of.tsx#008282
meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx#383A42
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#383A42
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#383A42
meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx#986801
source.js support.variable, source.ts support.variable, source.tsx support.variable#AD97F0
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#986801
keyword.operator.new.ts, keyword.operator.new.j, keyword.operator.new.tsx#008282
source.ts keyword.operator, source.tsx keyword.operator#0184BC
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #383A42
constant.language.import-export-all.js, constant.language.import-export-all.ts#AD97F0
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#0184BC
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#383A42
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#AD97F0
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#986801
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#AD97F0
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#D1440A
source.js meta.import-equals.external.js keyword.operator, source.jsx meta.import-equals.external.jsx keyword.operator, source.ts meta.import-equals.external.ts keyword.operator, source.tsx meta.import-equals.external.tsx keyword.operator#383A42
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#D1440A
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#383A42
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#383A42
meta.type.parameters.js support.type, meta.type.parameters.jsx support.type, meta.type.parameters.ts support.type, meta.type.parameters.tsx support.type#383A42
source.js meta.tag.js keyword.operator, source.jsx meta.tag.jsx keyword.operator, source.ts meta.tag.ts keyword.operator, source.tsx meta.tag.tsx keyword.operator#383A42
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#383A42
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#7F7AFF
support.type.object.module.js, support.type.object.module.jsx, support.type.object.module.ts, support.type.object.module.tsx#AD97F0
constant.language.json#0184BC
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#986801
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#0184BC
meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition#125FB5
meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template#125FB5
keyword.operator.expression.in.js, keyword.operator.expression.in.jsx, keyword.operator.expression.in.ts, keyword.operator.expression.in.tsx#008282
source.python constant.other#383A42
source.python constant#986801
constant.character.format.placeholder.other.python storage#986801
support.variable.magic.python#AD97F0
meta.function.parameters.python#986801
punctuation.separator.annotation.python#383A42
punctuation.separator.parameters.python#383A42
entity.name.variable.field.cs#AD97F0
source.cs keyword.operator#383A42
variable.other.readwrite.cs#383A42
variable.other.object.cs#383A42
variable.other.object.property.cs#383A42
entity.name.variable.property.cs#4078F2
storage.type.cs#7F7AFF
keyword.other.unsafe.rust#AD97F0
markup.raw.block.markdown#383A42
punctuation.definition.variable.shell#AD97F0
support.constant.property-value.css#383A42
punctuation.definition.constant.css#986801
punctuation.separator.key-value.scss#AD97F0
punctuation.definition.constant.scss#986801
meta.property-list.scss punctuation.separator.key-value.scss#383A42
storage.type.primitive.array.java#7F7AFF
entity.name.section.markdown#AD97F0
punctuation.definition.heading.markdown#AD97F0
markup.heading.setext#383A42
punctuation.definition.bold.markdown#986801
markup.inline.raw.markdown#125FB5
beginning.punctuation.definition.list.markdown#AD97F0
markup.quote.markdown#A0A1A7italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#383A42
punctuation.definition.metadata.markdown#008282
markup.underline.link.markdown, markup.underline.link.image.markdown#008282
string.other.link.title.markdown, string.other.link.description.markdown#4078F2
punctuation.separator.variable.ruby#AD97F0
variable.other.constant.ruby#986801
keyword.operator.other.ruby#D1440A
punctuation.definition.variable.php#AD97F0
meta.class.php#383A42

Shiki preview

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

Loading...

Thakker Light Sky Color Theme High Contrast by Thakker OSS - VS Code Theme