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#1e1e1e
  • activityBar.foreground#f8f8f2
  • badge.background#75715E
  • badge.foreground#f8f8f2
  • button.background#75715E
  • debugToolBar.background#1e1f1c
  • diffEditor.insertedTextBackground#4b661680
  • diffEditor.removedTextBackground#90274A70
  • dropdown.background#444443
  • dropdown.listBackground#1e1f1c
  • editor.background#2a2a28
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#3e3d32
  • editor.selectionBackground#878b9180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#f8f8f0
  • editorGroup.border#34352f
  • editorGroup.dropBackground#44444380
  • editorGroupHeader.tabsBackground#1e1f1c
  • editorHoverWidget.background#444443
  • editorHoverWidget.border#75715E
  • editorIndentGuide.activeBackground#42423c
  • editorIndentGuide.background#32322d
  • editorLineNumber.activeForeground#c2c2bf
  • editorLineNumber.foreground#42423b
  • editorSuggestWidget.background#272626
  • editorSuggestWidget.border#75715E
  • editorWhitespace.foreground#464741
  • editorWidget.background#1e1f1c
  • focusBorder#99947c
  • gitDecoration.modifiedResourceForeground#f8f2f2
  • gitDecoration.untrackedResourceForeground#f8f8f2
  • input.background#444443
  • inputOption.activeBorder#75715E
  • inputValidation.errorBackground#90274A
  • inputValidation.errorBorder#DA655F
  • inputValidation.infoBackground#546190
  • inputValidation.infoBorder#819aff
  • inputValidation.warningBackground#848528
  • inputValidation.warningBorder#e2e22e
  • list.activeSelectionBackground#444443
  • list.dropBackground#444443
  • list.highlightForeground#f8f8f2
  • list.hoverBackground#444443
  • list.hoverForeground#f8f8f2
  • list.inactiveSelectionBackground#444443
  • list.warningForeground#f8f8f2
  • menu.background#1e1f1c
  • menu.foreground#cccccc
  • minimap.selectionHighlight#878b9180
  • panel.background#2a2a28
  • panel.border#1e1f1c
  • panelTitle.activeBorder#75715E
  • panelTitle.activeForeground#f8f8f2
  • panelTitle.inactiveForeground#75715E
  • peekView.border#75715E
  • peekViewEditor.background#272626
  • peekViewEditor.matchHighlightBackground#75715E
  • peekViewResult.background#1e1f1c
  • peekViewResult.matchHighlightBackground#75715E
  • peekViewResult.selectionBackground#444443
  • peekViewTitle.background#1e1f1c
  • pickerGroup.foreground#75715E
  • ports.iconRunningProcessForeground#ccccc7
  • progressBar.background#75715E
  • quickInputList.focusBackground#444443
  • selection.background#878b9180
  • settings.focusedRowBackground#4444435A
  • sideBar.background#2a2a28
  • sideBar.border#202020
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#2a2a28
  • statusBar.background#1e1e1e
  • statusBar.debuggingBackground#75715E
  • statusBar.noFolderBackground#444443
  • statusBarItem.remoteBackground#4479C8
  • tab.activeBackground#2a2a28
  • tab.border#1e1f1c
  • tab.inactiveBackground#393939
  • tab.inactiveForeground#ccccc7
  • tab.lastPinnedBorder#444443
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#6A7EC8
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#819aff
  • terminal.ansiBrightCyan#A1D6FE
  • terminal.ansiBrightGreen#bcff8c
  • terminal.ansiBrightMagenta#AE81FF
  • terminal.ansiBrightRed#DA655F
  • terminal.ansiBrightWhite#f8f8f2
  • terminal.ansiBrightYellow#e2e22e
  • terminal.ansiCyan#56ADBC
  • terminal.ansiGreen#86B42B
  • terminal.ansiMagenta#8C6BC8
  • terminal.ansiRed#C4265E
  • terminal.ansiWhite#e3e3dd
  • terminal.ansiYellow#B3B42B
  • terminal.background#2a2a28
  • titleBar.activeBackground#1e1e1e
  • widget.shadow#00000098

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F8F8F2
meta.embedded, source.groovy.embedded, string meta.image.inline.markdown#F8F8F2
comment#88846f
string#eee387
string.quoted.docstring#88846fitalic
punctuation.definition.template-expression, punctuation.section.embedded#DA655F
meta.template.expression#F8F8F2
constant.numeric#B388D1
constant.language#B388D1
constant.character, constant.other#B388D1
variable#f8f2f2
keyword#DA655F
keyword.control.import#DA655F
storage#DA655F
storage.type#A1D6FEitalic
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#bcff8c
entity.other.inherited-class#bcff8c
entity.name.function#bcff8c
variable.parameter#fba55eitalic
entity.name.tag#DA655F
entity.other.attribute-name#bcff8c
support.function#A1D6FE
support.constant#A1D6FE
support.type, support.class#A1D6FEitalic
support.other.variable
invalid#F44747
invalid.deprecated#F44747
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#75715E
markup.deleted#DA655F
markup.inserted#bcff8c
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#B388D1
entity.name.filename.find-in-files#E6DB74
markup.quote#DA655F
markup.list#E6DB74
markup.bold, markup.italic#A1D6FE
markup.inline.raw#fba55e
markup.heading#bcff8c
markup.heading.setext#bcff8cbold
markup.heading.markdownbold
markup.quote.markdown#75715Eitalic
markup.bold.markdownbold
string.other.link.title.markdown,string.other.link.description.markdown#AE81FFA0
markup.underline.link.markdown,markup.underline.link.image.markdown#E6DB74
markup.italic.markdownitalic
markup.strikethroughstrikethrough
markup.list.unnumbered.markdown, markup.list.numbered.markdown#f8f8f2
punctuation.definition.list.begin.markdown#bcff8c
token.info-token#6796e6
token.warn-token#fba55e
token.error-token#f44747
token.debug-token#b267e6
variable.language#fba55e
Kaupo by sc-mitton - VS Code Theme