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#4CAF50
  • badge.foreground#FFFFFF
  • button.background#4CAF50
  • button.foreground#FFFFFF
  • button.hoverBackground#388E3C
  • dropdown.background#E0E0E022
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFB300
  • editor.findMatchHighlightBackground#FFB30044
  • editor.foreground#333333
  • editor.lineHighlightBackground#E0E0E033
  • editor.selectionBackground#4CAF5077
  • editor.selectionHighlightBackground#4CAF5044
  • editorCursor.foreground#4CAF50
  • editorGroupHeader.tabsBackground#E0E0E022
  • editorLineNumber.activeForeground#4CAF50
  • editorLineNumber.foreground#4CAF5088
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#4CAF5044
  • editorSuggestWidget.selectedBackground#4CAF5044
  • editorWidget.background#E0E0E022
  • editorWidget.border#4CAF5044
  • input.background#E0E0E022
  • list.activeSelectionBackground#4CAF5077
  • list.hoverBackground#E0E0E022
  • panel.background#F5F5F5
  • panelTitle.activeBorder#4CAF50
  • panelTitle.activeForeground#333333
  • panelTitle.inactiveForeground#33333388
  • peekView.border#4CAF50
  • peekViewEditor.background#FFFFFFBB
  • peekViewResult.background#FFFFFFBB
  • peekViewTitle.background#E0E0E022
  • sideBar.background#F5F5F5
  • statusBar.background#4CAF50
  • statusBar.debuggingBackground#4CAF50
  • statusBar.noFolderBackground#4CAF50
  • statusBarItem.remoteBackground#4CAF50
  • terminal.ansiBlack#FFFFFF
  • terminal.ansiBlue#2196F3
  • terminal.ansiBrightBlack#BDBDBD
  • terminal.ansiBrightBlue#2196F3
  • terminal.ansiBrightCyan#00BCD4
  • terminal.ansiBrightGreen#4CAF50
  • terminal.ansiBrightMagenta#E91E63
  • terminal.ansiBrightRed#F44336
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#E91E63
  • terminal.ansiRed#F44336
  • terminal.ansiWhite#333333
  • terminal.ansiYellow#FFD54F
  • terminal.background#FFFFFF
  • terminal.foreground#333333
  • titleBar.activeBackground#4CAF50
  • titleBar.inactiveBackground#A5D6A7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#B0BEC5italic
keyword#4CAF50bold
variable#2196F3bold
constant#FFD54Fbold
entity.name.function#4CAF50bold
string#FF6F61bold
entity.name.type#4CAF50bold
support.type#2196F3bold
support.function#00BCD4bold
punctuation#333333bold
storage.type#4CAF50bold
entity.other.attribute-name.class.css#4CAF50bold
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#4CAF50bold
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...