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#111111
  • activityBar.border#ffffff15
  • activityBar.foreground#6DBE45
  • activityBar.inactiveForeground#FCFAF460
  • activityBarBadge.background#6DBE45
  • activityBarBadge.foreground#111111
  • button.background#6DBE45
  • button.foreground#111111
  • button.hoverBackground#6DBE45dd
  • editor.background#111111
  • editor.foreground#FCFAF4
  • editor.inactiveSelectionBackground#A6D96A3580
  • editor.lineHighlightBackground#FFF4E040
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#A6D96A35
  • editorCursor.foreground#6DBE45
  • editorGroupHeader.tabsBackground#111111dd
  • editorLineNumber.activeForeground#6DBE45
  • editorLineNumber.foreground#6B6F6680
  • focusBorder#6DBE45
  • foreground#FCFAF4
  • input.background#FFF4E0
  • input.border#ffffff15
  • input.foreground#FCFAF4
  • input.placeholderForeground#FCFAF460
  • list.activeSelectionBackground#6DBE4530
  • list.activeSelectionForeground#FCFAF4
  • list.highlightForeground#6DBE45
  • list.hoverBackground#FFF4E040
  • list.hoverForeground#FCFAF4
  • list.inactiveSelectionBackground#6DBE4515
  • list.inactiveSelectionForeground#FCFAF4
  • selection.background#A6D96A35
  • sideBar.background#FFF4E0
  • sideBar.border#ffffff15
  • sideBar.foreground#FCFAF4
  • sideBarSectionHeader.background#11111180
  • sideBarSectionHeader.foreground#FCFAF4
  • sideBarTitle.foreground#6DBE45
  • statusBar.background#111111
  • statusBar.border#ffffff15
  • statusBar.foreground#FCFAF4
  • statusBar.noFolderBackground#111111
  • tab.activeBackground#111111
  • tab.activeBorderTop#6DBE45
  • tab.activeForeground#FCFAF4
  • tab.border#ffffff15
  • tab.inactiveBackground#FFF4E060
  • tab.inactiveForeground#FCFAF480
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#A6D96A
  • terminal.ansiCyan#FF8A00
  • terminal.ansiGreen#6DBE45
  • terminal.ansiMagenta#E53935
  • terminal.ansiRed#E53935
  • terminal.ansiWhite#FCFAF4
  • terminal.ansiYellow#FF8A00
  • terminal.background#111111
  • terminal.foreground#FCFAF4
  • titleBar.activeBackground#111111
  • titleBar.activeForeground#FCFAF4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#111111
  • titleBar.inactiveForeground#FCFAF460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B6F66italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#A6D96Abold
storage.type, storage.modifier#A6D96Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6DBE45
string, punctuation.definition.string, string.template, meta.template.expression#FF8A00
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E53935
variable, variable.other.readwrite, variable.other.object#FCFAF4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FCFAF4
variable.parameter, meta.parameter#FCFAF4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FCFAF480
keyword.operator#FCFAF4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FF8A00bold
entity.other.inherited-class#6DBE45
entity.name.tag, punctuation.definition.tag#A6D96A
entity.other.attribute-name#6DBE45
meta.diff, meta.diff.header#6B6F66
markup.deleted#E53935
markup.inserted#6DBE45
markup.changed#FF8A00
markup.heading, markup.heading.setext, punctuation.definition.heading#6DBE45bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FF8A00
string.other.link.title, string.other.link.description#6DBE45
markup.underline.link#6B6F66underline
punctuation.definition.list#A6D96A
markup.quote, punctuation.definition.quote#6B6F66italic