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#f8f6f2
  • activityBar.foreground#463d56
  • activityBarBadge.background#e4899a
  • activityBarBadge.foreground#ffffff
  • badge.background#e4899a
  • badge.foreground#ffffff
  • button.background#e4899a
  • button.foreground#ffffff
  • button.hoverBackground#e4899acc
  • editor.background#f8f6f2
  • editor.foreground#463d56
  • editor.lineHighlightBackground#f2ede6
  • editor.selectionBackground#e3dfd7
  • editorCursor.foreground#463d56
  • editorGroupHeader.noTabsBackground#f8f6f2
  • editorGroupHeader.tabsBackground#f8f6f2
  • editorWhitespace.foreground#e8e4dc
  • input.background#ffffff
  • input.border#e3dfd7
  • input.foreground#463d56
  • list.activeSelectionBackground#e3dfd7
  • list.activeSelectionForeground#463d56
  • list.hoverBackground#f2ede6
  • list.hoverForeground#463d56
  • progressBar.background#e4899a
  • scrollbarSlider.activeBackground#d8d4cc
  • scrollbarSlider.background#e3dfd7cc
  • scrollbarSlider.hoverBackground#d8d4cccc
  • sideBar.background#f2ede6
  • sideBar.foreground#463d56
  • sideBarTitle.foreground#463d56
  • statusBar.background#f8f6f2
  • statusBar.foreground#463d56
  • statusBar.noFolderBackground#f8f6f2
  • tab.activeBackground#f8f6f2
  • tab.activeBorderTop#e4899a
  • tab.activeForeground#463d56
  • tab.inactiveBackground#f2ede6
  • tab.inactiveForeground#635a77
  • titleBar.activeBackground#f8f6f2
  • titleBar.activeForeground#463d56

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#463d56
comment#635a77italic
string, punctuation.definition.string#e4899a
constant.numeric#e4899a
constant.language#e4899abold
constant.character, constant.other#e4899a
variable#463d56
keyword#65a99c
storage#9485bb
storage.type#9485bb
entity.name.class#65a99cbold
entity.other.inherited-class#65a99c
entity.name.function#e4899a
variable.parameter#463d56
entity.name.tag#8abeb4bold
entity.other.attribute-name, entity.other.attribute-name.jsx, entity.other.attribute-name.tsx#9485bb
meta.tag.attributes variable.other.readwrite, meta.tag.attributes variable.other.property#65a99citalic
meta.tag.attributes meta.embedded.expression variable.other.readwrite, meta.tag.attributes meta.embedded.expression variable.other.object#65a99c
support.function#e4899abold
support.constant#e4899abold
support.type, support.class#9485bbbold
support.other.variable#463d56bold
invalid#463d56
invalid.deprecated#463d56
punctuation, keyword.operator#635a77
Devine Theme by JVLDS - VS Code Theme