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#353535
  • activityBar.dropBackground#414339
  • activityBar.foreground#ffffff
  • badge.background#75715e
  • badge.foreground#f8f8f2
  • button.background#565656
  • debugToolBar.background#1e1f1c
  • diffEditor.insertedTextBackground#66852880
  • diffEditor.removedTextBackground#90274a80
  • dropdown.background#525252
  • dropdown.listBackground#1e1f1c
  • editor.background#1e1e1e
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#303030
  • editor.selectionBackground#676b7180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#34352f
  • editorGroup.dropBackground#41433980
  • editorGroupHeader.tabsBackground#282828
  • editorHoverWidget.background#414339
  • editorHoverWidget.border#75715e
  • editorIndentGuide.activeBackground#505037
  • editorIndentGuide.background#707057
  • editorLineNumber.activeForeground#949494
  • editorLineNumber.foreground#90908a
  • editorSuggestWidget.background#272822
  • editorSuggestWidget.border#75715e
  • editorWhitespace.foreground#505037
  • editorWidget.background#1e1f1c
  • focusBorder#75715e
  • input.background#414339
  • inputOption.activeBorder#75715e
  • inputValidation.errorBackground#90274a
  • inputValidation.errorBorder#f92672
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#e2e22e
  • list.activeSelectionBackground#707070
  • list.dropBackground#414339
  • list.focusBackground#707070
  • list.highlightForeground#f8f8f2
  • list.hoverBackground#444444
  • list.inactiveSelectionBackground#4e4e4e
  • menu.background#272727
  • menu.foreground#cccccc
  • panel.border#414339
  • panelTitle.activeBorder#75715e
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#75715e
  • peekView.border#75715e
  • peekViewEditor.background#272822
  • peekViewEditor.matchHighlightBackground#75715e
  • peekViewResult.background#1e1f1c
  • peekViewResult.matchHighlightBackground#75715e
  • peekViewResult.selectionBackground#414339
  • peekViewTitle.background#1e1f1c
  • pickerGroup.foreground#b0b0b0
  • progressBar.background#75715e
  • selection.background#ccccc7
  • settings.numberInputBackground#32342d
  • settings.textInputBackground#32342d
  • sideBar.background#272727
  • sideBarSectionHeader.background#505050
  • statusBar.background#505050
  • statusBar.debuggingBackground#505050
  • statusBar.noFolderBackground#505050
  • tab.border#303030
  • tab.inactiveBackground#404040
  • tab.inactiveForeground#d8d8d8
  • terminal.ansiWhite#ffffff
  • titleBar.activeBackground#505050
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c5c8c6
By uonick#c5c8c6ff
meta.embedded, source.groovy.embedded#c5c8c6
comment#717270
string#e6db74
punctuation.definition.template-expression, punctuation.section.embedded#f92672
meta.template.expression#f8f8f2
constant.numeric#ae81ff
constant.language#ae81ff
constant.character, constant.other#ae81ff
variable#f8f8f2
keyword#f92672
storage#f92672
storage.type#66d9ef
entity.name.type, entity.name.class#a6e22eunderline
entity.other.inherited-class#a6e22eunderline
entity.name.function#a6e22e
variable.parameter#fd971f
entity.name.tag#f92672
entity.other.attribute-name#a6e22e
support.function#66d9ef
support.constant#66d9ef
support.type, support.class#66d9ef
support.other.variable
invalid#f8f8f0
invalid.deprecated#f8f8f0
meta.structure.dictionary.json string.quoted.double.json#cfcfc2
meta.diff, meta.diff.header#75715e
markup.deleted#f92672
markup.inserted#a6e22e
markup.changed#e6db74
constant.numeric.line-number.find-in-files - match#ae81ffa0
entity.name.filename.find-in-files#e6db74
markup.quote#f92672
markup.list#e6db74
markup.bold, markup.italic#66d9ef
markup.inline.raw#fd971f
markup.heading#a6e22e
markup.heading.setext#a6e22e
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
variable.language#fd971f
non-italic-monokai by Neos21 - VS Code Theme