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#221f22
  • activityBar.foreground#fcfcfa
  • activityBar.inactiveForeground#939293
  • activityBarBadge.background#fc9867
  • activityBarBadge.foreground#221f22
  • button.background#fc9867
  • button.foreground#221f22
  • button.hoverBackground#fd7f24
  • dropdown.background#3a3739
  • dropdown.border#5b595c
  • dropdown.foreground#fcfcfa
  • editor.background#2d2a2e
  • editor.findMatchBackground#ffd86644
  • editor.findMatchHighlightBackground#ffd86622
  • editor.foreground#fcfcfa
  • editor.lineHighlightBackground#3a3739
  • editor.selectionBackground#5b595c
  • editor.wordHighlightBackground#5b595c
  • editorCursor.foreground#fcfcfa
  • gitDecoration.addedResourceForeground#a9dc76
  • gitDecoration.deletedResourceForeground#ff6188
  • gitDecoration.ignoredResourceForeground#939293
  • gitDecoration.modifiedResourceForeground#ffd866
  • gitDecoration.untrackedResourceForeground#78dce8
  • input.background#2d2a2e
  • input.border#5b595c
  • input.foreground#fcfcfa
  • input.placeholderForeground#939293
  • list.activeSelectionBackground#5b595c
  • list.activeSelectionForeground#fcfcfa
  • list.hoverBackground#3a3739
  • list.inactiveSelectionBackground#5b595c
  • panel.background#2d2a2e
  • panel.border#5b595c
  • panelTitle.activeForeground#fcfcfa
  • panelTitle.inactiveForeground#939293
  • scrollbarSlider.activeBackground#939293
  • scrollbarSlider.background#5b595c
  • scrollbarSlider.hoverBackground#727072
  • sideBar.background#2d2a2e
  • sideBar.foreground#fcfcfa
  • sideBarSectionHeader.background#3a3739
  • sideBarSectionHeader.foreground#fcfcfa
  • statusBar.background#2d2a2e
  • statusBar.foreground#fcfcfa
  • statusBarItem.hoverBackground#3a3739
  • tab.activeBackground#2d2a2e
  • tab.activeForeground#fcfcfa
  • tab.border#5b595c
  • tab.inactiveBackground#3a3739
  • tab.inactiveForeground#939293
  • terminal.ansiBlack#2d2a2e
  • terminal.ansiBlue#78dce8
  • terminal.ansiCyan#78dce8
  • terminal.ansiGreen#a9dc76
  • terminal.ansiMagenta#ab9df2
  • terminal.ansiRed#ff6188
  • terminal.ansiWhite#fcfcfa
  • terminal.ansiYellow#ffd866
  • terminal.background#2d2a2e
  • terminal.foreground#fcfcfa
  • titleBar.activeBackground#2d2a2e
  • titleBar.activeForeground#fcfcfa
  • titleBar.inactiveBackground#2d2a2e
  • titleBar.inactiveForeground#939293

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#727072italic
string, string.quoted, string.template#ffd866
constant.numeric#ab9df2
constant.language.boolean#ab9df2
keyword, storage.type, storage.modifier#ff6188
entity.name.function, meta.function-call, support.function#a9dc76
entity.name.class, entity.other.inherited-class#78dce8
variable, meta.definition.variable#fcfcfa
variable.other.property, support.variable.property#fcfcfa
keyword.control.import, keyword.control.export, keyword.control.from#ff6188italic
entity.name.tag, meta.tag#ff6188