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.

  • activityBar.activeBorder#f36
  • activityBar.activeFocusBorder#f36
  • activityBar.background#000
  • activityBar.foreground#fff
  • activityBarBadge.background#f36
  • activityBarBadge.foreground#141414
  • badge.background#40C4FF
  • badge.foreground#fff
  • button.background#47ffa0
  • button.foreground#1B1E23
  • button.hoverBackground#40C4FF
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#0A0A0A
  • dropdown.border#ffffff22
  • dropdown.foreground#ffffff99
  • editor.background#00000070
  • editor.findMatchBackground#40c3ff66
  • editor.findMatchHighlightBackground#ffffff22
  • editor.foreground#f8f8f0
  • editor.hoverHighlightBackground#ffffff22
  • editor.inactiveSelectionBackground#ffffff20
  • editor.lineHighlightBackground#ffffff10
  • editor.lineHighlightBorder#ffffff05
  • editor.selectionBackground#ffffff40
  • editor.selectionHighlightBackground#ffffff22
  • editor.selectionHighlightBorder#ffffff30
  • editor.wordHighlightBackground#ff000000
  • editor.wordHighlightStrongBackground#000
  • editor.wordHighlightStrongBorder#ffffff80
  • editorCodeLens.foreground#ffffff66
  • editorCursor.foreground#fff
  • editorError.foreground#FF5252
  • editorGroup.border#181A1F
  • editorGroup.emptyBackground#0c0c0c
  • editorGroupHeader.tabsBackground#000
  • editorGutter.addedBackground#47ffa0
  • editorGutter.deletedBackground#FF5252
  • editorGutter.modifiedBackground#40C4FF
  • editorHoverWidget.background#1E1E1E
  • editorHoverWidget.border#1E1E1E
  • editorIndentGuide.background#ffffff22
  • editorLineNumber.foreground#ffffff33
  • editorLink.activeForeground#40C4FF
  • editorOverviewRuler.addedForeground#47ffa000
  • editorOverviewRuler.border#ff000000
  • editorOverviewRuler.bracketMatchForeground#40C4FF00
  • editorOverviewRuler.deletedForeground#E040FB00
  • editorOverviewRuler.errorForeground#FF5252
  • editorOverviewRuler.infoForeground#FFFF0000
  • editorOverviewRuler.modifiedForeground#40C4FF00
  • editorOverviewRuler.warningForeground#FFAB40
  • editorRuler.foreground#ffffff66
  • editorSuggestWidget.background#1E1E1E
  • editorSuggestWidget.border#1E1E1E
  • editorSuggestWidget.foreground#f8f8f0
  • editorSuggestWidget.highlightForeground#40C4FF
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWarning.foreground#FFAB40
  • editorWhitespace.foreground#ffffff66
  • editorWidget.background#1E1E1E
  • editorWidget.border#40C4FF00
  • errorForeground#FF5252
  • extensionButton.prominentBackground#47ffa0
  • extensionButton.prominentForeground#0A0A0A
  • extensionButton.prominentHoverBackground#40C4FF
  • focusBorder#f36
  • input.background#0A0A0A
  • input.border#f36
  • input.foreground#f8f8f0
  • input.placeholderForeground#ffffff66
  • inputOption.activeBackground#00000000
  • inputOption.activeBorder#f36
  • inputValidation.errorBackground#0A0A0A
  • inputValidation.errorBorder#FF5252
  • inputValidation.infoBackground#0A0A0A
  • inputValidation.infoBorder#f36
  • inputValidation.warningBackground#0A0A0A
  • inputValidation.warningBorder#FFAB40
  • list.activeSelectionBackground#ffffff20
  • list.activeSelectionForeground#fff
  • list.errorForeground#FF5252
  • list.focusBackground#ffffff22
  • list.focusForeground#f8f8f0
  • list.highlightForeground#fff
  • list.hoverBackground#ffffff10
  • list.inactiveSelectionBackground#ffffff22
  • list.inactiveSelectionForeground#f8f8f0
  • list.warningForeground#FFAB40
  • panel.background#000
  • panel.border#141414
  • panelTitle.activeBorder#f36
  • pickerGroup.border#40c3ff00
  • pickerGroup.foreground#40C4FF
  • progressBar.background#47ffa0
  • scrollbar.shadow#ff000000
  • scrollbarSlider.activeBackground#ffffff99
  • scrollbarSlider.background#ffffff33
  • scrollbarSlider.hoverBackground#ffffff66
  • sideBar.background#000
  • sideBar.border#ffffff20
  • sideBar.foreground#ffffff99
  • sideBarSectionHeader.background#ffffff10
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#f8f8f0
  • statusBar.background#000
  • statusBar.debuggingBackground#1E1E1E
  • statusBar.foreground#fff
  • statusBar.noFolderBackground#1E1E1E
  • statusBarItem.hoverBackground#ffffff33
  • tab.activeBackground#000
  • tab.activeBorder#ffffff20
  • tab.activeForeground#fff
  • tab.border#ffffff00
  • tab.hoverBackground#000
  • tab.inactiveBackground#000
  • tab.inactiveForeground#ffffff80
  • terminal.background#000
  • titleBar.activeBackground#1E1E1E
  • titleBar.activeForeground#ffffff99
  • titleBar.inactiveBackground#1E1E1E
  • titleBar.inactiveForeground#ffffff99
  • tree.indentGuidesStroke#ffffff20
  • widget.shadow#00000090

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#ffffff66
string#f3ff52
punctuation.definition.template-expression.begin.js,punctuation.definition.template-expression.end.js,punctuation.definition.template-expression.begin.ts,punctuation.definition.template-expression.end.ts#FF5252
string.template.js#FFFF00
meta.template.expression.js#f8f8f0
constant.numeric#FFAB40
string.embedded.begin, string.embedded.end#FFAB40
string.embedded#47ffa0
constant.language#FFAB40
constant.character, constant.other#FFAB40
variable.language#FFAB40
variable.readwrite, variable.readwrite.other.block#FF5252
entity.name.variable, entity.name.variable.local, meta.object-literal.key, variable.object.constant, variable.object.property, variable.other.alias, variable.other.constant, variable.other.object, variable.other.property, variable.other.readwrite, variable.parameter, support.variable#f8f8f0
keyword.other.base, keyword.other.this, variable.other.object.property, variable.language.base, variable.language.this#40C4FF
support.variable.UnityEngine#40C4FF
support.variable.UnityEditor#40C4FF
keyword, keyword.operator.logical, keyword.operator.constructor#f36
keyword.operator#f36
storage#f36
storage.type#de3cd6
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#47ddff
variable.other.property, variable.other.block#47ddff
entity.other.inherited-class#47ffa0
entity.name.function, support.function#49f571
variable.parameter#ffb452
entity.name.function-call#f8f8f0
function.support.builtin, function.support.core#47ffa0
entity.name.tag, entity.name.tag.class.js, entity.name.tag.class.jsx#f36
entity.name.tag.class, entity.name.tag.id#E040FB
entity.other.attribute-name#47ffa0
support.constant#FFAB40
support.type, support.variable#E040FB
support.dictionary.json#FF5252
source.json meta.structure.dictionary.json string.quoted.double.json punctuation.definition.string#f36
source.json string.quoted.double.json#fff
source.json meta.structure.dictionary.json support.type.property-name.json#f36
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#47ffa0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#47ffa0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#47ffa0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#E040FB
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFAB40
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#47ffa0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#40C4FF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#E040FB
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#61caff
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#47ffa0
variable.css, variable.scss, variable.less, variable.sass#E040FB
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#FFFF00
unit.css, unit.scss, unit.less, unit.sass#f36
constant.numeric.css, constant.numeric.scss, constant.numeric.less, constant.numeric.sass#ffa361
function.css, function.scss, function.less, function.sass#47ffa0
support.other.variable#40C4FF
invalid#f8f8f0
invalid.deprecated#f8f8f0
string.detected-link#40C4FF
meta.diff, meta.diff.header#40C4FF
markup.deleted#FF5252
markup.inserted#FFFF00
markup.changed#FFFF00
constant.numeric.line-number.find-in-files - match#40C4FFA0
entity.name.filename.find-in-files#FFFF00
markup.normal, markup.normal.markdown
punctuation.definition.normal.markdown#696969
markup.underline.link.markdown#40C4FF
markup.bold.markdownbold
punctuation.definition.bold.markdown#919191
keyword.control#de3cd6
markup.heading.markdown#f36bold
punctuation.definition.heading.markdown#919191
markup.quote.markdown#47ffa0
meta.separator.markdown#FF5252bold
markup.raw.inline.markdown, markup.raw.block.markdown#40C4FF
punctuation.definition.list_item.markdown#f8f8f0bold
keyword.operator.other.elixir#f36
variable.other.constant.elixir#49f571
constant.other.symbol.elixir#2eceff
parameter.variable.function.elixir#ffb452
source.elixir entity.name.function#49f571
source.elixir variable.other.readwrite.module.elixir, source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir#2eceff
variable.other.constant.elixir#f3ff52
source.elixir .punctuation.binary.elixir#2eceff

Shiki preview

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

Loading...

Lukin Theme - Coding Theme