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#F0F0F0
  • activityBar.border#F0F0F0
  • activityBar.foreground#141414
  • activityBar.inactiveForeground#8A8A8A
  • activityBarBadge.background#FF3B30
  • activityBarBadge.foreground#141414
  • badge.background#FF3B30
  • badge.foreground#141414
  • button.background#FF3B30
  • button.foreground#141414
  • button.hoverBackground#E0342A
  • button.secondaryBackground#2E2E2E
  • button.secondaryForeground#F0F0F0
  • contrastBorder#2E2E2E
  • dropdown.background#1E1E1E
  • dropdown.border#2E2E2E
  • editor.background#141414
  • editor.findMatchBackground#FF3B3050
  • editor.findMatchHighlightBackground#FF3B3025
  • editor.foreground#F0F0F0
  • editor.inactiveSelectionBackground#F0F0F010
  • editor.lineHighlightBackground#1E1E1E
  • editor.selectionBackground#F0F0F025
  • editor.selectionHighlightBackground#F0F0F015
  • editor.wordHighlightBackground#FF3B3025
  • editorBracketMatch.background#F0F0F015
  • editorBracketMatch.border#FF3B30
  • editorCursor.foreground#FF3B30
  • editorGroup.border#2E2E2E
  • editorGroupHeader.tabsBackground#0F0F0F
  • editorGutter.addedBackground#F0F0F0
  • editorGutter.deletedBackground#FF3B30
  • editorGutter.modifiedBackground#8A8A8A
  • editorHoverWidget.background#1E1E1E
  • editorHoverWidget.border#2E2E2E
  • editorIndentGuide.activeBackground1#4A4A4A
  • editorIndentGuide.background1#2A2A2A
  • editorLineNumber.activeForeground#FF3B30
  • editorLineNumber.foreground#4A4A4A
  • editorRuler.foreground#2A2A2A
  • editorSuggestWidget.background#1E1E1E
  • editorSuggestWidget.border#2E2E2E
  • editorSuggestWidget.selectedBackground#FF3B3025
  • editorWhitespace.foreground#2A2A2A
  • editorWidget.background#1E1E1E
  • editorWidget.border#2E2E2E
  • extensionButton.prominentBackground#FF3B30
  • extensionButton.prominentHoverBackground#E0342A
  • focusBorder#FF3B30
  • foreground#F0F0F0
  • input.background#1E1E1E
  • input.border#2E2E2E
  • input.foreground#F0F0F0
  • input.placeholderForeground#6A6A6A
  • list.activeSelectionBackground#F0F0F0
  • list.activeSelectionForeground#141414
  • list.highlightForeground#FF3B30
  • list.hoverBackground#1E1E1E
  • list.inactiveSelectionBackground#1E1E1E
  • notificationCenterHeader.background#1E1E1E
  • notifications.background#1E1E1E
  • notifications.border#2E2E2E
  • notifications.foreground#F0F0F0
  • panel.background#0F0F0F
  • panel.border#2E2E2E
  • panelTitle.activeForeground#F0F0F0
  • panelTitle.inactiveForeground#6A6A6A
  • peekView.border#FF3B30
  • peekViewEditor.background#141414
  • peekViewResult.background#1E1E1E
  • progressBar.background#FF3B30
  • scrollbarSlider.activeBackground#FF3B3080
  • scrollbarSlider.background#4A4A4A70
  • scrollbarSlider.hoverBackground#4A4A4AA0
  • sideBar.background#0F0F0F
  • sideBar.border#2E2E2E
  • sideBar.foreground#C4C4C4
  • sideBarSectionHeader.background#1E1E1E
  • sideBarSectionHeader.foreground#F0F0F0
  • sideBarTitle.foreground#F0F0F0
  • statusBar.background#FF3B30
  • statusBar.debuggingBackground#F0F0F0
  • statusBar.foreground#141414
  • statusBar.noFolderBackground#F0F0F0
  • statusBarItem.hoverBackground#E0342A
  • tab.activeBackground#141414
  • tab.activeBorderTop#FF3B30
  • tab.activeForeground#F0F0F0
  • tab.border#2E2E2E
  • tab.inactiveBackground#0F0F0F
  • tab.inactiveForeground#6A6A6A
  • terminal.ansiBlack#1E1E1E
  • terminal.ansiBlue#4A9CE8
  • terminal.ansiBrightBlack#6A6A6A
  • terminal.ansiBrightBlue#72B4EE
  • terminal.ansiBrightCyan#72CCD6
  • terminal.ansiBrightGreen#8AC98A
  • terminal.ansiBrightMagenta#D68AC0
  • terminal.ansiBrightRed#FF6259
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E0C24E
  • terminal.ansiCyan#4AB8C4
  • terminal.ansiGreen#6AAE6A
  • terminal.ansiMagenta#C468A8
  • terminal.ansiRed#FF3B30
  • terminal.ansiWhite#C4C4C4
  • terminal.ansiYellow#C9A82E
  • terminal.background#141414
  • terminal.foreground#F0F0F0
  • titleBar.activeBackground#0F0F0F
  • titleBar.activeForeground#F0F0F0
  • titleBar.inactiveBackground#0F0F0F
  • titleBar.inactiveForeground#6A6A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#F0F0F0
comment, punctuation.definition.comment#6A6A6Aitalic
keyword, keyword.control, storage.type, storage.modifier#F0F0F0bold
string, string.quoted#4A9CE8
constant.numeric, constant.language, constant.character#ABABAB
entity.name.function, support.function, meta.function-call#FF3B30
variable, variable.parameter#F0F0F0
entity.name.type, entity.name.class, support.class, support.type#F0F0F0bold underline
entity.name.tag#FF3B30
entity.other.attribute-name#4A9CE8
keyword.operator, punctuation#8A8A8A
variable.other.property, meta.object-literal.key#C4C4C4
markup.heading#FF3B30bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#141414