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#F7F6F3
  • activityBar.border#00000015
  • activityBar.foreground#933025
  • activityBar.inactiveForeground#11111160
  • activityBarBadge.background#933025
  • activityBarBadge.foreground#F7F6F3
  • button.background#933025
  • button.foreground#F7F6F3
  • button.hoverBackground#933025dd
  • editor.background#F7F6F3
  • editor.foreground#111111
  • editor.inactiveSelectionBackground#2F83212580
  • editor.lineHighlightBackground#FFF6F050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2F832125
  • editorCursor.foreground#933025
  • editorGroupHeader.tabsBackground#FFF6F0aa
  • editorLineNumber.activeForeground#933025
  • editorLineNumber.foreground#6C6F6080
  • focusBorder#933025
  • foreground#111111
  • input.background#FFF6F0
  • input.border#00000015
  • input.foreground#111111
  • input.placeholderForeground#11111160
  • list.activeSelectionBackground#93302530
  • list.activeSelectionForeground#111111
  • list.highlightForeground#933025
  • list.hoverBackground#FFF6F040
  • list.hoverForeground#111111
  • list.inactiveSelectionBackground#93302515
  • list.inactiveSelectionForeground#111111
  • selection.background#2F832125
  • sideBar.background#FFF6F0
  • sideBar.border#00000015
  • sideBar.foreground#111111
  • sideBarSectionHeader.background#FFF6F080
  • sideBarSectionHeader.foreground#111111
  • sideBarTitle.foreground#933025
  • statusBar.background#F7F6F3
  • statusBar.border#00000015
  • statusBar.foreground#111111
  • statusBar.noFolderBackground#F7F6F3
  • tab.activeBackground#F7F6F3
  • tab.activeBorderTop#933025
  • tab.activeForeground#111111
  • tab.border#00000015
  • tab.inactiveBackground#F7F6F360
  • tab.inactiveForeground#11111180
  • terminal.ansiBlack#111111
  • terminal.ansiBlue#2F8321
  • terminal.ansiCyan#35A329
  • terminal.ansiGreen#933025
  • terminal.ansiMagenta#764419
  • terminal.ansiRed#764419
  • terminal.ansiWhite#111111
  • terminal.ansiYellow#35A329
  • terminal.background#F7F6F3
  • terminal.foreground#111111
  • titleBar.activeBackground#F7F6F3
  • titleBar.activeForeground#111111
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F7F6F3
  • titleBar.inactiveForeground#11111160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6C6F60italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2F8321bold
storage.type, storage.modifier#2F8321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#933025
string, punctuation.definition.string, string.template, meta.template.expression#35A329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764419
variable, variable.other.readwrite, variable.other.object#111111
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#111111
variable.parameter, meta.parameter#111111dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11111180
keyword.operator#111111
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#35A329bold
entity.other.inherited-class#933025
entity.name.tag, punctuation.definition.tag#2F8321
entity.other.attribute-name#933025
meta.diff, meta.diff.header#6C6F60
markup.deleted#764419
markup.inserted#933025
markup.changed#35A329
markup.heading, markup.heading.setext, punctuation.definition.heading#933025bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#35A329
string.other.link.title, string.other.link.description#933025
markup.underline.link#6C6F60underline
punctuation.definition.list#2F8321
markup.quote, punctuation.definition.quote#6C6F60italic
Morphous Theme by Ameyanagi - VS Code Theme