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#D4B89E
  • activityBar.background#2B1E14
  • activityBar.foreground#F4EFEA
  • activityBarBadge.background#8B5C3E
  • activityBarBadge.foreground#FFFFFF
  • badge.background#8B5C3E
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#F4EFEA
  • breadcrumb.background#2B1E14
  • breadcrumb.focusForeground#FFFFFF
  • breadcrumb.foreground#D4B89E
  • editor.background#20160D
  • editor.foreground#F9F5EF
  • editor.lineHighlightBackground#3B291C
  • editor.selectionBackground#D4B89E60
  • editor.selectionHighlightBackground#8B5C3E50
  • editorCursor.foreground#D4B89E
  • editorGroup.border#3E2B1E
  • editorGroupHeader.tabsBackground#261B12
  • editorIndentGuide.activeBackground#D4B89E
  • editorIndentGuide.background#4D382B
  • editorLineNumber.activeForeground#F4EFEA
  • editorLineNumber.foreground#9A8068
  • editorWhitespace.foreground#4D382B
  • editorWidget.background#3B291C
  • editorWidget.border#8B5C3E
  • editorWidget.foreground#F4EFEA
  • list.activeSelectionBackground#8B5C3E
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#B38764
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#4D382B
  • list.inactiveSelectionForeground#D4B89E
  • menu.background#2B1E14
  • menu.foreground#F4EFEA
  • menu.selectionBackground#8B5C3E
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#3E2B1E
  • panel.background#2B1E14
  • panel.border#3E2B1E
  • sideBar.background#261B12
  • sideBar.border#3E2B1E
  • sideBar.foreground#D4B89E
  • sideBarSectionHeader.background#3B291C
  • sideBarSectionHeader.foreground#F4EFEA
  • sideBarTitle.foreground#F4EFEA
  • statusBar.background#2B1E14
  • statusBar.debuggingBackground#8B5C3E
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#F4EFEA
  • statusBar.noFolderBackground#3B291C
  • statusBar.noFolderForeground#D4B89E
  • tab.activeBackground#3B291C
  • tab.activeForeground#F4EFEA
  • tab.hoverBackground#8B5C3E
  • tab.hoverForeground#FFFFFF
  • tab.inactiveBackground#20160D
  • tab.inactiveForeground#9A8068
  • tab.unfocusedActiveBackground#3B291C
  • tab.unfocusedActiveForeground#D4B89E
  • tab.unfocusedInactiveBackground#20160D
  • tab.unfocusedInactiveForeground#9A8068
  • titleBar.activeBackground#261B12
  • titleBar.activeForeground#F4EFEA
  • titleBar.inactiveBackground#261B12
  • titleBar.inactiveForeground#9A8068

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9A8068italic
variable, string constant.other.placeholder#F4EFEA—
string, constant.other.symbol#D4B89E—
constant.numeric, constant.language, support.constant#B38764—
keyword, storage.type#F4EFEA—
entity.name.function, support.function#FFD7B5—
keyword.control, punctuation#D4B89E—
entity.name.tag, meta.tag#B38764—
entity.name.class#FFD7B5—
entity.other.attribute-name#D4B89E—
source.json support.type.property-name.json#8B5C3E—
string.regexp#FFD7B5—