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#FDFDFC
  • activityBar.border#00000015
  • activityBar.foreground#6C9325
  • activityBar.inactiveForeground#26312460
  • activityBarBadge.background#6C9325
  • activityBarBadge.foreground#FDFDFC
  • button.background#6C9325
  • button.foreground#FDFDFC
  • button.hoverBackground#6C9325dd
  • editor.background#FDFDFC
  • editor.foreground#263124
  • editor.inactiveSelectionBackground#8362212580
  • editor.lineHighlightBackground#F7F7F750
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83622125
  • editorCursor.foreground#6C9325
  • editorGroupHeader.tabsBackground#F7F7F7aa
  • editorLineNumber.activeForeground#6C9325
  • editorLineNumber.foreground#B8AD9880
  • focusBorder#6C9325
  • foreground#263124
  • input.background#F7F7F7
  • input.border#00000015
  • input.foreground#263124
  • input.placeholderForeground#26312460
  • list.activeSelectionBackground#6C932530
  • list.activeSelectionForeground#263124
  • list.highlightForeground#6C9325
  • list.hoverBackground#F7F7F740
  • list.hoverForeground#263124
  • list.inactiveSelectionBackground#6C932515
  • list.inactiveSelectionForeground#263124
  • selection.background#83622125
  • sideBar.background#F7F7F7
  • sideBar.border#00000015
  • sideBar.foreground#263124
  • sideBarSectionHeader.background#F7F7F780
  • sideBarSectionHeader.foreground#263124
  • sideBarTitle.foreground#6C9325
  • statusBar.background#FDFDFC
  • statusBar.border#00000015
  • statusBar.foreground#263124
  • statusBar.noFolderBackground#FDFDFC
  • tab.activeBackground#FDFDFC
  • tab.activeBorderTop#6C9325
  • tab.activeForeground#263124
  • tab.border#00000015
  • tab.inactiveBackground#FDFDFC60
  • tab.inactiveForeground#26312480
  • terminal.ansiBlack#263124
  • terminal.ansiBlue#836221
  • terminal.ansiCyan#A37E29
  • terminal.ansiGreen#6C9325
  • terminal.ansiMagenta#765419
  • terminal.ansiRed#765419
  • terminal.ansiWhite#263124
  • terminal.ansiYellow#A37E29
  • terminal.background#FDFDFC
  • terminal.foreground#263124
  • titleBar.activeBackground#FDFDFC
  • titleBar.activeForeground#263124
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FDFDFC
  • titleBar.inactiveForeground#26312460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B8AD98italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836221bold
storage.type, storage.modifier#836221italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#6C9325
string, punctuation.definition.string, string.template, meta.template.expression#A37E29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#765419
variable, variable.other.readwrite, variable.other.object#263124
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#263124
variable.parameter, meta.parameter#263124dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#26312480
keyword.operator#263124
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37E29bold
entity.other.inherited-class#6C9325
entity.name.tag, punctuation.definition.tag#836221
entity.other.attribute-name#6C9325
meta.diff, meta.diff.header#B8AD98
markup.deleted#765419
markup.inserted#6C9325
markup.changed#A37E29
markup.heading, markup.heading.setext, punctuation.definition.heading#6C9325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37E29
string.other.link.title, string.other.link.description#6C9325
markup.underline.link#B8AD98underline
punctuation.definition.list#836221
markup.quote, punctuation.definition.quote#B8AD98italic
Morphous Theme by Ameyanagi - VS Code Theme