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#5F7652
  • activityBar.border#ffffff15
  • activityBar.foreground#F48B81
  • activityBar.inactiveForeground#FFF3E260
  • activityBarBadge.background#F48B81
  • activityBarBadge.foreground#5F7652
  • button.background#F48B81
  • button.foreground#5F7652
  • button.hoverBackground#F48B81dd
  • editor.background#5F7652
  • editor.foreground#FFF3E2
  • editor.inactiveSelectionBackground#FFD7663580
  • editor.lineHighlightBackground#2A2A2840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FFD76635
  • editorCursor.foreground#F48B81
  • editorGroupHeader.tabsBackground#5F7652dd
  • editorLineNumber.activeForeground#F48B81
  • editorLineNumber.foreground#D6D3C880
  • focusBorder#F48B81
  • foreground#FFF3E2
  • input.background#2A2A28
  • input.border#ffffff15
  • input.foreground#FFF3E2
  • input.placeholderForeground#FFF3E260
  • list.activeSelectionBackground#F48B8130
  • list.activeSelectionForeground#FFF3E2
  • list.highlightForeground#F48B81
  • list.hoverBackground#2A2A2840
  • list.hoverForeground#FFF3E2
  • list.inactiveSelectionBackground#F48B8115
  • list.inactiveSelectionForeground#FFF3E2
  • selection.background#FFD76635
  • sideBar.background#2A2A28
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF3E2
  • sideBarSectionHeader.background#5F765280
  • sideBarSectionHeader.foreground#FFF3E2
  • sideBarTitle.foreground#F48B81
  • statusBar.background#5F7652
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF3E2
  • statusBar.noFolderBackground#5F7652
  • tab.activeBackground#5F7652
  • tab.activeBorderTop#F48B81
  • tab.activeForeground#FFF3E2
  • tab.border#ffffff15
  • tab.inactiveBackground#2A2A2860
  • tab.inactiveForeground#FFF3E280
  • terminal.ansiBlack#5F7652
  • terminal.ansiBlue#FFD766
  • terminal.ansiCyan#FFD766
  • terminal.ansiGreen#F48B81
  • terminal.ansiMagenta#F1C248
  • terminal.ansiRed#F1C248
  • terminal.ansiWhite#FFF3E2
  • terminal.ansiYellow#FFD766
  • terminal.background#5F7652
  • terminal.foreground#FFF3E2
  • titleBar.activeBackground#5F7652
  • titleBar.activeForeground#FFF3E2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#5F7652
  • titleBar.inactiveForeground#FFF3E260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D3C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FFD766bold
storage.type, storage.modifier#FFD766italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F48B81
string, punctuation.definition.string, string.template, meta.template.expression#FFD766
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1C248
variable, variable.other.readwrite, variable.other.object#FFF3E2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF3E2
variable.parameter, meta.parameter#FFF3E2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF3E280
keyword.operator#FFF3E2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFD766bold
entity.other.inherited-class#F48B81
entity.name.tag, punctuation.definition.tag#FFD766
entity.other.attribute-name#F48B81
meta.diff, meta.diff.header#D6D3C8
markup.deleted#F1C248
markup.inserted#F48B81
markup.changed#FFD766
markup.heading, markup.heading.setext, punctuation.definition.heading#F48B81bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFD766
string.other.link.title, string.other.link.description#F48B81
markup.underline.link#D6D3C8underline
punctuation.definition.list#FFD766
markup.quote, punctuation.definition.quote#D6D3C8italic