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#fff8df
  • activityBar.border#00000015
  • activityBar.foreground#F7D663
  • activityBar.inactiveForeground#10101060
  • activityBarBadge.background#F7D663
  • activityBarBadge.foreground#fff8df
  • button.background#F7D663
  • button.foreground#fff8df
  • button.hoverBackground#F7D663dd
  • editor.background#fff8df
  • editor.foreground#101010
  • editor.inactiveSelectionBackground#4F7A3A2580
  • editor.lineHighlightBackground#f5e8b850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4F7A3A25
  • editorCursor.foreground#F7D663
  • editorGroupHeader.tabsBackground#f5e8b8aa
  • editorLineNumber.activeForeground#F7D663
  • editorLineNumber.foreground#40302080
  • focusBorder#F7D663
  • foreground#101010
  • input.background#f5e8b8
  • input.border#00000015
  • input.foreground#101010
  • input.placeholderForeground#10101060
  • list.activeSelectionBackground#F7D66330
  • list.activeSelectionForeground#101010
  • list.highlightForeground#F7D663
  • list.hoverBackground#f5e8b840
  • list.hoverForeground#101010
  • list.inactiveSelectionBackground#F7D66315
  • list.inactiveSelectionForeground#101010
  • selection.background#4F7A3A25
  • sideBar.background#f5e8b8
  • sideBar.border#00000015
  • sideBar.foreground#101010
  • sideBarSectionHeader.background#f5e8b880
  • sideBarSectionHeader.foreground#101010
  • sideBarTitle.foreground#F7D663
  • statusBar.background#fff8df
  • statusBar.border#00000015
  • statusBar.foreground#101010
  • statusBar.noFolderBackground#fff8df
  • tab.activeBackground#fff8df
  • tab.activeBorderTop#F7D663
  • tab.activeForeground#101010
  • tab.border#00000015
  • tab.inactiveBackground#fff8df60
  • tab.inactiveForeground#10101080
  • terminal.ansiBlack#101010
  • terminal.ansiBlue#4F7A3A
  • terminal.ansiCyan#2E5FA7
  • terminal.ansiGreen#F7D663
  • terminal.ansiMagenta#f8f090
  • terminal.ansiRed#f8f090
  • terminal.ansiWhite#101010
  • terminal.ansiYellow#2E5FA7
  • terminal.background#fff8df
  • terminal.foreground#101010
  • titleBar.activeBackground#fff8df
  • titleBar.activeForeground#101010
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fff8df
  • titleBar.inactiveForeground#10101060
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#403020italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#4F7A3Abold
storage.type, storage.modifier#4F7A3Aitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F7D663
string, punctuation.definition.string, string.template, meta.template.expression#2E5FA7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#f8f090
variable, variable.other.readwrite, variable.other.object#101010
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#101010
variable.parameter, meta.parameter#101010dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#10101080
keyword.operator#101010
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2E5FA7bold
entity.other.inherited-class#F7D663
entity.name.tag, punctuation.definition.tag#4F7A3A
entity.other.attribute-name#F7D663
meta.diff, meta.diff.header#403020
markup.deleted#f8f090
markup.inserted#F7D663
markup.changed#2E5FA7
markup.heading, markup.heading.setext, punctuation.definition.heading#F7D663bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2E5FA7
string.other.link.title, string.other.link.description#F7D663
markup.underline.link#403020underline
punctuation.definition.list#4F7A3A
markup.quote, punctuation.definition.quote#403020italic
Morphous Theme by Ameyanagi - VS Code Theme