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.background#5a717cd5
  • activityBar.border#647e65
  • activityBar.foreground#ddd8e6
  • activityBarBadge.background#9a73da
  • breadcrumb.activeSelectionForeground#d8e3e7
  • breadcrumb.focusForeground#d8e3e7
  • breadcrumb.foreground#adc9af
  • breadcrumbPicker.background#3c4654
  • button.background#d8e3e7
  • button.foreground#3d413f
  • button.hoverBackground#eed6d4
  • button.secondaryBackground#3a3d41
  • button.secondaryForeground#cccccc
  • button.secondaryHoverBackground#45494e
  • dropdown.background#3c4654
  • dropdown.border#adc9af
  • dropdown.foreground#adc9af
  • editor.background#3c4654
  • editor.findMatchBackground#585555ab
  • editor.findMatchBorder#ad8a86
  • editor.findMatchHighlightBackground#7b91a080
  • editor.findMatchHighlightBorder#456f80
  • editor.foreground#c9dfca
  • editor.lineHighlightBackground#424f5780
  • editor.lineHighlightBorder#424f5780
  • editor.selectionBackground#858585b0
  • editor.selectionHighlightBackground#55555580
  • editor.wordHighlightBackground#5a5a5a40
  • editor.wordHighlightBorder#92929240
  • editor.wordHighlightStrongBackground#585555ab
  • editor.wordHighlightStrongBorder#6a8996
  • editorCursor.foreground#adc9af
  • editorError.foreground#ff7357
  • editorGroup.border#6a8996
  • editorGroupHeader.tabsBackground#363b3b
  • editorHoverWidget.background#384349
  • editorLineNumber.activeForeground#89ddff
  • editorLineNumber.foreground#adc9af
  • editorStickyScroll.border#384948
  • editorStickyScroll.shadow#313a39
  • editorWidget.background#2c2c2c
  • extensionButton.prominentBackground#d3e1d2
  • extensionButton.prominentForeground#4c5558
  • gitDecoration.addedResourceForeground#73c991
  • gitDecoration.conflictingResourceForeground#ffb341
  • gitDecoration.deletedResourceForeground#f14c4c
  • gitDecoration.ignoredResourceForeground#aaaaaa
  • gitDecoration.modifiedResourceForeground#e2c08d
  • gitDecoration.stageDeletedResourceForeground#f97e65
  • gitDecoration.stageModifiedResourceForeground#bdafe8
  • gitDecoration.submoduleResourceForeground#645085
  • gitDecoration.untrackedResourceForeground#b9c7fc
  • input.border#645085
  • input.foreground#d8e3e7
  • input.placeholderForeground#aaaaaa
  • list.activeSelectionBackground#585555ab
  • list.activeSelectionForeground#d8e3e7
  • list.dropBackground#585555ab
  • list.errorForeground#ff7357
  • list.filterMatchBackground#efe8f0
  • list.focusOutline#3e87bb
  • list.hoverBackground#7a807b80
  • list.hoverForeground#dadfdc
  • list.inactiveSelectionBackground#46565f
  • list.inactiveSelectionForeground#d3dbd6
  • list.warningForeground#e2c186
  • listFilterWidget.background#efe8f0
  • notifications.background#2d302e
  • panel.border#adc9af
  • panelTitle.activeForeground#d8e3e7
  • panelTitle.inactiveForeground#adc9af
  • peekViewEditor.background#151d29
  • peekViewEditor.matchHighlightBackground#585555ab
  • peekViewEditor.matchHighlightBorder#89ddff
  • peekViewResult.background#15231b
  • peekViewResult.matchHighlightBackground#585555ab
  • quickInput.background#2c343f
  • scrollbar.shadow#26302f
  • scrollbarSlider.activeBackground#638d65
  • scrollbarSlider.background#78949e
  • scrollbarSlider.hoverBackground#ad8a86
  • sideBar.background#3c4654
  • sideBar.border#adc9af
  • sideBar.foreground#adc9af
  • sideBarSectionHeader.border#adc9af
  • sideBarSectionHeader.foreground#d8e3e7
  • sideBarTitle.foreground#adc9af
  • statusBar.background#627463
  • statusBar.debuggingBackground#3e87bb
  • statusBar.foreground#bdc7bd
  • statusBar.noFolderBackground#96b398
  • statusBar.noFolderForeground#4e4e4e
  • statusBarItem.hoverBackground#809c82
  • tab.activeBackground#526263
  • tab.activeBorder#5f8a8d
  • tab.border#53615e
  • tab.inactiveBackground#454a4b
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#4b83cd
  • terminal.ansiBrightBlack#444343
  • terminal.ansiBrightMagenta#db81cc
  • terminal.ansiBrightRed#e27b7b
  • terminal.ansiBrightWhite#978c94
  • terminal.ansiGreen#006865
  • terminal.ansiMagenta#888ccc
  • terminal.ansiRed#cf426f
  • terminal.ansiWhite#72696f
  • terminal.background#3c4654
  • terminal.foreground#adc9af
  • terminal.selectionBackground#585555ab
  • terminalCursor.foreground#d8e3e7
  • textBlockQuote.background#202520
  • textLink.activeForeground#79b5ff
  • textLink.foreground#579ef5
  • titleBar.activeBackground#7ea581
  • titleBar.activeForeground#e2ece0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#AAAAAAitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#ADC9AF
invalid, invalid.illegal#FF5370
variable, string constant.other.placeholder#76BEA6
constant.other.color#FFFFFF
keyword#BDAFE8
storage, storage.modifier, storage.type#BDAFE8
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#D8E3E7
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#E990B6
meta.function-call, variable.function, support.function, keyword.other.special-method#9ECAF1
variable.other.property#AED0EEitalic
entity.name.function#AED0EEbold
variable.parameter#E990B6italic
meta.block variable.other#76BEA6
support.other.variable, string.other.link#76BEA6
constant.numeric, constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#D8E3E7
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#AED0EE
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#76BEA6bold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#C1A1CAitalic
support.type#B2CCD6
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#76BEA6
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*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#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#ADC9AF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#BDAFE8
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#E990B6
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#D8E3E7
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#76BEA6
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#D8E3E7
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#E990B6
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#BDAFE8
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#ADC9AF
text.html.markdown, punctuation.definition.list_item.markdown#ADC9AF
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#AED0EE
markup.italic#E990B6italic
markup.bold, markup.bold string#E990B6bold
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#F07178bold
markup.underline#89DDFFunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
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#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
comment#B5B9B6
support.function.builtin.shell#DDDDDD
variable.language#E990B6
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
keyword.control.import.python#E79DBD
entity.name.function#BDAFE8
constant.other.caps.rust#89DDFF
Sodagreen Night Theme (Modified) by Tat80 - VS Code Theme