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#2C2C2C
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#007ACC
  • button.background#0E639C
  • button.foreground#FFFFFF
  • button.hoverBackground#1177BB
  • editor.background#1E1E1E
  • editor.findMatchBackground#515C6A
  • editor.findMatchHighlightBackground#EA5C0055
  • editor.foreground#D4D4D4
  • editor.lineHighlightBackground#2A2D2E
  • editor.selectionBackground#264F78
  • editor.selectionHighlightBackground#ADD6FF26
  • editorBracketMatch.background#0064001A
  • editorBracketMatch.border#007ACC
  • editorCursor.foreground#AEAFAD
  • editorError.foreground#F48771
  • editorGutter.addedBackground#629755
  • editorGutter.background#1E1E1E
  • editorGutter.deletedBackground#CC7832
  • editorGutter.modifiedBackground#1BB1F7
  • editorHoverWidget.background#252526
  • editorHoverWidget.border#454545
  • editorIndentGuide.activeBackground#707070
  • editorIndentGuide.background#404040
  • editorInfo.foreground#75BEFF
  • editorLineNumber.activeForeground#C6C6C6
  • editorLineNumber.foreground#858585
  • editorSuggestWidget.background#252526
  • editorSuggestWidget.border#454545
  • editorSuggestWidget.selectedBackground#094771
  • editorWarning.foreground#CCA700
  • editorWhitespace.foreground#3B3A32
  • editorWidget.background#252526
  • editorWidget.border#454545
  • input.background#3C3C3C
  • input.border#454545
  • input.foreground#CCCCCC
  • list.activeSelectionBackground#094771
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#2A2D2E
  • list.inactiveSelectionBackground#37373D
  • panel.background#1E1E1E
  • panel.border#3C3C3C
  • scrollbar.shadow#00000050
  • scrollbarSlider.activeBackground#4E4E4E
  • scrollbarSlider.background#42424280
  • scrollbarSlider.hoverBackground#424242
  • sideBar.background#252526
  • sideBarSectionHeader.background#181818
  • sideBarSectionHeader.foreground#CCCCCC
  • sideBarTitle.foreground#CCCCCC
  • statusBar.background#007ACC
  • statusBar.debuggingBackground#CC6633
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#68217A
  • tab.activeBackground#1E1E1E
  • tab.activeForeground#FFFFFF
  • tab.border#252526
  • tab.inactiveBackground#2D2D30
  • tab.inactiveForeground#858585
  • titleBar.activeBackground#3C3C3C
  • titleBar.activeForeground#CCCCCC
  • titleBar.inactiveBackground#2D2D30
  • titleBar.inactiveForeground#CCCCCC80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
keyword, storage.type, storage.modifier#569CD6bold
string, string.quoted#CE9178
constant.numeric#B5CEA8
entity.name.function, meta.function-call#DCDCAA
variable, variable.other#9CDCFE
entity.name.type, entity.name.class#4EC9B0bold
keyword.operator#D4D4D4