Skip to main content
CodingTheme

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#F5F5F5
  • badge.background#FFEB3B
  • badge.foreground#333333
  • button.background#FFEB3B
  • button.foreground#333333
  • button.hoverBackground#FDD835
  • dropdown.background#FFEB3B22
  • editor.background#FFFFFF
  • editor.findMatchBackground#FF6F61
  • editor.findMatchHighlightBackground#FF6F6144
  • editor.foreground#333333
  • editor.lineHighlightBackground#FFEB3B33
  • editor.selectionBackground#FFEB3B77
  • editor.selectionHighlightBackground#FFEB3B44
  • editorCursor.foreground#FF6F61
  • editorGroupHeader.tabsBackground#FFEB3B22
  • editorLineNumber.activeForeground#FFEB3B
  • editorLineNumber.foreground#FFEB3B88
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#FFEB3B44
  • editorSuggestWidget.selectedBackground#FFEB3B44
  • editorWidget.background#FFEB3B22
  • editorWidget.border#FFEB3B44
  • input.background#FFEB3B22
  • list.activeSelectionBackground#FFEB3B77
  • list.hoverBackground#FFEB3B22
  • panel.background#F5F5F5
  • panelTitle.activeBorder#FFEB3B
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#33333388
  • peekView.border#FFEB3B
  • peekViewEditor.background#FFFFFFBB
  • peekViewResult.background#FFFFFFBB
  • peekViewTitle.background#FFEB3B22
  • sideBar.background#F5F5F5
  • statusBar.background#FFEB3B
  • statusBar.debuggingBackground#FFEB3B
  • statusBar.noFolderBackground#FFEB3B
  • statusBarItem.remoteBackground#FFEB3B
  • terminal.ansiBlack#FFFFFF
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlack#BDBDBD
  • terminal.ansiBrightBlue#2196F3
  • terminal.ansiBrightCyan#00BCD4
  • terminal.ansiBrightGreen#4CAF50
  • terminal.ansiBrightMagenta#E91E63
  • terminal.ansiBrightRed#FF6F61
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#E91E63
  • terminal.ansiRed#FF6F61
  • terminal.ansiWhite#333333
  • terminal.ansiYellow#FFD54F
  • terminal.background#FFFFFF
  • terminal.foreground#333333
  • titleBar.activeBackground#FFEB3B
  • titleBar.inactiveBackground#F0E68C99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#B0BEC5italic
keyword#FFEB3Bbold
variable#2196F3bold
constant#FFD54Fbold
entity.name.function#4CAF50bold
string#FF6F61bold
entity.name.type#FFEB3Bbold
support.type#2196F3bold
support.function#00BCD4bold
punctuation#333333bold
storage.type#FFEB3Bbold
entity.other.attribute-name.class.css#FFEB3Bbold
support.type.property-name.css#2196F3bold
support.constant.property-value.css#FFD54Fbold
punctuation.section.property-list.begin.bracket.curly.css, punctuation.section.property-list.end.bracket.curly.css#FFEB3Bbold
punctuation.separator.key-value.css#FFD54Fbold
keyword.other.unit.css#00BCD4bold
support.function.misc.css#00BCD4bold
constant.numeric.css#FFD54Fbold
keyword.operator.css#333333bold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...