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#F2F2F2
  • activityBar.border#F2F2F2
  • activityBar.foreground#141414
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#4A4A4A
  • activityBarBadge.foreground#F2F2F2
  • badge.background#4A4A4A
  • badge.foreground#F2F2F2
  • button.background#F2F2F2
  • button.foreground#141414
  • button.hoverBackground#DDDDDD
  • button.secondaryBackground#2A2A2A
  • button.secondaryForeground#F2F2F2
  • contrastBorder#2A2A2A
  • dropdown.background#1E1E1E
  • dropdown.border#2A2A2A
  • editor.background#141414
  • editor.findMatchBackground#FFFFFF33
  • editor.findMatchHighlightBackground#FFFFFF1F
  • editor.foreground#F2F2F2
  • editor.inactiveSelectionBackground#FFFFFF12
  • editor.lineHighlightBackground#1E1E1E
  • editor.selectionBackground#FFFFFF25
  • editor.selectionHighlightBackground#FFFFFF16
  • editor.wordHighlightBackground#FFFFFF20
  • editorBracketMatch.background#FFFFFF18
  • editorBracketMatch.border#F2F2F2
  • editorCursor.foreground#F2F2F2
  • editorGroup.border#2A2A2A
  • editorGroupHeader.tabsBackground#101010
  • editorGutter.addedBackground#6B8F6B
  • editorGutter.deletedBackground#C2655F
  • editorGutter.modifiedBackground#6E7E97
  • editorHoverWidget.background#1E1E1E
  • editorHoverWidget.border#2A2A2A
  • editorIndentGuide.activeBackground1#4A4A4A
  • editorIndentGuide.background1#252525
  • editorLineNumber.activeForeground#E0E0E0
  • editorLineNumber.foreground#4A4A4A
  • editorRuler.foreground#252525
  • editorSuggestWidget.background#1E1E1E
  • editorSuggestWidget.border#2A2A2A
  • editorSuggestWidget.selectedBackground#FFFFFF18
  • editorWhitespace.foreground#252525
  • editorWidget.background#1E1E1E
  • editorWidget.border#2A2A2A
  • extensionButton.prominentBackground#F2F2F2
  • extensionButton.prominentHoverBackground#DDDDDD
  • focusBorder#F2F2F2
  • foreground#F2F2F2
  • input.background#1E1E1E
  • input.border#2A2A2A
  • input.foreground#F2F2F2
  • input.placeholderForeground#6A6A6A
  • list.activeSelectionBackground#F2F2F2
  • list.activeSelectionForeground#141414
  • list.highlightForeground#F2F2F2
  • list.hoverBackground#1E1E1E
  • list.inactiveSelectionBackground#1E1E1E
  • notificationCenterHeader.background#1E1E1E
  • notifications.background#1E1E1E
  • notifications.border#2A2A2A
  • notifications.foreground#F2F2F2
  • panel.background#101010
  • panel.border#2A2A2A
  • panelTitle.activeForeground#F2F2F2
  • panelTitle.inactiveForeground#6A6A6A
  • peekView.border#F2F2F2
  • peekViewEditor.background#141414
  • peekViewResult.background#1E1E1E
  • progressBar.background#F2F2F2
  • scrollbarSlider.activeBackground#F2F2F280
  • scrollbarSlider.background#4A4A4A70
  • scrollbarSlider.hoverBackground#4A4A4AA0
  • sideBar.background#101010
  • sideBar.border#2A2A2A
  • sideBar.foreground#C4C4C4
  • sideBarSectionHeader.background#1E1E1E
  • sideBarSectionHeader.foreground#F2F2F2
  • sideBarTitle.foreground#F2F2F2
  • statusBar.background#4A4A4A
  • statusBar.debuggingBackground#F2F2F2
  • statusBar.foreground#F2F2F2
  • statusBar.noFolderBackground#F2F2F2
  • statusBarItem.hoverBackground#3A3A3A
  • tab.activeBackground#141414
  • tab.activeBorderTop#F2F2F2
  • tab.activeForeground#F2F2F2
  • tab.border#2A2A2A
  • tab.inactiveBackground#101010
  • tab.inactiveForeground#6A6A6A
  • terminal.ansiBlack#1E1E1E
  • terminal.ansiBlue#6E7E97
  • terminal.ansiBrightBlack#6A6A6A
  • terminal.ansiBrightBlue#8A9BB3
  • terminal.ansiBrightCyan#73999E
  • terminal.ansiBrightGreen#88B288
  • terminal.ansiBrightMagenta#A989A2
  • terminal.ansiBrightRed#DD817A
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D0C07B
  • terminal.ansiCyan#5A7E82
  • terminal.ansiGreen#6B8F6B
  • terminal.ansiMagenta#8C6F86
  • terminal.ansiRed#C2655F
  • terminal.ansiWhite#C4C4C4
  • terminal.ansiYellow#B4A36A
  • terminal.background#141414
  • terminal.foreground#F2F2F2
  • titleBar.activeBackground#101010
  • titleBar.activeForeground#F2F2F2
  • titleBar.inactiveBackground#101010
  • titleBar.inactiveForeground#6A6A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F2F2F2
comment, punctuation.definition.comment#6A6A6Aitalic
keyword, keyword.control, storage.type, storage.modifier#F2F2F2bold
string, string.quoted#C4C4C4
constant.numeric, constant.language, constant.character#ABABAB
entity.name.function, support.function, meta.function-call#F2F2F2bold
variable, variable.parameter#F2F2F2
entity.name.type, entity.name.class, support.class, support.type#DDDDDDitalic
entity.name.tag#F2F2F2
entity.other.attribute-name#C4C4C4
keyword.operator, punctuation#8A8A8A
variable.other.property, meta.object-literal.key#DDDDDD
markup.heading#F2F2F2bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#C2655F