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.border#19181a
  • activityBar.foreground#ff6188
  • activityBar.inactiveForeground#727072
  • activityBarBadge.background#ff6188
  • activityBarBadge.foreground#221f22
  • badge.background#ff6188
  • badge.foreground#221f22
  • button.background#ff6188
  • button.foreground#221f22
  • button.hoverBackground#fc9867
  • dropdown.background#221f22
  • dropdown.border#19181a
  • dropdown.foreground#fcfcfa
  • editor.background#2d2a2e
  • editor.foreground#fcfcfa
  • editor.inactiveSelectionBackground#423f43
  • editor.lineHighlightBackground#423f43
  • editor.selectionBackground#5b595c
  • editorCursor.foreground#fcfcfa
  • editorIndentGuide.activeBackground#5b595c
  • editorIndentGuide.background#423f43
  • editorLineNumber.activeForeground#ff6188
  • editorLineNumber.foreground#5b595c
  • editorSuggestWidget.background#221f22
  • editorSuggestWidget.border#ff6188
  • editorSuggestWidget.selectedBackground#423f43
  • editorWhitespace.foreground#423f43
  • editorWidget.background#221f22
  • editorWidget.border#ff6188
  • input.background#221f22
  • input.border#19181a
  • input.foreground#fcfcfa
  • input.placeholderForeground#727072
  • inputOption.activeBorder#ff6188
  • list.activeSelectionBackground#423f43
  • list.activeSelectionForeground#fcfcfa
  • list.focusOutline#ff6188
  • list.hoverBackground#423f43
  • list.inactiveSelectionBackground#423f43
  • panel.background#2d2a2e
  • panel.border#19181a
  • panelTitle.activeBorder#ffd866
  • panelTitle.activeForeground#fcfcfa
  • panelTitle.inactiveForeground#939293
  • scrollbarSlider.activeBackground#5b595ccc
  • scrollbarSlider.background#5b595c66
  • scrollbarSlider.hoverBackground#5b595c99
  • sideBar.background#221f22
  • sideBar.border#19181a
  • sideBar.foreground#fcfcfa
  • sideBarSectionHeader.background#2d2a2e
  • sideBarSectionHeader.foreground#fcfcfa
  • sideBarTitle.foreground#ff6188
  • statusBar.background#221f22
  • statusBar.debuggingBackground#ff6188
  • statusBar.foreground#fcfcfa
  • statusBar.noFolderBackground#221f22
  • tab.activeBackground#2d2a2e
  • tab.activeBorder#ff6188
  • tab.activeForeground#fcfcfa
  • tab.border#19181a
  • tab.inactiveBackground#221f22
  • tab.inactiveForeground#939293
  • terminal.ansiBlack#2d2a2e
  • terminal.ansiBlue#fc9867
  • 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#221f22
  • titleBar.activeForeground#fcfcfa
  • titleBar.border#19181a
  • titleBar.inactiveBackground#2d2a2e
  • titleBar.inactiveForeground#939293

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#727072italic
string, string.quoted#ffd866
keyword, storage.type, storage.modifier#ff6188
entity.name.function, support.function#a9dc76
variable, variable.other#fcfcfa
constant.numeric, constant.language, constant.character#ab9df2
entity.name.type, entity.name.class, support.class#78dce8
keyword.operator#ff6188
entity.name.tag#ff6188
entity.other.attribute-name#a9dc76
support.type.property-name#78dce8
punctuation#fcfcfa