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

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#fbf7ee
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#fbf7ee
variable.parameter, meta.parameter#fbf7eedditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#fbf7ee80
keyword.operator#fbf7ee
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