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#2c3f57
  • activityBar.border#23364a
  • activityBar.foreground#30cf7b
  • activityBar.inactiveForeground#326889
  • activityBarBadge.background#be2d26
  • activityBarBadge.foreground#ffffff
  • badge.background#be2d26
  • badge.foreground#ffffff
  • debugExceptionWidget.background#be2d26
  • debugExceptionWidget.border#dd5943
  • debugToolBar.background#2c3f57
  • diffEditor.insertedTextBackground#199171aa
  • diffEditor.removedTextBackground#be2d26aa
  • editor.background#23364a
  • editor.focusedStackFrameHighlightBackground#30cf7b60
  • editor.foreground#30cf7b
  • editor.lineHighlightBackground#5f207a30
  • editor.lineHighlightBorder#5f207a00
  • editor.selectionBackground#5f207a
  • editor.selectionForeground#23364a
  • editor.stackFrameHighlightBackground#da8e2660
  • editorBracketMatch.background#5f207a60
  • editorBracketMatch.border#30cf7b
  • editorCursor.foreground#d4d4d4
  • editorError.foreground#be2d26
  • editorHint.foreground#30cf7b
  • editorInfo.foreground#33a5d9
  • editorLineNumber.activeForeground#30cf7b
  • editorLineNumber.foreground#5a8baf
  • editorOverviewRuler.addedForeground#30cf7baa
  • editorOverviewRuler.deletedForeground#dd5943aa
  • editorOverviewRuler.errorForeground#be2d26
  • editorOverviewRuler.findMatchForeground#da8e26aa
  • editorOverviewRuler.infoForeground#33a5d9
  • editorOverviewRuler.modifiedForeground#e7d74baa
  • editorOverviewRuler.warningForeground#da8e26
  • editorSuggestWidget.background#2c3f57
  • editorSuggestWidget.border#1c2c3d
  • editorSuggestWidget.foreground#d4d4d4
  • editorSuggestWidget.highlightForeground#30cf7b
  • editorSuggestWidget.selectedBackground#5f207a60
  • editorWarning.foreground#da8e26
  • editorWidget.background#2c3f57
  • editorWidget.border#30cf7b
  • gitDecoration.conflictingResourceForeground#ad6bdc
  • gitDecoration.deletedResourceForeground#dd5943
  • gitDecoration.ignoredResourceForeground#326889
  • gitDecoration.modifiedResourceForeground#e7d74b
  • gitDecoration.untrackedResourceForeground#30cf7b
  • input.background#2c3f57
  • input.border#1c2c3d
  • input.foreground#d4d4d4
  • input.placeholderForeground#326889
  • inputOption.activeBorder#30cf7b
  • list.activeSelectionBackground#5f207a
  • list.activeSelectionForeground#ffffff
  • list.highlightForeground#30cf7b
  • list.hoverBackground#2c3f5780
  • list.hoverForeground#30cf7b
  • list.inactiveSelectionBackground#5f207a60
  • list.inactiveSelectionForeground#d4d4d4
  • notificationCenter.border#30cf7b
  • notificationCenterHeader.background#2c3f57
  • notificationCenterHeader.foreground#30cf7b
  • notificationLink.foreground#33a5d9
  • panel.background#23364a
  • panel.border#2c3f57
  • panelTitle.activeBorder#30cf7b
  • panelTitle.activeForeground#30cf7b
  • panelTitle.inactiveForeground#326889
  • peekView.border#30cf7b
  • peekViewEditor.background#23364aaa
  • peekViewEditor.matchHighlightBackground#da8e2660
  • peekViewResult.background#2c3f57
  • peekViewResult.matchHighlightBackground#da8e2660
  • peekViewResult.selectionBackground#5f207a60
  • peekViewTitle.background#1c2c3d
  • peekViewTitleLabel.foreground#30cf7b
  • scrollbarSlider.activeBackground#30cf7baa
  • scrollbarSlider.background#326889aa
  • scrollbarSlider.hoverBackground#326889dd
  • sideBar.background#23364a
  • sideBar.border#2c3f57
  • sideBar.foreground#d4d4d4
  • sideBarSectionHeader.background#2c3f57
  • sideBarSectionHeader.foreground#30cf7b
  • sideBarTitle.foreground#30cf7b
  • statusBar.background#199171
  • statusBar.debuggingBackground#be2d26
  • statusBar.foreground#f0f0f0
  • statusBar.noFolderBackground#325d96
  • statusBarItem.remoteBackground#8a5ddb
  • statusBarItem.remoteForeground#f0f0f0
  • tab.activeBackground#23364a
  • tab.activeBorder#30cf7b
  • tab.activeForeground#30cf7b
  • tab.border#1c2c3d
  • tab.inactiveBackground#2c3f57
  • tab.inactiveForeground#d4d4d4
  • terminal.ansiBlack#2c3f57
  • terminal.ansiBlue#325d96
  • terminal.ansiBrightBlack#326889
  • terminal.ansiBrightBlue#33a5d9
  • terminal.ansiBrightCyan#41c3ad
  • terminal.ansiBrightGreen#30cf7b
  • terminal.ansiBrightMagenta#ad6bdc
  • terminal.ansiBrightRed#dd5943
  • terminal.ansiBrightWhite#d4d4d4
  • terminal.ansiBrightYellow#e7d74b
  • terminal.ansiCyan#35a08f
  • terminal.ansiGreen#199171
  • terminal.ansiMagenta#8a5ddb
  • terminal.ansiRed#be2d26
  • terminal.ansiWhite#23d082
  • terminal.ansiYellow#da8e26
  • terminal.background#23364a
  • terminal.foreground#d4d4d4
  • titleBar.activeBackground#1c2c3d
  • titleBar.activeForeground#30cf7b
  • titleBar.inactiveBackground#1c2c3d
  • titleBar.inactiveForeground#326889

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5a8bafitalic
variable, string constant.other.placeholder, entity.name.variable#30cf7b
constant.other.color#d4d4d4
invalid, invalid.illegal#be2d26
keyword, storage.type, storage.modifier#ad6bdc
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#d4d4d4
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#dd5943
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#33a5d9
meta.block variable.other#30cf7b
support.other.variable, string.other.link#dd5943
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#dd5943
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#e7d74b
entity.name.class, entity.name.type.class, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#41c3ad
support.type#41c3ad
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#41c3ad
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#dd5943
variable.language#dd5943italic
entity.name.method.js#33a5d9italic
meta.class-method.js entity.name.function.js, variable.function.constructor#33a5d9
entity.other.attribute-name#ad6bdc
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#41c3aditalic
entity.other.attribute-name.class#41c3ad
source.sass keyword.control#33a5d9
markup.inserted#30cf7b
markup.deleted#dd5943
markup.changed#ad6bdc
string.regexp#41c3ad
constant.character.escape#41c3ad
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#33a5d9italic
source.js constant.other.object.key.js string.unquoted.label.js#dd5943italic
source.json meta.structure.dictionary.json support.type.property-name.json#33a5d9
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#41c3ad
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#ad6bdc
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#dd5943
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#e7d74b
text.html.markdown, punctuation.definition.list_item.markdown#d4d4d4
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#30cf7b
markup.quote, punctuation.definition.blockquote.markdown#41c3aditalic
string.other.link.title.markdown#33a5d9
string.other.link.description.title.markdown#ad6bdc
constant.other.reference.link.markdown#41c3ad
markup.raw.block#ad6bdc
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#d4d4d4
variable.language.fenced.markdown#dd5943
meta.separator#dd5943bold
markup.table#d4d4d4
Toy Chest Theme by cloudMACHINES - VS Code Theme