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.

  • editor.background#1E1E1E
  • editor.findMatchHighlightBackground#6b3719
  • editor.foreground#F8F8F2
  • editor.lineHighlightBackground#3E3D32
  • editor.selectionBackground#49483E
  • editorCursor.foreground#F8F8F2
  • editorIndentGuide.activeBackground1#75715E
  • editorIndentGuide.background1#75715E
  • editorLineNumber.activeForeground#F8F8F2
  • editorRuler.foreground#75715E
  • editorWhitespace.foreground#75715E
  • list.inactiveSelectionBackground#4f4d40
  • tab.activeBackground#FD971F
  • tab.activeForeground#000
  • tab.activeModifiedBorder#CFCFC2
  • tab.border#F8F8F2
  • tab.inactiveForeground#CFCFC2
  • tab.inactiveModifiedBorder#F92672
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#FD971F
  • terminal.ansiBrightBlack#75715E
  • terminal.ansiBrightBlue#FD971F
  • terminal.ansiBrightCyan#66D9EF
  • terminal.ansiBrightGreen#A6E22E
  • terminal.ansiBrightMagenta#AE81FF
  • terminal.ansiBrightRed#F92672
  • terminal.ansiBrightWhite#F8F8F2
  • terminal.ansiBrightYellow#FFE792
  • terminal.ansiCyan#66D9EF
  • terminal.ansiGreen#A6E22E
  • terminal.ansiMagenta#AE81FF
  • terminal.ansiRed#F92672
  • terminal.ansiWhite#F8F8F2
  • terminal.ansiYellow#FFE792
  • terminal.background#1E1E1E
  • terminal.border#F8F8F2
  • terminal.foreground#F8F8F2
  • terminal.selectionBackground#456BA5
  • terminalCursor.background#7F7F7F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.embedded, source.groovy.embedded#F8F8F2
comment#75715E
string#FFE792
punctuation.definition.template-expression, punctuation.section.embedded#F92672
meta.template.expression#F8F8F2
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable, variable.language.this.php, keyword.operator.key.php#F8F8F2
keyword#F92672
storage#F92672
storage.type#66D9EF
type, entity.name.type#A6E22E
class, entity.name.class, entity.name.type.class, entity.name.namespace, entity.name.scope-resolution, entity.name.type.interface#F92672
entity.other.inherited-class#A6E22E
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#CFCFC2strikethrough
invalid.deprecated#CFCFC2strikethrough
meta.structure.dictionary.json string.quoted.double.json#CFCFC2
meta.diff, meta.diff.header#75715E
markup.deleted#F92672
markup.inserted#A6E22E
markup.changed#FFE792
constant.numeric.line-number.find-in-files - match#AE81FF
entity.name.filename.find-in-files#FFE792
markup.quote#F92672
markup.list#FFE792
markup.bold, markup.italic#66D9EF
markup.inline.raw#FD971F
markup.heading#A6E22E
markup.heading.setext#A6E22Ebold
markup.heading.markdownbold
markup.bold.markdownbold
string.other.link.title.markdown,string.other.link.description.markdown#AE81FF
markup.underline.link.markdown,markup.underline.link.image.markdown#FFE792underline
markup.italic.markdownitalic
markup.strikethroughstrikethrough
markup.list.unnumbered.markdown, markup.list.numbered.markdown#F8F8F2
punctuation.definition.list.begin.markdown#A6E22E
token.info-token#66D9EF
token.warn-token#FD971F
token.error-token#CFCFC2strikethrough
token.debug-token#AE81FF
variable.language#FD971F
Monokai22 by henderjon - VS Code Theme