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#FFD4A0
  • activityBar.foreground#FF5500
  • activityBarBadge.background#CCAA00
  • activityBarBadge.foreground#FFFFFF
  • button.background#FFAA55
  • button.foreground#3D1F0A
  • button.hoverBackground#FF8844
  • dropdown.background#FFFFFF
  • dropdown.border#FF8844
  • dropdown.foreground#3D1F0A
  • editor.background#FFD4A0
  • editor.foreground#3D1F0A
  • editor.selectionBackground#FFAA55
  • editor.selectionHighlightBackground#FFB366
  • editorBracketMatch.background#FFAA55
  • editorBracketMatch.border#FF6600
  • editorCursor.foreground#FF5500
  • editorGutter.background#FFE0B3
  • editorIndentGuide.activeBackground#FF6600
  • editorIndentGuide.background#FF8844
  • editorLineHighlight.background#FFB366
  • editorLineHighlight.border#FF8844
  • editorLineNumber.activeForeground#3D1F0A
  • editorLineNumber.foreground#FF6600
  • editorWhitespace.foreground#FF9955
  • input.background#FFFFFF
  • input.border#FF8844
  • input.foreground#3D1F0A
  • list.activeSelectionBackground#FFAA55
  • list.activeSelectionForeground#3D1F0A
  • list.hoverBackground#FFD4A0
  • list.inactiveSelectionBackground#FFB366
  • panel.background#FFE6CC
  • panel.border#FF8844
  • scrollbarSlider.activeBackground#CCAA00
  • scrollbarSlider.background#FF9955
  • scrollbarSlider.hoverBackground#FF6600
  • sideBar.background#FFE6CC
  • sideBarSectionHeader.background#FFD4A0
  • sideBarSectionHeader.foreground#3D1F0A
  • sideBarTitle.foreground#3D1F0A
  • statusBar.background#FFE6CC
  • statusBar.debuggingBackground#FFD4A0
  • statusBar.foreground#3D1F0A
  • statusBar.noFolderBackground#FFE6CC
  • tab.activeBackground#FFE6CC
  • tab.activeForeground#3D1F0A
  • tab.border#FF8844
  • tab.inactiveBackground#FFD4A0
  • tab.inactiveForeground#CC5500
  • titleBar.activeBackground#FFE6CC
  • titleBar.activeForeground#3D1F0A
  • titleBar.inactiveBackground#FFE0B3
  • titleBar.inactiveForeground#CC5500

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#CC5500italic
keyword, storage.type, storage.modifier#FF5500bold
string#FF6600
constant.numeric#E64A00
entity.name.function, meta.function-call#CC4400
entity.name.class, entity.name.type, support.type#CCAA00