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#fbf7ee
  • activityBar.border#00000015
  • activityBar.foreground#D39A43
  • activityBar.inactiveForeground#18141160
  • activityBarBadge.background#D39A43
  • activityBarBadge.foreground#fbf7ee
  • button.background#D39A43
  • button.foreground#fbf7ee
  • button.hoverBackground#D39A43dd
  • editor.background#fbf7ee
  • editor.foreground#181411
  • editor.inactiveSelectionBackground#fff5df2580
  • editor.lineHighlightBackground#f3ead950
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#fff5df25
  • editorCursor.foreground#D39A43
  • editorGroupHeader.tabsBackground#f3ead9aa
  • editorLineNumber.activeForeground#D39A43
  • editorLineNumber.foreground#8d6f4580
  • focusBorder#D39A43
  • foreground#181411
  • input.background#f3ead9
  • input.border#00000015
  • input.foreground#181411
  • input.placeholderForeground#18141160
  • list.activeSelectionBackground#D39A4330
  • list.activeSelectionForeground#181411
  • list.highlightForeground#D39A43
  • list.hoverBackground#f3ead940
  • list.hoverForeground#181411
  • list.inactiveSelectionBackground#D39A4315
  • list.inactiveSelectionForeground#181411
  • selection.background#fff5df25
  • sideBar.background#f3ead9
  • sideBar.border#00000015
  • sideBar.foreground#181411
  • sideBarSectionHeader.background#f3ead980
  • sideBarSectionHeader.foreground#181411
  • sideBarTitle.foreground#D39A43
  • statusBar.background#fbf7ee
  • statusBar.border#00000015
  • statusBar.foreground#181411
  • statusBar.noFolderBackground#fbf7ee
  • tab.activeBackground#fbf7ee
  • tab.activeBorderTop#D39A43
  • tab.activeForeground#181411
  • tab.border#00000015
  • tab.inactiveBackground#fbf7ee60
  • tab.inactiveForeground#18141180
  • terminal.ansiBlack#181411
  • terminal.ansiBlue#fff5df
  • terminal.ansiCyan#B0A14A
  • terminal.ansiGreen#D39A43
  • terminal.ansiMagenta#e5a02a
  • terminal.ansiRed#e5a02a
  • terminal.ansiWhite#181411
  • terminal.ansiYellow#B0A14A
  • terminal.background#fbf7ee
  • terminal.foreground#181411
  • titleBar.activeBackground#fbf7ee
  • titleBar.activeForeground#181411
  • titleBar.border#00000015
  • titleBar.inactiveBackground#fbf7ee
  • titleBar.inactiveForeground#18141160
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8d6f45italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#fff5dfbold
storage.type, storage.modifier#fff5dfitalic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#D39A43
string, punctuation.definition.string, string.template, meta.template.expression#B0A14A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#e5a02a
variable, variable.other.readwrite, variable.other.object#181411
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#181411
variable.parameter, meta.parameter#181411dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#18141180
keyword.operator#181411
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#B0A14Abold
entity.other.inherited-class#D39A43
entity.name.tag, punctuation.definition.tag#fff5df
entity.other.attribute-name#D39A43
meta.diff, meta.diff.header#8d6f45
markup.deleted#e5a02a
markup.inserted#D39A43
markup.changed#B0A14A
markup.heading, markup.heading.setext, punctuation.definition.heading#D39A43bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#B0A14A
string.other.link.title, string.other.link.description#D39A43
markup.underline.link#8d6f45underline
punctuation.definition.list#fff5df
markup.quote, punctuation.definition.quote#8d6f45italic
Morphous Theme by Ameyanagi - VS Code Theme