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#050505
  • activityBarBadge.background#1c8d00
  • contrastBorder#000000
  • diffEditor.insertedTextBorder#608b4e
  • diffEditor.removedTextBorder#d16969
  • editor.background#000000
  • editor.foreground#d4d4d4
  • editor.inactiveSelectionBackground#3a3d41
  • editor.selectionHighlightBackground#add6ff26
  • editorGroupHeader.tabsBackground#050505
  • editorGutter.addedBackground#608b4e
  • editorGutter.deletedBackground#d16969
  • editorGutter.modifiedBackground#d7ba7d
  • editorIndentGuide.background#404040
  • editorOverviewRuler.addedForeground#608b4e
  • editorOverviewRuler.deletedForeground#d16969
  • editorOverviewRuler.modifiedForeground#d7ba7d
  • gitDecoration.conflictingResourceForeground#d16969
  • gitDecoration.deletedResourceForeground#d7ba7d
  • gitDecoration.ignoredResourceForeground#808080
  • gitDecoration.modifiedResourceForeground#608b4e
  • gitDecoration.untrackedResourceForeground#d7ba7d
  • list.dropBackground#383b3d
  • sideBar.background#000000
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#050505
  • statusBar.debuggingBackground#263238
  • statusBar.noFolderBackground#212121
  • tab.activeBackground#000000
  • tab.activeBorder#40fd1f7a
  • tab.hoverBackground#101010
  • tab.inactiveBackground#050505
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#189fcc
  • terminal.ansiBrightBlack#888888
  • terminal.ansiBrightBlue#1bb9ee
  • terminal.ansiBrightCyan#c7aeff
  • terminal.ansiBrightGreen#b3ff00
  • terminal.ansiBrightMagenta#ff8400
  • terminal.ansiBrightRed#ff0040
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fdeb28
  • terminal.ansiCyan#9473e2
  • terminal.ansiGreen#98d800
  • terminal.ansiMagenta#df7300
  • terminal.ansiRed#e62858
  • terminal.ansiWhite#f0f0f0
  • terminal.ansiYellow#d8c923
  • terminal.background#000000
  • terminal.foreground#e4e4e4
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#ffffff54

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#FFFFFF
comment#FD971F
string#E6DB74
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable
keyword#F92672bold
storage#F92672bold
storage.type#66D9EFitalic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#F92672bold
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#66D9EFitalic
support.other.variable
invalid#F8F8F0bold
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
variable.language#A6E22E
heading.1.markdown#A6E22Ebold
punctuation.definition.heading.markdown#A6E22E
entity.name.section.markdown#A6E22E
punctuation.definition.list.begin.markdown#AE81FF
meta.image.inline.markdown#E6DB74
markup.bold.markdown#FFFFFFbold
markup.italic.markdown#FFFFFFitalic
markup.inline.raw.string.markdown#66D9EF
meta.separator.markdown#8f8f8f

Shiki preview

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

Loading...

Monokai Charcoal Full Dark by Lester Lo - VS Code Theme