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.

  • activityBarBadge.background#00bcd4
  • editor.background#0d1011
  • editor.foreground#d7d7d7
  • editor.lineHighlightBackground#333333
  • editor.selectionBackground#444444
  • editorCursor.foreground#ff8801
  • editorSuggestWidget.highlightForeground#00bcd4
  • editorWhitespace.foreground#3b3a32
  • list.activeSelectionForeground#00bcd4
  • list.highlightForeground#00bcd4
  • list.inactiveSelectionForeground#00bcd4
  • pickerGroup.foreground#00bcd4
  • progressBar.background#00bcd4
  • scrollbarSlider.activeBackground#00bcd450
  • tab.activeBorder#00bcd4
  • textLink.foreground#00bcd4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d7d7d7ff
comment#677A83
string#E6DB74
constant.numeric#AE81FF
constant.language#AE81FF
constant.character, constant.other#AE81FF
variable
keyword#F92672
storage#F92672
storage.type#66D9EFitalic
entity.name.class#A6E22Eunderline
entity.other.inherited-class#A6E22Eitalic underline
entity.name.function#A6E22E
variable.parameter#FD971Fitalic
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type#66D9EFitalic
support.setting#6CE184italic
support.class#66D9EFitalic
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
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6
entity.name.section.markdown#EF596F
punctuation.definition.heading.markdown#EF596F
markup.heading.setext#AAB1C0
punctuation.definition.bold.markdown#D8985F
markup.inline.raw.markdown#89CA78
markup.inline.raw.string.markdown#98c379
beginning.punctuation.definition.list.markdown#EF596F
markup.quote.markdown#5C6370italic
punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown#AAB1C0
punctuation.definition.metadata.markdown#D55FDE
markup.underline.link.markdown,markup.underline.link.image.markdown#D55FDE
string.other.link.title.markdown,string.other.link.description.markdown#52ADF2
markup.italic.markdownitalic
markup.bold.markdownbold
meta.template.expression#d7d7d7
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end#DA70D6

Shiki preview

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

Loading...

Monokai Crete by Charles Crete - VS Code Theme