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#2F2B26
  • activityBar.foreground#7a7a7a
  • activityBarBadge.background#D76538
  • debugIcon.breakpointForeground#D76538
  • editor.background#36312C
  • editor.foreground#EBD1B7
  • editor.lineHighlightBackground#45403B
  • editor.selectionBackground#DB784D4D
  • editorBracketHighlight.foreground1#D76538
  • editorBracketHighlight.foreground2#F8BB39
  • editorBracketHighlight.foreground3#00A8C6
  • editorBracketHighlight.foreground4#95CC5E
  • editorBracketHighlight.foreground5#e61f44
  • editorBracketHighlight.foreground6#D76538
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#D76538
  • editorInfo.foreground#00A8C6
  • editorWarning.foreground#F8BB39
  • editorWhitespace.foreground#3b3a32
  • sash.hoverBorder#db784d85
  • sideBar.background#2F2B26
  • sideBarSectionHeader.background#26221E
  • statusBar.background#36312C
  • statusBar.debuggingForeground#fff
  • statusBar.foreground#7a7a7a
  • statusBar.noFolderBackground#2F2B26

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7A7267
string#F8BB39
constant.numeric#F8BB39
constant.language#DB784D
constant.character, constant.other#DB784D
variable
keyword#DB784D
storage#DB784D
storage.type, keyword.other.fn.rust, keyword.other.rust#95CC5E
entity.name.class#DB784Dunderline
entity.other.inherited-class#DB784Ditalic underline
entity.name.function#60A365
variable.parameteritalic
entity.name.tag#95CC5E
entity.other.attribute-name#DB784D
support.function#95CC5E
support.constant#DB784D
support.type, support.class#DB784Ditalic
support.other.variable
invalid#f8f8f0
invalid.deprecated#f8f8f0
meta.structure.dictionary.json string.quoted.double.json#F8BB39
meta.diff, meta.diff.header#75715E
markup.deleted#00A8C6
markup.inserted#A6E22E
markup.changed#E6DB74
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#9a9082
meta.property-value, support.constant.property-value, constant.other.color#F8BB39
meta.structure.dictionary.json string.quoted.double.json#DB784D
meta.structure.dictionary.value.json string.quoted.double.json#F8BB39
meta.property-name support.type.property-name
meta.property-value punctuation.separator.key-value#EBD1B7
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#95CC5E
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#95CC5E
variable.other
variable.parameter.function.coffee#F8BB39italic
entity.name.section.markdown#DB784D
punctuation.definition.heading.markdown#DB784D
markup.raw.inline.markdown#F8BB39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#DB784D
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#DB784D
punctuation.definition.metadata.markdown#DB784D
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#95CC5Eitalic
markup.bold.markdown, markup.italic.markdown#95CC5E
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#00a8c6
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d

Shiki preview

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

Loading...

codesong - Coding Theme