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.activeBorder#FAFAFA
  • activityBar.background#09090B
  • activityBar.border#27272A
  • activityBar.foreground#FAFAFA
  • activityBarBadge.background#FAFAFA
  • activityBarBadge.foreground#09090B
  • badge.background#FAFAFA
  • badge.foreground#09090B
  • breadcrumb.activeSelectionForeground#FAFAFA
  • breadcrumb.focusForeground#FAFAFA
  • breadcrumb.foreground#A1A1AA
  • breadcrumbPicker.background#18181B
  • button.background#FAFAFA
  • button.foreground#09090B
  • button.hoverBackground#E4E4E7
  • editor.background#09090B
  • editor.findMatchBackground#3F3F4680
  • editor.findMatchHighlightBackground#27272A80
  • editor.foreground#FAFAFA
  • editor.lineHighlightBackground#18181B
  • editor.selectionBackground#3F3F46
  • editor.selectionHighlightBackground#27272A
  • editor.wordHighlightBackground#27272A80
  • editorCursor.foreground#FAFAFA
  • editorGroupHeader.tabsBackground#09090B
  • editorGroupHeader.tabsBorder#27272A
  • editorHoverWidget.background#18181B
  • editorHoverWidget.border#3F3F46
  • editorLineNumber.activeForeground#A1A1AA
  • editorLineNumber.foreground#52525B
  • editorSuggestWidget.background#18181B
  • editorSuggestWidget.border#3F3F46
  • editorSuggestWidget.highlightForeground#FAFAFA
  • editorSuggestWidget.selectedBackground#27272A
  • editorWidget.background#18181B
  • editorWidget.border#3F3F46
  • focusBorder#52525B
  • gitDecoration.conflictingResourceForeground#A855F7
  • gitDecoration.deletedResourceForeground#EF4444
  • gitDecoration.ignoredResourceForeground#52525B
  • gitDecoration.modifiedResourceForeground#F59E0B
  • gitDecoration.untrackedResourceForeground#10B981
  • input.background#18181B
  • input.border#3F3F46
  • input.foreground#FAFAFA
  • input.placeholderForeground#71717A
  • inputOption.activeBorder#FAFAFA
  • list.activeSelectionBackground#27272A
  • list.activeSelectionForeground#FAFAFA
  • list.focusBackground#27272A
  • list.focusForeground#FAFAFA
  • list.hoverBackground#18181B
  • list.inactiveSelectionBackground#18181B
  • menu.background#18181B
  • menu.foreground#FAFAFA
  • menu.selectionBackground#27272A
  • menu.selectionForeground#FAFAFA
  • menubar.selectionBackground#27272A
  • menubar.selectionForeground#FAFAFA
  • notificationCenter.border#3F3F46
  • notificationCenterHeader.background#18181B
  • notifications.background#18181B
  • notifications.border#3F3F46
  • notificationToast.border#3F3F46
  • panel.background#09090B
  • panel.border#27272A
  • panelTitle.activeBorder#FAFAFA
  • panelTitle.activeForeground#FAFAFA
  • panelTitle.inactiveForeground#71717A
  • peekView.border#52525B
  • peekViewEditor.background#18181B
  • peekViewResult.background#09090B
  • peekViewTitle.background#18181B
  • progressBar.background#FAFAFA
  • sideBar.background#09090B
  • sideBar.border#27272A
  • sideBar.foreground#A1A1AA
  • sideBarSectionHeader.background#18181B
  • sideBarSectionHeader.foreground#FAFAFA
  • sideBarTitle.foreground#FAFAFA
  • statusBar.background#09090B
  • statusBar.border#27272A
  • statusBar.debuggingBackground#18181B
  • statusBar.foreground#A1A1AA
  • statusBar.noFolderBackground#09090B
  • tab.activeBackground#09090B
  • tab.activeBorder#FAFAFA
  • tab.activeBorderTop#FAFAFA
  • tab.activeForeground#FAFAFA
  • tab.border#27272A
  • tab.inactiveBackground#09090B
  • tab.inactiveForeground#71717A
  • terminal.ansiBlack#09090B
  • terminal.ansiBlue#3B82F6
  • terminal.ansiBrightBlack#52525B
  • terminal.ansiBrightBlue#60A5FA
  • terminal.ansiBrightCyan#22D3EE
  • terminal.ansiBrightGreen#34D399
  • terminal.ansiBrightMagenta#C084FC
  • terminal.ansiBrightRed#F87171
  • terminal.ansiBrightWhite#FAFAFA
  • terminal.ansiBrightYellow#FBBF24
  • terminal.ansiCyan#06B6D4
  • terminal.ansiGreen#10B981
  • terminal.ansiMagenta#A855F7
  • terminal.ansiRed#EF4444
  • terminal.ansiWhite#FAFAFA
  • terminal.ansiYellow#F59E0B
  • terminal.foreground#FAFAFA
  • titleBar.activeBackground#09090B
  • titleBar.activeForeground#FAFAFA
  • titleBar.border#27272A
  • titleBar.inactiveBackground#09090B
  • titleBar.inactiveForeground#71717A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#71717Aitalic
string, string.quoted, string.template#10B981
constant.numeric, constant.language, constant.character#F59E0B
variable, variable.other, variable.parameter#FAFAFA
keyword, storage.type, storage.modifier#E4E4E7bold
entity.name.function, meta.function-call, support.function#D4D4D8
entity.name.class, entity.name.type, support.class, support.type#E4E4E7
entity.name.tag, markup.heading#FAFAFAbold
entity.other.attribute-name#A1A1AA
punctuation, meta.brace, meta.bracket#A1A1AA
markup.bold#FAFAFAbold
markup.italic#D4D4D8italic
markup.underlineunderline
markup.inline.raw, markup.fenced_code#10B981
invalid, invalid.illegal#EF4444