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#E86A33
  • activityBar.background#150C0A
  • activityBar.border#3D241F
  • activityBar.foreground#FFC878
  • activityBar.inactiveForeground#6E5A52
  • activityBarBadge.background#3DC4B7
  • activityBarBadge.foreground#1B100E
  • commandCenter.activeForeground#F7B267
  • commandCenter.background#18100E
  • commandCenter.border#4A3029
  • commandCenter.foreground#D9C3B3
  • commandCenter.inactiveForeground#6E534A
  • descriptionForeground#B5A495
  • editor.background#2A1915
  • editor.foreground#F6EBDD
  • editor.inactiveSelectionBackground#3DC4B714
  • editor.lineHighlightBackground#FFFFFF07
  • editor.selectionBackground#3DC4B726
  • editor.selectionHighlightBackground#F7B26720
  • editor.wordHighlightBackground#E86A331C
  • editorBracketMatch.background#3DC4B722
  • editorBracketMatch.border#3DC4B7
  • editorCursor.foreground#3DC4B7
  • editorGroup.border#34201C
  • editorGroupHeader.tabsBackground#1B100E
  • editorGroupHeader.tabsBorder#34201C
  • editorIndentGuide.activeBackground#6B4D44
  • editorIndentGuide.background#45302B
  • editorLineNumber.activeForeground#FFD8A8
  • editorLineNumber.foreground#826B60
  • errorForeground#FF8A72
  • focusBorder#3DC4B7
  • foreground#F1E4D6
  • icon.foreground#B5A495
  • menu.background#2A1915
  • menu.border#4A3029
  • menu.foreground#F1E4D6
  • menu.selectionBackground#3DC4B755
  • menu.selectionForeground#1B100E
  • menubar.selectionBackground#E86A3338
  • menubar.selectionForeground#FFF4E8
  • panel.background#1B100E
  • panel.border#34201C
  • panelInput.border#4A3029
  • panelTitle.activeBorder#3DC4B7
  • panelTitle.activeForeground#F7B267
  • panelTitle.inactiveForeground#8D766B
  • selection.background#3DC4B726
  • sideBar.background#1B100E
  • sideBar.border#34201C
  • sideBar.foreground#F1E4D6
  • sideBarSectionHeader.background#211412
  • sideBarSectionHeader.border#34201C
  • sideBarSectionHeader.foreground#D4BFAF
  • sideBarTitle.foreground#FFF2E3
  • statusBar.background#301C18
  • statusBar.border#E86A3389
  • statusBar.debuggingBackground#5A3B2F
  • statusBar.debuggingForeground#FFF8F2
  • statusBar.foreground#FFF1E6
  • statusBar.noFolderBackground#1A0F0D
  • statusBar.noFolderForeground#A68F81
  • statusBarItem.activeBackground#E86A3348
  • statusBarItem.hoverBackground#E86A332F
  • statusBarItem.remoteBackground#2A1E1A
  • statusBarItem.remoteForeground#52D1C5
  • tab.activeBackground#2A1915
  • tab.activeBorder#2A1915
  • tab.activeBorderTop#E86A33
  • tab.activeForeground#FFF4E8
  • tab.border#34201C
  • tab.inactiveBackground#1B100E
  • tab.inactiveForeground#8D766B
  • titleBar.activeBackground#18100E
  • titleBar.activeForeground#E8D0C2
  • titleBar.border#3D241F
  • titleBar.inactiveBackground#120A08
  • titleBar.inactiveForeground#786056
  • widget.shadow#090504

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#A38E82italic
keyword, storage.type, storage.modifier#E86A33bold
string#52D1C5
entity.name.function, support.function#F7B267
variable, variable.other.readwrite#F6EBDD
variable.parameter#F3C38Citalic
constant.numeric, constant.language#FF8A72
support.type, support.class, entity.name.type, entity.name.class#95B8FF
entity.name.tag#52D1C5
entity.other.attribute-name#F7B267