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#191a22
  • activityBar.border#2b2c3a
  • activityBar.dropBackground#191a22
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A599E9
  • activityBarBadge.background#00fa7d
  • activityBarBadge.foreground#00994d
  • badge.background#3cffbe
  • badge.foreground#1f8361
  • button.background#00ca6c
  • button.foreground#ffffff
  • button.hoverBackground#00b15e
  • debugExceptionWidget.background#2a2b38
  • debugExceptionWidget.border#A599E9
  • debugToolBar.background#2a2b38
  • debugToolBar.border#1d1e27
  • diffEditor.insertedTextBackground#00ff8871
  • diffEditor.insertedTextBorder#00774071
  • diffEditor.removedTextBackground#ff1f2ab0
  • diffEditor.removedTextBorder#aa0009b0
  • dropdown.background#1d1d2c
  • dropdown.border#2b2b5c
  • dropdown.foreground#FFFFFF
  • dropdown.listBackground#2b2b5c
  • editor.background#14151b
  • editor.findMatchBackground#008acaad
  • editor.findMatchBorder#006999
  • editor.findMatchHighlightBackground#adadad36
  • editor.findMatchHighlightBorder#3f3f3f
  • editor.findRangeHighlightBackground#adadad13
  • editor.findRangeHighlightBorder#1f1f1f
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#191a22
  • editor.inactiveSelectionBackground#363636
  • editor.lineHighlightBackground#191a22
  • editor.lineHighlightBorder#2a2b38
  • editor.rangeHighlightBackground#2e2e3a
  • editor.rangeHighlightBorder#24242e
  • editor.selectionBackground#008aca
  • editor.selectionForeground#ffffff
  • editor.selectionHighlightBackground#adadad36
  • editor.selectionHighlightBorder#3f3f3f
  • editor.wordHighlightBackground#191a228f
  • editor.wordHighlightBorder#191a22b6
  • editor.wordHighlightStrongBackground#111116
  • editor.wordHighlightStrongBorder#0c0c0f
  • editorCursor.background#ffffff
  • editorCursor.foreground#00ca6c
  • editorError.border#ff5755
  • editorError.foreground#af2c2a
  • editorGroup.border#d6d6d6
  • editorGroup.dropBackground#3b3e50
  • editorGroup.emptyBackground#353950
  • editorGroup.focusedEmptyBorder#676c86
  • editorGroupHeader.noTabsBackground#3b3e50
  • editorGroupHeader.tabsBackground#2d303d
  • editorGroupHeader.tabsBorder#262833
  • editorGutter.addedBackground#2eff89
  • editorGutter.background#191a22
  • editorGutter.deletedBackground#ff3d3af5
  • editorGutter.modifiedBackground#ffee00c2
  • editorIndentGuide.background#191a22
  • editorMarkerNavigationError.background#fd5c5c
  • editorOverviewRuler.commonContentForeground#00ff4cb4
  • editorOverviewRuler.currentContentForeground#1f93ffc9
  • editorOverviewRuler.incomingContentForeground#20ff2067
  • editorRuler.foreground#fff
  • editorWarning.border#FFFFFF00
  • editorWarning.foreground#00fa7d
  • notificationCenter.border#1d1e27
  • notificationCenterHeader.background#2a2b38
  • notificationCenterHeader.foreground#fff
  • notificationLink.foreground#fff
  • notifications.background#2a2b38
  • notifications.border#1d1e27
  • notifications.foreground#fff
  • notificationToast.border#1d1e27
  • sideBar.background#191a22
  • sideBar.border#2b2c3a
  • sideBar.foreground#f7f5ff
  • sideBarSectionHeader.background#2a2f44
  • sideBarSectionHeader.border#1f2333
  • sideBarSectionHeader.foreground#ffffff
  • sideBarTitle.foreground#ffffff
  • tab.activeBackground#2d303d
  • tab.activeBorder#1e2029
  • tab.activeBorderTop#1e2029
  • tab.activeForeground#ffffff
  • tab.border#1e2029
  • tab.hoverBackground#232530
  • tab.hoverBorder#1e2029
  • tab.inactiveBackground#383b4b
  • tab.inactiveForeground#d8d8d8
  • tab.inactiveModifiedBorder#383b4b
  • tab.unfocusedActiveBackground#2d303d
  • tab.unfocusedActiveBorder#1e2029
  • tab.unfocusedActiveBorderTop#1e2029
  • tab.unfocusedActiveForeground#ffffff
  • tab.unfocusedActiveModifiedBorder#1e2029
  • terminalCursor.background#00ca6c
  • terminalCursor.foreground#ffffff
  • titleBar.activeBackground#1b1d25
  • titleBar.activeForeground#fff
  • titleBar.border#1e2029
  • titleBar.inactiveBackground#292c38
  • titleBar.inactiveForeground#cecece
  • welcomePage.background#14151b
  • welcomePage.buttonBackground#34c997
  • welcomePage.buttonHoverBackground#279772

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#768ac4italic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#f5ff70
invalid, invalid.illegal#ff7777
keyword, storage.type, storage.modifier#c3ff95
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#77ffdf
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#8efff7
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#cca4ff
meta.block variable.other#ff8ce6
support.other.variable, string.other.link#ff666e
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#ff7146
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#95ffb9
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#ffde67
support.type#ffd66f
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#59b4ff
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#ff516e
variable.language#FF5370italic
entity.name.method.js#5d90ffitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#74dfff
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#ff7094italic
entity.other.attribute-name.class#ffcf75
source.sass keyword.control#437fff
markup.inserted#a9db5f
markup.deleted#ff4949
markup.changed#e6c2ff
string.regexp#73c080
constant.character.escape#6baec9
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#df4b63italic
source.json meta.structure.dictionary.json support.type.property-name.json#a574ff
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#8a5fd8
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#7c57c0
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#6948a5
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#5d4092
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#4b3574
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#d6c1ff
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#edd3ff
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#b3a1d6
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#ff5f67italic
markup.bold, markup.bold string#ff8086bold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#ff6d74bold
markup.underline#ffa98funderline
markup.quote punctuation.definition.blockquote.markdown#81c8ff
markup.quoteitalic
string.other.link.title.markdown#a6c2ff
string.other.link.description.title.markdown#c977ff
constant.other.reference.link.markdown#ffd27d
markup.raw.block#d595ff
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#7498b4
meta.separator#8698a5bold
markup.table#83c9c9

Shiki preview

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

Loading...

Deep Dark Lime by ddl-vscode - VS Code Theme