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#FFFBEB
  • activityBar.foreground#B45309
  • activityBar.inactiveForeground#D4D4D8
  • activityBarBadge.background#EA580C
  • activityBarBadge.foreground#FFFFFF
  • badge.background#EA580C
  • badge.foreground#FFFFFF
  • button.background#EA580C
  • button.foreground#FFFFFF
  • button.hoverBackground#C2410C
  • dropdown.background#FFFFFF
  • dropdown.border#FDE68A
  • dropdown.foreground#431407
  • dropdown.listBackground#FFFFFF
  • editor.background#FFFFFF
  • editor.findMatchBackground#FBBF24
  • editor.findMatchHighlightBackground#FDF6B2
  • editor.foreground#431407
  • editor.lineHighlightBackground#FEF3C7
  • editor.selectionBackground#FDE68A
  • editor.selectionHighlightBackground#FEF3C7
  • editorBracketMatch.background#FDE68A
  • editorBracketMatch.border#F59E0B
  • editorCursor.foreground#EA580C
  • editorGroupHeader.tabsBackground#FFFBEB
  • editorLineNumber.activeForeground#F59E0B
  • editorLineNumber.foreground#FCD34D
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.border#FDE68A
  • editorSuggestWidget.foreground#431407
  • editorSuggestWidget.highlightForeground#EA580C
  • editorSuggestWidget.selectedBackground#FEF3C7
  • input.background#FFFFFF
  • input.border#FDE68A
  • input.foreground#431407
  • input.placeholderForeground#9CA3AF
  • inputOption.activeBorder#EA580C
  • list.activeSelectionBackground#FEF3C7
  • list.activeSelectionForeground#431407
  • list.focusBackground#FEF3C7
  • list.focusForeground#431407
  • list.hoverBackground#FFFBEB
  • list.hoverForeground#431407
  • list.inactiveSelectionBackground#FFFBEB
  • list.inactiveSelectionForeground#431407
  • menu.background#FFFFFF
  • menu.border#FDE68A
  • menu.foreground#431407
  • menu.selectionBackground#EA580C
  • menu.selectionBorder#EA580C
  • menu.selectionForeground#FFFFFF
  • menubar.selectionBackground#FEF3C7
  • menubar.selectionForeground#431407
  • notificationCenter.border#FDE68A
  • notificationCenterHeader.background#FFFBEB
  • notificationCenterHeader.foreground#431407
  • notificationLink.foreground#EA580C
  • notifications.background#FFFFFF
  • notifications.border#FDE68A
  • notifications.foreground#431407
  • notificationToast.border#FDE68A
  • panel.background#FFFFFF
  • panel.border#FDE68A
  • panelTitle.activeBorder#EA580C
  • panelTitle.activeForeground#431407
  • panelTitle.inactiveForeground#9CA3AF
  • peekView.border#EA580C
  • peekViewEditor.background#FFFBEB
  • peekViewResult.background#FFFFFF
  • peekViewTitle.background#FFFBEB
  • quickInput.background#FFFFFF
  • quickInput.foreground#431407
  • quickInputList.focusBackground#FEF3C7
  • quickInputTitle.background#FFFBEB
  • scrollbarSlider.activeBackground#F59E0B80
  • scrollbarSlider.background#FDE68A80
  • scrollbarSlider.hoverBackground#FCD34D80
  • sideBar.background#FFFBEB
  • sideBar.foreground#78350F
  • sideBarSectionHeader.background#FEF3C7
  • sideBarSectionHeader.foreground#431407
  • sideBarTitle.foreground#431407
  • statusBar.background#FFFBEB
  • statusBar.debuggingBackground#EA580C
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#78350F
  • statusBar.noFolderBackground#FFFBEB
  • statusBarItem.hoverBackground#FEF3C7
  • tab.activeBackground#FFFFFF
  • tab.activeBorderTop#EA580C
  • tab.activeForeground#431407
  • tab.border#FFFBEB
  • tab.inactiveBackground#FFFBEB
  • tab.inactiveForeground#9CA3AF
  • terminal.background#FFFFFF
  • terminal.foreground#431407
  • titleBar.activeBackground#FFFBEB
  • titleBar.activeForeground#431407
  • titleBar.inactiveBackground#FFFBEB
  • titleBar.inactiveForeground#9CA3AF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9CA3AFitalic
string, punctuation.definition.string#EAB308
keyword, storage.type, storage.modifier#EA580C
entity.name.function, meta.function-call, support.function#DC2626bold
variable, meta.definition.variable.name, support.variable#431407
constant, variable.other.constant#9333EA
constant.numeric#C2410C
keyword.operator#F59E0B
entity.name.type, entity.name.class, support.type, support.class#B45309