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#21252B
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#568AF2
  • activityBarBadge.foreground#F8FAFD
  • badge.background#181A1F30
  • badge.foreground#495162
  • breadcrumb.background#282C34
  • button.background#568AF2
  • button.foreground:#F8FAFD
  • button.hoverBackground:#5C6BC0
  • debugToolBar.background#21252B
  • diffEditor.insertedTextBackground#C3E88D30
  • diffEditor.removedTextBackground#FF537030
  • dropdown.background#21252B
  • dropdown.border#181A1F
  • editor.background#282C34
  • editor.foreground#F8FAFD
  • editor.lineHighlightBackground#383E4A30
  • editor.selectionBackground#495162
  • editor.selectionHighlightBackground#FFCC0020
  • editorBracketMatch.border#FFCB6B
  • editorCursor.foreground#F8FAFD
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorGroupHeader.tabsBorder#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#495162
  • editorLineNumber.activeForeground#568AF2
  • editorLineNumber.foreground#495162
  • editorLink.activeForeground#F8FAFD
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.foreground#F8FAFD
  • editorSuggestWidget.highlightForeground#568AF2
  • editorSuggestWidget.selectedBackground#282C34
  • editorWhitespace.foreground#495162
  • editorWidget.background#21252B
  • extensionButton.prominentBackground#568AF2
  • extensionButton.prominentHoverBackground#5C6BC0
  • focusBorder#FFFFFF00
  • input.background#181A1F
  • input.border#181A1F50
  • input.foreground#F8FAFD
  • input.placeholderForeground#D7DAE0
  • inputValidation.errorBorder#FF5370
  • inputValidation.infoBorder#82AAFF
  • inputValidation.warningBorder#FFCB6B
  • list.activeSelectionBackground#21252B
  • list.activeSelectionForeground#F8FAFD
  • list.focusBackground#21252B
  • list.focusForeground#F8FAFD
  • list.highlightForeground#D7DAE0
  • list.hoverBackground#21252B
  • list.hoverForeground#F8FAFD
  • list.inactiveSelectionBackground#21252B
  • list.inactiveSelectionForeground#9DA5B4
  • notification.background#21252B
  • notification.foreground#F8FAFD
  • panel.border#181A1F
  • panelTitle.activeForeground#F8FAFD
  • peekView.border#00000030
  • peekViewEditor.background#EEFFFF05
  • peekViewEditorGutter.background#EEFFFF05
  • peekViewResult.background#EEFFFF05
  • peekViewTitle.background#EEFFFF05
  • peekViewTitleDescription.foreground#EEFFFF60
  • pickerGroup.foreground#568AF2
  • progressBar.background#568AF2
  • scrollbar.shadow#21252B
  • scrollbarSlider.activeBackground#49516280
  • scrollbarSlider.background#49516280
  • scrollbarSlider.hoverBackground#568AF280
  • selection.background#F8FAFD
  • settings.dropdownListBorder#21252B
  • settings.modifiedItemIndicator#21252B
  • sideBar.background#21252B
  • sideBar.border#21252B
  • sideBar.foreground#9DA5B4
  • sideBarSectionHeader.background#21252B
  • sideBarSectionHeader.foreground#D7DAE0
  • sideBarTitle.foreground#F8FAFD
  • statusBar.background#21252B
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#9DA5B4
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#282C34
  • tab.activeBackground#282C34
  • tab.activeBorderTop#568AF2
  • tab.activeForeground#F8FAFD
  • tab.border#21252B
  • tab.inactiveBackground#21252B
  • tab.inactiveBorderTop#181A1F
  • tab.inactiveForeground#495162
  • tab.unfocusedActiveBackground#21252B
  • tab.unfocusedActiveBorderTop:#181A1F
  • tab.unfocusedActiveForeground#495162
  • terminal.ansiBlack#495162
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#495162
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#99ecfd
  • terminal.ansiBrightGreen#C3E88D
  • terminal.ansiBrightMagenta#C792EA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#FFCB6B
  • terminal.ansiCyan#99ecfd
  • terminal.ansiGreen#C3E88D
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#F8FAFD
  • terminal.ansiYellow#FFCB6B
  • textLink.activeForeground#F8FAFD
  • textLink.foreground#568AF2
  • titleBar.activeBackground#21252B
  • titleBar.activeForeground#9DA5B4
  • titleBar.inactiveBackground#21252B
  • titleBar.inactiveForeground#495162
  • widget.shadow#181A1F30

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment, punctuation.definition.comment#4A4A4Aitalic
variable, string constant.other.placeholder#F8FAFD
constant.other.color#F8FAFD
invalid, invalid.illegal#FF5370
invalid.deprecated#C792EA
keyword, storage.type, storage.modifier#C792EA
Keyword, Storageitalic
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#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF
meta.block variable.other#f07178
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C
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#C3E88Dnormal
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#FFCB6B
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#FFCB6B
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#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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#C17E70
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#82AAFF
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#f07178
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#C792EA
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#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#F8FAFD
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
text.html.markdown meta.dummy.line-break
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#f07178bold
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#F78C6Cunderline
markup.strikestrike
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#F8FAFD
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#F8FAFD

Shiki preview

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

Loading...

Atomized Theme - Coding Theme