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#FFF6E8
  • activityBar.border#00000015
  • activityBar.foreground#FF8A3D
  • activityBar.inactiveForeground#14141460
  • activityBarBadge.background#FF8A3D
  • activityBarBadge.foreground#FFF6E8
  • button.background#FF8A3D
  • button.foreground#FFF6E8
  • button.hoverBackground#FF8A3Ddd
  • editor.background#FFF6E8
  • editor.foreground#141414
  • editor.inactiveSelectionBackground#FF6F612580
  • editor.lineHighlightBackground#f5dec250
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#FF6F6125
  • editorCursor.foreground#FF8A3D
  • editorGroupHeader.tabsBackground#f5dec2aa
  • editorLineNumber.activeForeground#FF8A3D
  • editorLineNumber.foreground#79a45580
  • focusBorder#FF8A3D
  • foreground#141414
  • input.background#f5dec2
  • input.border#00000015
  • input.foreground#141414
  • input.placeholderForeground#14141460
  • list.activeSelectionBackground#FF8A3D30
  • list.activeSelectionForeground#141414
  • list.highlightForeground#FF8A3D
  • list.hoverBackground#f5dec240
  • list.hoverForeground#141414
  • list.inactiveSelectionBackground#FF8A3D15
  • list.inactiveSelectionForeground#141414
  • selection.background#FF6F6125
  • sideBar.background#f5dec2
  • sideBar.border#00000015
  • sideBar.foreground#141414
  • sideBarSectionHeader.background#f5dec280
  • sideBarSectionHeader.foreground#141414
  • sideBarTitle.foreground#FF8A3D
  • statusBar.background#FFF6E8
  • statusBar.border#00000015
  • statusBar.foreground#141414
  • statusBar.noFolderBackground#FFF6E8
  • tab.activeBackground#FFF6E8
  • tab.activeBorderTop#FF8A3D
  • tab.activeForeground#141414
  • tab.border#00000015
  • tab.inactiveBackground#FFF6E860
  • tab.inactiveForeground#14141480
  • terminal.ansiBlack#141414
  • terminal.ansiBlue#FF6F61
  • terminal.ansiCyan#2E7D32
  • terminal.ansiGreen#FF8A3D
  • terminal.ansiMagenta#2E7D32
  • terminal.ansiRed#2E7D32
  • terminal.ansiWhite#141414
  • terminal.ansiYellow#2E7D32
  • terminal.background#FFF6E8
  • terminal.foreground#141414
  • titleBar.activeBackground#FFF6E8
  • titleBar.activeForeground#141414
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FFF6E8
  • titleBar.inactiveForeground#14141460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#79a455italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#FF6F61bold
storage.type, storage.modifier#FF6F61italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#FF8A3D
string, punctuation.definition.string, string.template, meta.template.expression#2E7D32
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#2E7D32
variable, variable.other.readwrite, variable.other.object#141414
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#141414
variable.parameter, meta.parameter#141414dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#14141480
keyword.operator#141414
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2E7D32bold
entity.other.inherited-class#FF8A3D
entity.name.tag, punctuation.definition.tag#FF6F61
entity.other.attribute-name#FF8A3D
meta.diff, meta.diff.header#79a455
markup.deleted#2E7D32
markup.inserted#FF8A3D
markup.changed#2E7D32
markup.heading, markup.heading.setext, punctuation.definition.heading#FF8A3Dbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2E7D32
string.other.link.title, string.other.link.description#FF8A3D
markup.underline.link#79a455underline
punctuation.definition.list#FF6F61
markup.quote, punctuation.definition.quote#79a455italic
Morphous Theme by Ameyanagi - VS Code Theme