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#7C2D12
  • activityBar.border#D4A853
  • activityBar.foreground#FFF5F0
  • activityBarBadge.background#D4A853
  • activityBarBadge.foreground#140C0A
  • badge.background#E85D04
  • editor.background#140C0A
  • editor.findMatchBackground#D4A85366
  • editor.findMatchHighlightBackground#D4A85340
  • editor.foreground#F5E6E0
  • editor.lineHighlightBackground#1F1410
  • editor.selectionBackground#9A341255
  • editor.selectionHighlightBackground#9A341233
  • editor.wordHighlightBackground#2A1A14
  • editor.wordHighlightStrongBackground#9A341244
  • editorBracketMatch.background#9A341233
  • editorBracketMatch.border#D4A853
  • editorCursor.foreground#FFB347
  • editorGroup.border#9A341244
  • editorGroupHeader.tabsBackground#0E0806
  • editorGutter.background#140C0A
  • editorIndentGuide.activeBackground#E85D04
  • editorIndentGuide.background#2A1A14
  • editorLineNumber.activeForeground#FFB347
  • editorLineNumber.foreground#6B4A3A
  • focusBorder#E85D04
  • notificationCenter.border#D4A853
  • panel.background#1A100C
  • panel.border#9A341244
  • panelTitle.activeForeground#FFB347
  • progressBar.background#D4A853
  • sideBar.background#1A100C
  • sideBar.border#9A341244
  • sideBar.foreground#E8D4CC
  • sideBarTitle.foreground#FFB347
  • statusBar.background#7C2D12
  • statusBar.border#D4A853
  • statusBar.foreground#FFF5F0
  • tab.activeBackground#140C0A
  • tab.activeBorder#D4A853
  • tab.activeBorderTop#D4A853
  • tab.activeForeground#FFF5F0
  • tab.inactiveBackground#0E0806
  • tab.inactiveForeground#A08070
  • terminal.ansiBlue#60A5FA
  • terminal.ansiCyan#5EEAD4
  • terminal.ansiGreen#86EFAC
  • terminal.ansiMagenta#F0ABFC
  • terminal.ansiRed#F87171
  • terminal.ansiYellow#D4A853
  • terminal.background#140C0A
  • terminal.foreground#F5E6E0
  • titleBar.activeBackground#5C2210
  • titleBar.activeForeground#FFF5F0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A08070italic
string, punctuation.definition.string#FDBA74
constant.numeric, constant.language#FFD666bold
keyword, keyword.control#FB923Cbold
storage.type, storage.modifier#F97316
entity.name.function, support.function#FBBF24
variable, variable.parameter#F5E6E0
entity.name.type, support.type#D4A853
entity.name.tag#FB923C
entity.other.attribute-name#FDBA74
markup.heading#D4A853bold
constant.character.escape, string.regexp#F0ABFC
invalid#F87171underline