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#C96F4A
  • activityBar.background#120F0D
  • activityBar.border#2A231E
  • activityBar.foreground#EBD49A
  • activityBar.inactiveForeground#6B6158
  • activityBarBadge.background#6E8F7B
  • activityBarBadge.foreground#171412
  • commandCenter.activeForeground#F2D892
  • commandCenter.background#151210
  • commandCenter.border#3A332C
  • commandCenter.foreground#C7BAA6
  • commandCenter.inactiveForeground#5C544B
  • descriptionForeground#A79C8C
  • editor.background#201B18
  • editor.foreground#EEE7DC
  • editor.inactiveSelectionBackground#D8B36A14
  • editor.lineHighlightBackground#FFFFFF06
  • editor.selectionBackground#D8B36A24
  • editor.selectionHighlightBackground#6E8F7B1E
  • editor.wordHighlightBackground#D8B36A1A
  • editorBracketMatch.background#D8B36A20
  • editorBracketMatch.border#D8B36A
  • editorCursor.foreground#C96F4A
  • editorGroup.border#27211D
  • editorGroupHeader.tabsBackground#171412
  • editorGroupHeader.tabsBorder#27211D
  • editorIndentGuide.activeBackground#665950
  • editorIndentGuide.background#3A322D
  • editorLineNumber.activeForeground#EBDCB7
  • editorLineNumber.foreground#786E62
  • errorForeground#F28A75
  • focusBorder#D8B36A
  • foreground#E8E1D5
  • icon.foreground#A79C8C
  • menu.background#201B18
  • menu.border#3A332C
  • menu.foreground#E8E1D5
  • menu.selectionBackground#6E8F7B55
  • menu.selectionForeground#FBF6EE
  • menubar.selectionBackground#D8B36A30
  • menubar.selectionForeground#FFFDF8
  • panel.background#181512
  • panel.border#2A231E
  • panelInput.border#3A332C
  • panelTitle.activeBorder#D8B36A
  • panelTitle.activeForeground#E4C487
  • panelTitle.inactiveForeground#7A6E62
  • selection.background#D8B36A24
  • sideBar.background#171412
  • sideBar.border#27211D
  • sideBar.foreground#E8E1D5
  • sideBarSectionHeader.background#1B1715
  • sideBarSectionHeader.border#27211D
  • sideBarSectionHeader.foreground#C2B5A1
  • sideBarTitle.foreground#F5EEE3
  • statusBar.background#241F1B
  • statusBar.border#D8B36A55
  • statusBar.debuggingBackground#3D2B20
  • statusBar.debuggingForeground#FBF3E8
  • statusBar.foreground#E8DCC8
  • statusBar.noFolderBackground#181512
  • statusBar.noFolderForeground#9A8B7A
  • statusBarItem.activeBackground#D8B36A38
  • statusBarItem.hoverBackground#D8B36A2A
  • statusBarItem.remoteBackground#2C2621
  • statusBarItem.remoteForeground#E4C487
  • tab.activeBackground#201B18
  • tab.activeBorder#201B18
  • tab.activeBorderTop#D8B36A
  • tab.activeForeground#FBF6EE
  • tab.border#27211D
  • tab.inactiveBackground#171412
  • tab.inactiveForeground#897E71
  • titleBar.activeBackground#151210
  • titleBar.activeForeground#D4C4AE
  • titleBar.border#2A231E
  • titleBar.inactiveBackground#110E0C
  • titleBar.inactiveForeground#6F6559
  • widget.shadow#090807

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9D9284italic
keyword, storage.type, storage.modifier#C96F4Abold
string#8FB29D
entity.name.function, support.function#E4C487
variable, variable.other.readwrite#EEE7DC
variable.parameter#D7A46Aitalic
constant.numeric, constant.language#F28A75
support.type, support.class, entity.name.type, entity.name.class#9EB8DE
entity.name.tag#8FB29D
entity.other.attribute-name#E4C487