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#FFFFFF
  • activityBar.border#00000015
  • activityBar.foreground#F3AA17
  • activityBar.inactiveForeground#382F2460
  • activityBarBadge.background#F3AA17
  • activityBarBadge.foreground#FFFFFF
  • button.background#F3AA17
  • button.foreground#FFFFFF
  • button.hoverBackground#F3AA17dd
  • editor.background#FFFFFF
  • editor.foreground#382F24
  • editor.inactiveSelectionBackground#2E5E3E2580
  • editor.lineHighlightBackground#F7F6F250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#2E5E3E25
  • editorCursor.foreground#F3AA17
  • editorGroupHeader.tabsBackground#F7F6F2aa
  • editorLineNumber.activeForeground#F3AA17
  • editorLineNumber.foreground#E7E5DF80
  • focusBorder#F3AA17
  • foreground#382F24
  • input.background#F7F6F2
  • input.border#00000015
  • input.foreground#382F24
  • input.placeholderForeground#382F2460
  • list.activeSelectionBackground#F3AA1730
  • list.activeSelectionForeground#382F24
  • list.highlightForeground#F3AA17
  • list.hoverBackground#F7F6F240
  • list.hoverForeground#382F24
  • list.inactiveSelectionBackground#F3AA1715
  • list.inactiveSelectionForeground#382F24
  • selection.background#2E5E3E25
  • sideBar.background#F7F6F2
  • sideBar.border#00000015
  • sideBar.foreground#382F24
  • sideBarSectionHeader.background#F7F6F280
  • sideBarSectionHeader.foreground#382F24
  • sideBarTitle.foreground#F3AA17
  • statusBar.background#FFFFFF
  • statusBar.border#00000015
  • statusBar.foreground#382F24
  • statusBar.noFolderBackground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#F3AA17
  • tab.activeForeground#382F24
  • tab.border#00000015
  • tab.inactiveBackground#FFFFFF60
  • tab.inactiveForeground#382F2480
  • terminal.ansiBlack#382F24
  • terminal.ansiBlue#2E5E3E
  • terminal.ansiCyan#D4A017
  • terminal.ansiGreen#F3AA17
  • terminal.ansiMagenta#C1443A
  • terminal.ansiRed#C1443A
  • terminal.ansiWhite#382F24
  • terminal.ansiYellow#D4A017
  • terminal.background#FFFFFF
  • terminal.foreground#382F24
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#382F24
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFFFFF
  • titleBar.inactiveForeground#382F2460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E7E5DFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#2E5E3Ebold
storage.type, storage.modifier#2E5E3Eitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#F3AA17
string, punctuation.definition.string, string.template, meta.template.expression#D4A017
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C1443A
variable, variable.other.readwrite, variable.other.object#382F24
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#382F24
variable.parameter, meta.parameter#382F24dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#382F2480
keyword.operator#382F24
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D4A017bold
entity.other.inherited-class#F3AA17
entity.name.tag, punctuation.definition.tag#2E5E3E
entity.other.attribute-name#F3AA17
meta.diff, meta.diff.header#E7E5DF
markup.deleted#C1443A
markup.inserted#F3AA17
markup.changed#D4A017
markup.heading, markup.heading.setext, punctuation.definition.heading#F3AA17bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D4A017
string.other.link.title, string.other.link.description#F3AA17
markup.underline.link#E7E5DFunderline
punctuation.definition.list#2E5E3E
markup.quote, punctuation.definition.quote#E7E5DFitalic
Morphous Theme by Ameyanagi - VS Code Theme