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.activeBorder#E495A7
  • activityBar.background#1D1618
  • activityBar.foreground#D5D0DB
  • activityBarBadge.background#E495A7
  • activityBarBadge.foreground#000000
  • badge.background#E495A7
  • badge.foreground#000000
  • button.background#E495A7
  • button.foreground#000000
  • button.hoverBackground#C27082
  • editor.background#251D1F
  • editor.findMatchBackground#89435366
  • editor.findMatchHighlightBackground#89435333
  • editor.foreground#D5D0DB
  • editor.selectionBackground#89435355
  • editor.selectionHighlightBackground#89435333
  • editor.wordHighlightBackground#89435333
  • editorCursor.foreground#E495A7
  • editorIndentGuide.activeBackground1#89435388
  • editorLineNumber.activeForeground#E495A7
  • editorLineNumber.foreground#8B8694
  • extensionButton.prominentBackground#E495A7
  • extensionButton.prominentHoverBackground#C27082
  • focusBorder#E495A7
  • gitDecoration.modifiedResourceForeground#E495A7
  • list.activeSelectionBackground#89435344
  • list.activeSelectionForeground#D5D0DB
  • list.highlightForeground#E495A7
  • list.hoverBackground#362B2D
  • list.inactiveSelectionBackground#89435322
  • panel.border#3E3235
  • panelTitle.activeBorder#E495A7
  • progressBar.background#E495A7
  • scrollbarSlider.activeBackground#E495A777
  • scrollbarSlider.background#8943533a
  • scrollbarSlider.hoverBackground#8943535a
  • sideBar.background#1D1618
  • sideBar.foreground#B4AFBC
  • sideBarSectionHeader.background#362B2D
  • sideBarTitle.foreground#B4AFBC
  • statusBar.background#894353
  • statusBar.debuggingBackground#B65469
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#894353
  • tab.activeBackground#251D1F
  • tab.activeBorderTop#E495A7
  • tab.activeForeground#D5D0DB
  • tab.inactiveBackground#1D1618
  • tab.inactiveForeground#8B8694
  • terminal.ansiBlue#E495A7
  • textLink.activeForeground#E495A7
  • textLink.foreground#E495A7
  • titleBar.activeBackground#1D1618
  • titleBar.activeForeground#B4AFBC
  • titleBar.inactiveBackground#251D1F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C6F6DEitalic
string, punctuation.definition.string#CCB478
constant.numeric, constant.language, constant.character#AEE448
keyword, keyword.control, storage, storage.type#E495A7
entity.name.function, support.function#EAF0B4
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#CCF0F6
variable, variable.parameter#9CA8F0
entity.name.tag, meta.tag#E495A7
entity.other.attribute-name#9CA8F0
keyword.operator, punctuation#C0BAD8
meta.decorator, punctuation.decorator#EAF0B4