Skip to main content
Coding Theme

Color themes

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#24292e
  • activityBar.foreground#fafbfc
  • activityBarBadge.background#54a3ff
  • editor.background#ffffff
  • editor.foreground#24292e
  • editor.lineHighlightBackground#fffbdd
  • editorBracketMatch.background#f1f8ff
  • editorBracketMatch.border#c8e1ff
  • editorGroupHeader.tabsBackground#fafbfc
  • editorGroupHeader.tabsBorder#e1e4e8
  • editorIndentGuide.background#eeeeee
  • editorLineNumber.foreground#cccccc
  • focusBorder#fafbfc
  • inputOption.activeBorder#e36209
  • list.focusBackground#E4E6F1
  • list.focusHighlightForeground#0066BF
  • list.highlightForeground#0066BF
  • notification.background#54a3ff
  • quickInputList.focusBackground#e7e6e5
  • quickInputList.focusForeground#24292e
  • scrollbar.shadow#00000000
  • sideBar.background#fafbfc
  • sideBar.border#e1e4e8
  • sideBar.foreground#586069
  • sideBarSectionHeader.background#F1F2F3
  • sideBarSectionHeader.foreground#24292e
  • sideBarTitle.foreground#24292e
  • statusBar.background#fafbfc
  • statusBar.border#e1e4e8
  • statusBar.debuggingBackground#fafbfc
  • statusBar.debuggingForeground#24292e
  • statusBar.foreground#24292e
  • statusBar.noFolderBackground#fafbfc
  • statusBar.noFolderForeground#24292e
  • tab.activeBackground#ffffff
  • tab.activeBorder#e36209
  • tab.border#e1e4e8
  • tab.inactiveBackground#fafbfc
  • tab.inactiveForeground#586069
  • terminal.ansiBlack#414141
  • terminal.ansiBlue#005CC5
  • terminal.ansiBrightBlack#989898
  • terminal.ansiBrightBlue#1C23D6
  • terminal.ansiBrightCyan#3CD7E7
  • terminal.ansiBrightGreen#35D61C
  • terminal.ansiBrightMagenta#FF00FF
  • terminal.ansiBrightRed#FA6F71
  • terminal.ansiBrightWhite#E0E0E0
  • terminal.ansiBrightYellow#FFCA39
  • terminal.ansiCyan#0BC7D7
  • terminal.ansiGreen#90D259
  • terminal.ansiMagenta#FF73FD
  • terminal.ansiRed#D73A49
  • terminal.ansiWhite#BFBFBF
  • terminal.ansiYellow#F7C400
  • terminal.background#ffffff
  • terminal.foreground#333333
  • terminalCursor.foreground#363636
  • titleBar.activeBackground#fafbfc
  • titleBar.border#e1e4e8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#24292eff—
keyword.operator.accessor, meta.group.braces.round.function.arguments, meta.template.expression, meta.interpolation, markup.fenced_code meta.embedded.block#24292eff—
emphasis—italic
strong, markup.heading.markdown, markup.bold.markdown—bold
markup.italic.markdown—italic
meta.link.inline.markdown#005cc5underline
comment, markup.fenced_code, markup.inline#6a737d—
string#032f62—
constant.numeric, constant.language, variable.language.this, variable.other.class, variable.other.constant, meta.property-name, meta.property-value, support#005cc5—
keyword, storage.modifier, storage.type, storage.control.clojure, entity.name.function.clojure, support.function.node, support.type.property-name.json, punctuation.separator.key-value, punctuation.definition.template-expression, punctuation.definition.interpolation, support.constant.property-value.css#d73a49—
variable.parameter.function#E27F2D—
entity.name.type, entity.other.inherited-class, meta.function-call, meta.instance.constructor, entity.other.attribute-name, entity.name.function, constant.keyword.clojure#6f42c1—
entity.name.tag, string.quoted, string.regexp, string.interpolated, string.template, keyword.other.template#22863a—
token.info-token#316bcd—
token.warn-token#cd9731—
token.error-token, invalid#cd3131—
token.debug-token#800080—
markup.inserted#22863a—
markup.deleted#d73a49—
markup.changed#005cc5—
meta.diff.header#6a737d—
constant.numeric.css, support.function.misc.css, constant.other.color.rgb-value.hex.css, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.end.bracket.round.css#353535—