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#F5F7FA
  • activityBar.border#E0E4EC
  • activityBar.foreground#1C2033
  • activityBar.inactiveForeground#757575
  • activityBarBadge.background#1976D2
  • activityBarBadge.foreground#FFFFFF
  • badge.background#1976D2
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#1976D2
  • breadcrumb.focusForeground#1C2033
  • breadcrumb.foreground#757575
  • breadcrumbPicker.background#FFFFFF
  • button.background#1976D2
  • button.foreground#FFFFFF
  • button.hoverBackground#1E88E5
  • descriptionForeground#616161
  • editor.background#FFFFFF
  • editor.findMatchBackground#BBDEFB60
  • editor.findMatchHighlightBackground#BBDEFB40
  • editor.foreground#1C2033
  • editor.inactiveSelectionBackground#1976D220
  • editor.lineHighlightBackground#F5F7FA
  • editor.selectionBackground#1976D230
  • editor.selectionHighlightBackground#1976D218
  • editor.wordHighlightBackground#1976D225
  • editor.wordHighlightStrongBackground#1976D240
  • editorBracketMatch.background#1976D218
  • editorBracketMatch.border#1976D260
  • editorCursor.background#FFFFFF
  • editorCursor.foreground#1976D2
  • editorError.foreground#D32F2F
  • editorGroupHeader.tabsBackground#EEEEEE
  • editorGroupHeader.tabsBorder#E0E4EC
  • editorGutter.background#FFFFFF
  • editorHoverWidget.background#FFFFFF
  • editorHoverWidget.border#E0E4EC
  • editorIndentGuide.activeBackground1#B0B8C8
  • editorIndentGuide.background1#E8ECF2
  • editorInfo.foreground#1976D2
  • editorLineNumber.activeForeground#1976D2
  • editorLineNumber.foreground#B0B8C8
  • editorRuler.foreground#E8ECF2
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#E0E4EC
  • editorSuggestWidget.highlightForeground#1976D2
  • editorSuggestWidget.selectedBackground#E3F2FD
  • editorWarning.foreground#F57C00
  • editorWhitespace.foreground#E0E4EC
  • errorForeground#D32F2F
  • focusBorder#1976D260
  • foreground#1C2033
  • gitDecoration.conflictingResourceForeground#7B1FA2
  • gitDecoration.deletedResourceForeground#D32F2F
  • gitDecoration.ignoredResourceForeground#B0B8C8
  • gitDecoration.modifiedResourceForeground#F57C00
  • gitDecoration.untrackedResourceForeground#388E3C
  • input.background#FFFFFF
  • input.border#E0E4EC
  • input.foreground#1C2033
  • input.placeholderForeground#757575
  • list.activeSelectionBackground#BBDEFB
  • list.activeSelectionForeground#0D47A1
  • list.focusBackground#BBDEFB
  • list.highlightForeground#1976D2
  • list.hoverBackground#F5F7FA
  • list.hoverForeground#1C2033
  • list.inactiveSelectionBackground#E3F2FD
  • list.inactiveSelectionForeground#424242
  • panel.background#F5F7FA
  • panel.border#E0E4EC
  • panelTitle.activeBorder#1976D2
  • panelTitle.activeForeground#1976D2
  • panelTitle.inactiveForeground#757575
  • scrollbarSlider.activeBackground#757575A0
  • scrollbarSlider.background#B0B8C850
  • scrollbarSlider.hoverBackground#B0B8C880
  • selection.background#1976D230
  • sideBar.background#FAFBFC
  • sideBar.border#E0E4EC
  • sideBar.foreground#424242
  • sideBarSectionHeader.background#F5F7FA
  • sideBarSectionHeader.border#E0E4EC
  • sideBarSectionHeader.foreground#616161
  • sideBarTitle.foreground#1976D2
  • statusBar.background#1976D2
  • statusBar.border#1565C0
  • statusBar.debuggingBackground#D32F2F
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#42A5F5
  • statusBarItem.hoverBackground#1E88E5
  • statusBarItem.remoteBackground#0D47A1
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#1976D2
  • tab.activeBorderTop#1976D2
  • tab.activeForeground#1C2033
  • tab.border#E0E4EC
  • tab.hoverBackground#FAFBFC
  • tab.hoverForeground#424242
  • tab.inactiveBackground#F5F7FA
  • tab.inactiveForeground#757575
  • tab.unfocusedActiveForeground#616161
  • tab.unfocusedInactiveForeground#9E9E9E
  • terminal.ansiBlack#424242
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlack#757575
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#26C6DA
  • terminal.ansiBrightGreen#66BB6A
  • terminal.ansiBrightMagenta#AB47BC
  • terminal.ansiBrightRed#EF5350
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFA726
  • terminal.ansiCyan#00838F
  • terminal.ansiGreen#388E3C
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#E0E4EC
  • terminal.ansiYellow#F57C00
  • terminal.background#F5F7FA
  • terminal.foreground#1C2033
  • titleBar.activeBackground#F5F7FA
  • titleBar.activeForeground#1C2033
  • titleBar.border#E0E4EC
  • titleBar.inactiveBackground#EEEEEE
  • titleBar.inactiveForeground#757575

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9Eitalic
keyword, keyword.control, keyword.operator.new, keyword.other.import#1976D2bold
keyword.operator, keyword.operator.logical, keyword.operator.comparison#00838F
storage, storage.type, storage.modifier#7B1FA2italic
string, string.quoted, string.template#2E7D32
constant.character.escape, string.regexp#00838F
constant.numeric#F57C00
constant, constant.language, constant.other#EF6C00
entity.name.function, meta.definition.method entity.name.function#1565C0bold
meta.function-call, support.function#1976D2
variable, variable.other#1C2033
variable.parameter#424242italic
variable.language, variable.other.this, variable.other.self#1976D2italic
entity.name.type, entity.name.class, support.class#7B1FA2bold
entity.name.interface, entity.name.enum#9C27B0
entity.name.tag#D32F2F
entity.other.attribute-name#1976D2
support.type.property-name#1565C0
support.constant.property-value#2E7D32
punctuation, meta.brace#9E9E9E
meta.decorator, punctuation.decorator#EF6C00italic