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#f59e0b
  • activityBar.background#fef3c7
  • activityBar.foreground#b45309
  • activityBarBadge.background#f59e0b
  • activityBarBadge.foreground#fffbeb
  • badge.background#f59e0b
  • badge.foreground#fffbeb
  • button.background#f59e0b
  • button.foreground#fffbeb
  • button.hoverBackground#d97706
  • dropdown.background#fffbeb
  • dropdown.border#fcd34d
  • dropdown.foreground#92400e
  • editor.background#fffbeb
  • editor.findMatchBackground#fcd34d
  • editor.findMatchHighlightBackground#fde68a
  • editor.foreground#92400e
  • editor.hoverHighlightBackground#fef3c7
  • editor.lineHighlightBackground#fef3c7
  • editor.selectionBackground#fde68a
  • editor.selectionHighlightBackground#fde68a
  • editor.wordHighlightBackground#fde68a
  • editor.wordHighlightStrongBackground#fde68a
  • editorCursor.foreground#d97706
  • editorGroupHeader.tabsBackground#fef3c7
  • editorIndentGuide.activeBackground#fbbf24
  • editorIndentGuide.background#fde68a
  • editorLineNumber.activeForeground#d97706
  • editorLineNumber.foreground#fbbf24
  • editorRuler.foreground#fde68a
  • editorWhitespace.foreground#fcd34d
  • input.background#fffbeb
  • input.border#fcd34d
  • input.foreground#92400e
  • inputOption.activeBorder#f59e0b
  • list.activeSelectionBackground#fde68a
  • list.activeSelectionForeground#92400e
  • list.focusBackground#fde68a
  • list.hoverBackground#fef3c7
  • list.inactiveSelectionBackground#fef3c7
  • menuBar.selectionBackground#f59e0b
  • menuBar.selectionForeground#fffbeb
  • panel.background#fef3c7
  • panel.border#fde68a
  • panelTitle.activeForeground#92400e
  • panelTitle.inactiveForeground#d97706
  • progressBar.background#f59e0b
  • scrollbar.shadow#fde68a
  • scrollbarSlider.activeBackground#f59e0b
  • scrollbarSlider.background#fcd34d
  • scrollbarSlider.hoverBackground#fbbf24
  • sideBar.background#fef3c7
  • sideBar.foreground#b45309
  • sideBarSectionHeader.background#fde68a
  • sideBarSectionHeader.foreground#92400e
  • sideBarTitle.foreground#92400e
  • statusBar.background#d97706
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#fffbeb
  • statusBar.noFolderBackground#f59e0b
  • tab.activeBackground#fffbeb
  • tab.activeBorder#f59e0b
  • tab.activeForeground#92400e
  • tab.border#fde68a
  • tab.inactiveBackground#fef3c7
  • tab.inactiveForeground#d97706
  • terminal.ansiBlack#78350f
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#fef3c7
  • terminal.ansiYellow#eab308
  • terminal.background#fffbeb
  • terminal.foreground#92400e
  • titleBar.activeBackground#d97706
  • titleBar.activeForeground#fffbeb
  • titleBar.inactiveBackground#f59e0b
  • titleBar.inactiveForeground#fde68a
  • window.activeBorder#fcd34d
  • window.inactiveBorder#fde68a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#f59e0bitalic
variable, string constant.other.placeholder#b45309—
keyword, storage.type, storage.modifier#9333ea—
keyword.operator#db2777—
string, string.quoted#16a34a—
entity.name.function, meta.require, support.function.any-method#2563eb—
entity.name.type, entity.other.inherited-class, support.class#a16207—
constant.numeric, constant.language, support.constant, constant.character.escape#ea580c—
entity.name.tag, markup.deleted.git_gutter#dc2626—
entity.other.attribute-name#ea580c—