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#F3EFE4
  • activityBar.border#00000015
  • activityBar.foreground#1D5B34
  • activityBar.inactiveForeground#3D2D1D60
  • activityBarBadge.background#1D5B34
  • activityBarBadge.foreground#F3EFE4
  • button.background#1D5B34
  • button.foreground#F3EFE4
  • button.hoverBackground#1D5B34dd
  • editor.background#F3EFE4
  • editor.foreground#3D2D1D
  • editor.inactiveSelectionBackground#D9EFE72580
  • editor.lineHighlightBackground#FAF9F650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#D9EFE725
  • editorCursor.foreground#1D5B34
  • editorGroupHeader.tabsBackground#FAF9F6aa
  • editorLineNumber.activeForeground#1D5B34
  • editorLineNumber.foreground#E6ECE880
  • focusBorder#1D5B34
  • foreground#3D2D1D
  • input.background#FAF9F6
  • input.border#00000015
  • input.foreground#3D2D1D
  • input.placeholderForeground#3D2D1D60
  • list.activeSelectionBackground#1D5B3430
  • list.activeSelectionForeground#3D2D1D
  • list.highlightForeground#1D5B34
  • list.hoverBackground#FAF9F640
  • list.hoverForeground#3D2D1D
  • list.inactiveSelectionBackground#1D5B3415
  • list.inactiveSelectionForeground#3D2D1D
  • selection.background#D9EFE725
  • sideBar.background#FAF9F6
  • sideBar.border#00000015
  • sideBar.foreground#3D2D1D
  • sideBarSectionHeader.background#FAF9F680
  • sideBarSectionHeader.foreground#3D2D1D
  • sideBarTitle.foreground#1D5B34
  • statusBar.background#F3EFE4
  • statusBar.border#00000015
  • statusBar.foreground#3D2D1D
  • statusBar.noFolderBackground#F3EFE4
  • tab.activeBackground#F3EFE4
  • tab.activeBorderTop#1D5B34
  • tab.activeForeground#3D2D1D
  • tab.border#00000015
  • tab.inactiveBackground#F3EFE460
  • tab.inactiveForeground#3D2D1D80
  • terminal.ansiBlack#3D2D1D
  • terminal.ansiBlue#D9EFE7
  • terminal.ansiCyan#A6C747
  • terminal.ansiGreen#1D5B34
  • terminal.ansiMagenta#B75A45
  • terminal.ansiRed#B75A45
  • terminal.ansiWhite#3D2D1D
  • terminal.ansiYellow#A6C747
  • terminal.background#F3EFE4
  • terminal.foreground#3D2D1D
  • titleBar.activeBackground#F3EFE4
  • titleBar.activeForeground#3D2D1D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F3EFE4
  • titleBar.inactiveForeground#3D2D1D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6ECE8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#D9EFE7bold
storage.type, storage.modifier#D9EFE7italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#1D5B34
string, punctuation.definition.string, string.template, meta.template.expression#A6C747
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B75A45
variable, variable.other.readwrite, variable.other.object#3D2D1D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3D2D1D
variable.parameter, meta.parameter#3D2D1Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3D2D1D80
keyword.operator#3D2D1D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A6C747bold
entity.other.inherited-class#1D5B34
entity.name.tag, punctuation.definition.tag#D9EFE7
entity.other.attribute-name#1D5B34
meta.diff, meta.diff.header#E6ECE8
markup.deleted#B75A45
markup.inserted#1D5B34
markup.changed#A6C747
markup.heading, markup.heading.setext, punctuation.definition.heading#1D5B34bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A6C747
string.other.link.title, string.other.link.description#1D5B34
markup.underline.link#E6ECE8underline
punctuation.definition.list#D9EFE7
markup.quote, punctuation.definition.quote#E6ECE8italic