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#3F3026
  • activityBar.border#ffffff15
  • activityBar.foreground#6F9F50
  • activityBar.inactiveForeground#FAFAF860
  • activityBarBadge.background#6F9F50
  • activityBarBadge.foreground#3F3026
  • button.background#6F9F50
  • button.foreground#3F3026
  • button.hoverBackground#6F9F50dd
  • editor.background#3F3026
  • editor.foreground#FAFAF8
  • editor.inactiveSelectionBackground#5E6B3A3580
  • editor.lineHighlightBackground#211A1440
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#5E6B3A35
  • editorCursor.foreground#6F9F50
  • editorGroupHeader.tabsBackground#3F3026dd
  • editorLineNumber.activeForeground#6F9F50
  • editorLineNumber.foreground#D9D2C380
  • focusBorder#6F9F50
  • foreground#FAFAF8
  • input.background#211A14
  • input.border#ffffff15
  • input.foreground#FAFAF8
  • input.placeholderForeground#FAFAF860
  • list.activeSelectionBackground#6F9F5030
  • list.activeSelectionForeground#FAFAF8
  • list.highlightForeground#6F9F50
  • list.hoverBackground#211A1440
  • list.hoverForeground#FAFAF8
  • list.inactiveSelectionBackground#6F9F5015
  • list.inactiveSelectionForeground#FAFAF8
  • selection.background#5E6B3A35
  • sideBar.background#211A14
  • sideBar.border#ffffff15
  • sideBar.foreground#FAFAF8
  • sideBarSectionHeader.background#3F302680
  • sideBarSectionHeader.foreground#FAFAF8
  • sideBarTitle.foreground#6F9F50
  • statusBar.background#3F3026
  • statusBar.border#ffffff15
  • statusBar.foreground#FAFAF8
  • statusBar.noFolderBackground#3F3026
  • tab.activeBackground#3F3026
  • tab.activeBorderTop#6F9F50
  • tab.activeForeground#FAFAF8
  • tab.border#ffffff15
  • tab.inactiveBackground#211A1460
  • tab.inactiveForeground#FAFAF880
  • terminal.ansiBlack#3F3026
  • terminal.ansiBlue#5E6B3A
  • terminal.ansiCyan#F2EDE1
  • terminal.ansiGreen#6F9F50
  • terminal.ansiMagenta#E9E3D3
  • terminal.ansiRed#E9E3D3
  • terminal.ansiWhite#FAFAF8
  • terminal.ansiYellow#F2EDE1
  • terminal.background#3F3026
  • terminal.foreground#FAFAF8
  • titleBar.activeBackground#3F3026
  • titleBar.activeForeground#FAFAF8
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#3F3026
  • titleBar.inactiveForeground#FAFAF860
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D9D2C3italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#5E6B3Abold
storage.type, storage.modifier#5E6B3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6F9F50
string, punctuation.definition.string, string.template, meta.template.expression#F2EDE1
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E9E3D3
variable, variable.other.readwrite, variable.other.object#FAFAF8
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAFAF8
variable.parameter, meta.parameter#FAFAF8dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAFAF880
keyword.operator#FAFAF8
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#F2EDE1bold
entity.other.inherited-class#6F9F50
entity.name.tag, punctuation.definition.tag#5E6B3A
entity.other.attribute-name#6F9F50
meta.diff, meta.diff.header#D9D2C3
markup.deleted#E9E3D3
markup.inserted#6F9F50
markup.changed#F2EDE1
markup.heading, markup.heading.setext, punctuation.definition.heading#6F9F50bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#F2EDE1
string.other.link.title, string.other.link.description#6F9F50
markup.underline.link#D9D2C3underline
punctuation.definition.list#5E6B3A
markup.quote, punctuation.definition.quote#D9D2C3italic