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.background#2B292F
  • activityBar.foreground#FFA657
  • activityBarBadge.background#FFA657
  • activityBarBadge.foreground#1F1D2E
  • button.background#FF8B42
  • button.foreground#1F1D2E
  • button.hoverBackground#FFA657
  • editor.background#1F1D2E
  • editor.foreground#E8E2D9
  • editor.lineHighlightBackground#292737
  • editor.selectionBackground#473B2E
  • editorCursor.foreground#FFA657
  • editorLineNumber.foreground#E0A96D
  • extensionButton.prominentBackground#FFA657
  • extensionButton.prominentHoverBackground#FF8B42
  • scrollbarSlider.background#423729
  • scrollbarSlider.hoverBackground#5C4D39
  • sideBar.background#25232B
  • sideBar.foreground#D0C7B8
  • sideBarSectionHeader.background#2E2A36
  • sideBarTitle.foreground#FFA657
  • statusBar.background#3B3227
  • statusBar.border#FF9F50
  • statusBar.foreground#E8E2D9
  • statusBarItem.hoverBackground#4A3C2F
  • tab.activeBackground#292737
  • tab.activeForeground#FFA657
  • tab.border#3B3227
  • tab.inactiveBackground#25232B
  • tab.inactiveForeground#9A8D7B
  • terminal.background#1F1D2E
  • terminal.foreground#E8E2D9
  • terminalCursor.foreground#FFA657

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7D6F62italic
keyword, storage.type, storage.modifier#FFA657
string, constant.other.symbol#FFB585
entity.name.function, support.function#E4A76A
variable, string constant.other.placeholder#E8E2D9
constant.numeric, constant.language#D98C59
entity.name.tag#FFA657
entity.other.attribute-name#E4A76A
entity.name.class, support.class#E4A76A
keyword.control, constant.other.color, punctuation, meta.tag#D98C59