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#F8F6EF
  • activityBar.border#00000015
  • activityBar.foreground#2F8A36
  • activityBar.inactiveForeground#1E1A1260
  • activityBarBadge.background#2F8A36
  • activityBarBadge.foreground#F8F6EF
  • button.background#2F8A36
  • button.foreground#F8F6EF
  • button.hoverBackground#2F8A36dd
  • editor.background#F8F6EF
  • editor.foreground#1E1A12
  • editor.inactiveSelectionBackground#7FB8652580
  • editor.lineHighlightBackground#FCFBF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#7FB86525
  • editorCursor.foreground#2F8A36
  • editorGroupHeader.tabsBackground#FCFBF3aa
  • editorLineNumber.activeForeground#2F8A36
  • editorLineNumber.foreground#E6D9C180
  • focusBorder#2F8A36
  • foreground#1E1A12
  • input.background#FCFBF3
  • input.border#00000015
  • input.foreground#1E1A12
  • input.placeholderForeground#1E1A1260
  • list.activeSelectionBackground#2F8A3630
  • list.activeSelectionForeground#1E1A12
  • list.highlightForeground#2F8A36
  • list.hoverBackground#FCFBF340
  • list.hoverForeground#1E1A12
  • list.inactiveSelectionBackground#2F8A3615
  • list.inactiveSelectionForeground#1E1A12
  • selection.background#7FB86525
  • sideBar.background#FCFBF3
  • sideBar.border#00000015
  • sideBar.foreground#1E1A12
  • sideBarSectionHeader.background#FCFBF380
  • sideBarSectionHeader.foreground#1E1A12
  • sideBarTitle.foreground#2F8A36
  • statusBar.background#F8F6EF
  • statusBar.border#00000015
  • statusBar.foreground#1E1A12
  • statusBar.noFolderBackground#F8F6EF
  • tab.activeBackground#F8F6EF
  • tab.activeBorderTop#2F8A36
  • tab.activeForeground#1E1A12
  • tab.border#00000015
  • tab.inactiveBackground#F8F6EF60
  • tab.inactiveForeground#1E1A1280
  • terminal.ansiBlack#1E1A12
  • terminal.ansiBlue#7FB865
  • terminal.ansiCyan#DFF5C4
  • terminal.ansiGreen#2F8A36
  • terminal.ansiMagenta#B88A32
  • terminal.ansiRed#B88A32
  • terminal.ansiWhite#1E1A12
  • terminal.ansiYellow#DFF5C4
  • terminal.background#F8F6EF
  • terminal.foreground#1E1A12
  • titleBar.activeBackground#F8F6EF
  • titleBar.activeForeground#1E1A12
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F8F6EF
  • titleBar.inactiveForeground#1E1A1260
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6D9C1italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#7FB865bold
storage.type, storage.modifier#7FB865italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#2F8A36
string, punctuation.definition.string, string.template, meta.template.expression#DFF5C4
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#B88A32
variable, variable.other.readwrite, variable.other.object#1E1A12
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1E1A12
variable.parameter, meta.parameter#1E1A12dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1E1A1280
keyword.operator#1E1A12
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#DFF5C4bold
entity.other.inherited-class#2F8A36
entity.name.tag, punctuation.definition.tag#7FB865
entity.other.attribute-name#2F8A36
meta.diff, meta.diff.header#E6D9C1
markup.deleted#B88A32
markup.inserted#2F8A36
markup.changed#DFF5C4
markup.heading, markup.heading.setext, punctuation.definition.heading#2F8A36bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#DFF5C4
string.other.link.title, string.other.link.description#2F8A36
markup.underline.link#E6D9C1underline
punctuation.definition.list#7FB865
markup.quote, punctuation.definition.quote#E6D9C1italic