Skip to main content
CodingTheme

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#1e1f1c
  • activityBar.foreground#f8f8f2
  • debugToolBar.background#1e1f1c
  • diffEditor.insertedTextBackground#6fa70080
  • dropdown.listBackground#1e1f1c
  • editor.background#171717
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#27261e
  • editor.selectionBackground#61616180
  • editor.selectionHighlightBackground#575b6180
  • editor.wordHighlightBackground#4a4a7680
  • editor.wordHighlightStrongBackground#6a6a9680
  • editorCursor.foreground#F8F8F0
  • editorGroupHeader.tabsBackground#1e1f1c
  • editorLineNumber.foreground#575757
  • editorWhitespace.foreground#3B3A32
  • editorWidget.background#1e1f1c
  • focusBorder#75715E
  • input.background#414339
  • inputOption.activeBorder#75715E
  • list.activeSelectionBackground#75715E
  • list.dropBackground#414339
  • list.focusBackground#414339
  • list.highlightForeground#f8f8f2
  • list.inactiveSelectionBackground#414339
  • menu.background#1e1f1c
  • menu.foreground#cccccc
  • panel.background#171717
  • panelTitle.activeBorder#171717
  • panelTitle.inactiveForeground#75715E
  • pickerGroup.foreground#75715E
  • selection.background#bdbdb8
  • sideBar.background#0f0f0f
  • sideBarSectionHeader.background#272822
  • statusBar.background#1e1f1c
  • statusBar.debuggingBackground#1e1f1c
  • statusBar.noFolderBackground#1e1f1c
  • tab.border#1e1f1c
  • tab.inactiveForeground#ccccc7
  • terminal.ansiBlack#272822
  • terminal.ansiBlue#66D9EF
  • terminal.ansiBrightBlack#75715E
  • terminal.ansiBrightBlue#66D9EF
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#A6E22E
  • terminal.ansiBrightMagenta#AE81FF
  • terminal.ansiBrightRed#F92672
  • terminal.ansiBrightWhite#F9F8F5
  • terminal.ansiBrightYellow#E2E22E
  • terminal.ansiCyan#66D9EF
  • terminal.ansiGreen#A6E22E
  • terminal.ansiMagenta#AE81FF
  • terminal.ansiRed#F92672
  • terminal.ansiWhite#F8F8F2
  • terminal.ansiYellow#E2E22E
  • titleBar.activeBackground#1e1f1c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
punctuation.separator.key-value, punctuation.separator.comma#ffffff
meta.object-literal.key#a4e5ff
variable#e0cdf8
variable.other.property#ffffff
meta.embedded, source.groovy.embedded#F8F8F2
comment#55b5b5
string#fff06d
punctuation.definition.template-expression, punctuation.section.embedded#F92672
meta.template.expression#F8F8F2
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
keyword#F92672
storage.modifier#17d8ff
storage.type#17d8ff
entity.name.type, entity.name.class#A6E22E
entity.name.class#A6E22E
entity.other.inherited-class#A6E22E
entity.name.function#56ff7b
variable.parameter#ff8800
entity.name.tag#F92672
entity.other.attribute-name#fff
support.function#17d8ff
support.constant#66D9EF
support.type, support.class#A6E22E
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#66D9EF

Shiki preview

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

Loading...

Monokai Flow by Ahmed Hadjou - VS Code Theme