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#1D1D26
  • activityBar.foreground#ffffff
  • badge.background#f39
  • badge.foreground#ffffff
  • button.background#f39
  • debugToolBar.background#252530
  • diffEditor.insertedTextBackground#05786797
  • diffEditor.removedTextBackground#b12350dd
  • dropdown.background#1f1f28
  • dropdown.listBackground#252530
  • editor.background#1D1D25
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#2c2c3e
  • editor.selectionBackground#ff339933
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f39
  • editorGroup.border#34352f
  • editorGroup.dropBackground#1f1f2880
  • editorGroupHeader.tabsBackground#252530
  • editorHoverWidget.background#2a2a38
  • editorHoverWidget.border#ff339966
  • editorIndentGuide.activeBackground1#ff339944
  • editorIndentGuide.background1#2d2d3c99
  • editorLineNumber.activeForeground#b3b3d477
  • editorLineNumber.foreground#90908a
  • editorSuggestWidget.background#1D1D26
  • editorSuggestWidget.border#f39
  • editorWhitespace.foreground#1D1D27
  • editorWidget.background#252530
  • focusBorder#99947c
  • input.background#1f1f28
  • inputOption.activeBorder#f39
  • inputValidation.errorBackground#90274A
  • inputValidation.errorBorder#ff3399
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#00BFFF
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#F9DA78
  • list.activeSelectionBackground#b3b3d44e
  • list.dropBackground#1f1f28
  • list.highlightForeground#ffffff
  • list.hoverBackground#2c2c3e
  • list.inactiveSelectionBackground#3d3d56
  • menu.background#252530
  • menu.foreground#cccccc
  • minimap.selectionHighlight#ff339933
  • panel.border#1f1f28
  • panelTitle.activeBorder#f39
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#f39
  • peekView.border#ff339933
  • peekViewEditor.background#1D1D26
  • peekViewEditor.matchHighlightBackground#f39
  • peekViewResult.background#252530
  • peekViewResult.matchHighlightBackground#f39
  • peekViewResult.selectionBackground#1f1f28
  • peekViewTitle.background#252530
  • pickerGroup.foreground#f39
  • ports.iconRunningProcessForeground#B3B3D4
  • progressBar.background#f39
  • quickInputList.focusBackground#1f1f28
  • selection.background#ff339933
  • settings.focusedRowBackground#1f1f285A
  • sideBar.background#252530
  • sideBarSectionHeader.background#1D1D26
  • statusBar.background#1f1f28
  • statusBar.debuggingBackground#f39
  • statusBar.noFolderBackground#1f1f28
  • statusBarItem.remoteBackground#f39
  • tab.activeBorder#f39
  • tab.border#252530
  • tab.inactiveBackground#34352f
  • tab.inactiveForeground#B3B3D4
  • tab.lastPinnedBorder#1f1f28
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#00BFFF
  • terminal.ansiBrightBlack#3d3d56
  • terminal.ansiBrightBlue#00BFFF
  • terminal.ansiBrightCyan#00CED1
  • terminal.ansiBrightGreen#00D364
  • terminal.ansiBrightMagenta#CC66FF
  • terminal.ansiBrightRed#ff3399
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#F9DA78
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#00D364
  • terminal.ansiMagenta#8C6BC8
  • terminal.ansiRed#ff3399
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#F9DA78
  • titleBar.activeBackground#1D1D26
  • titleBar.activeForeground#B3B3D4
  • titleBar.inactiveBackground#1D1D26
  • titleBar.inactiveForeground#B3B3D4
  • widget.shadow#00000098

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown, variable.legacy.builtin.python#ffffff
comment#88846f
string#F9DA78
punctuation.definition.template-expression, punctuation.section.embedded#ff3399
meta.template.expression#ffffff
constant.numeric#CC66FF
constant.language#CC66FF
constant.character, constant.other#CC66FF
variable#ffffff
keyword#ff3399
storage#ff3399
storage.type#00BFFFitalic
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#00D364underline
entity.other.inherited-class#00D364italic underline
entity.name.function#00D364
variable.parameter#f58a0fitalic
entity.name.tag#ff3399
entity.other.attribute-name#00D364
support.function#00BFFF
support.constant#00BFFF
support.type, support.class#00BFFFitalic
support.other.variable
invalid#F44747
invalid.deprecated#F44747
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#f39
markup.deleted#ff3399
markup.inserted#00D364
markup.changed#F9DA78
constant.numeric.line-number.find-in-files - match#CC66FFA0
entity.name.filename.find-in-files#F9DA78
markup.quote#ff3399
markup.list#F9DA78
markup.bold, markup.italic#00BFFF
markup.inline.raw#f58a0f
markup.heading#00D364
markup.heading.setext#00D364bold
markup.heading.markdownbold
markup.quote.markdown#f39italic
markup.bold.markdownbold
string.other.link.title.markdown,string.other.link.description.markdown#CC66FF
markup.underline.link.markdown,markup.underline.link.image.markdown#F9DA78
markup.italic.markdownitalic
markup.strikethroughstrikethrough
markup.list.unnumbered.markdown, markup.list.numbered.markdown#ffffff
punctuation.definition.list.begin.markdown#00D364
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
variable.language#f58a0f
Monocious by Vinicius Vicentini - VS Code Theme