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#eab308
  • activityBar.background#fef9c3
  • activityBar.foreground#a16207
  • activityBarBadge.background#eab308
  • activityBarBadge.foreground#fefce8
  • badge.background#eab308
  • badge.foreground#fefce8
  • button.background#eab308
  • button.foreground#fefce8
  • button.hoverBackground#ca8a04
  • dropdown.background#fefce8
  • dropdown.border#fde047
  • dropdown.foreground#854d0e
  • editor.background#fefce8
  • editor.findMatchBackground#fde047
  • editor.findMatchHighlightBackground#fef08a
  • editor.foreground#854d0e
  • editor.hoverHighlightBackground#fef9c3
  • editor.lineHighlightBackground#fef9c3
  • editor.selectionBackground#fef08a
  • editor.selectionHighlightBackground#fef08a
  • editor.wordHighlightBackground#fef08a
  • editor.wordHighlightStrongBackground#fef08a
  • editorCursor.foreground#ca8a04
  • editorGroupHeader.tabsBackground#fef9c3
  • editorIndentGuide.activeBackground#facc15
  • editorIndentGuide.background#fef08a
  • editorLineNumber.activeForeground#ca8a04
  • editorLineNumber.foreground#facc15
  • editorRuler.foreground#fef08a
  • editorWhitespace.foreground#fde047
  • input.background#fefce8
  • input.border#fde047
  • input.foreground#854d0e
  • inputOption.activeBorder#eab308
  • list.activeSelectionBackground#fef08a
  • list.activeSelectionForeground#854d0e
  • list.focusBackground#fef08a
  • list.hoverBackground#fef9c3
  • list.inactiveSelectionBackground#fef9c3
  • menuBar.selectionBackground#eab308
  • menuBar.selectionForeground#fefce8
  • panel.background#fef9c3
  • panel.border#fef08a
  • panelTitle.activeForeground#854d0e
  • panelTitle.inactiveForeground#ca8a04
  • progressBar.background#eab308
  • scrollbar.shadow#fef08a
  • scrollbarSlider.activeBackground#eab308
  • scrollbarSlider.background#fde047
  • scrollbarSlider.hoverBackground#facc15
  • sideBar.background#fef9c3
  • sideBar.foreground#a16207
  • sideBarSectionHeader.background#fef08a
  • sideBarSectionHeader.foreground#854d0e
  • sideBarTitle.foreground#854d0e
  • statusBar.background#ca8a04
  • statusBar.debuggingBackground#dc2626
  • statusBar.debuggingForeground#fef2f2
  • statusBar.foreground#fefce8
  • statusBar.noFolderBackground#eab308
  • tab.activeBackground#fefce8
  • tab.activeBorder#eab308
  • tab.activeForeground#854d0e
  • tab.border#fef08a
  • tab.inactiveBackground#fef9c3
  • tab.inactiveForeground#ca8a04
  • terminal.ansiBlack#713f12
  • terminal.ansiBlue#3b82f6
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#fef9c3
  • terminal.ansiYellow#eab308
  • terminal.background#fefce8
  • terminal.foreground#854d0e
  • titleBar.activeBackground#ca8a04
  • titleBar.activeForeground#fefce8
  • titleBar.inactiveBackground#eab308
  • titleBar.inactiveForeground#fef08a
  • window.activeBorder#fde047
  • window.inactiveBorder#fef08a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#eab308italic
variable, string constant.other.placeholder#a16207—
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—