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#FFF0E6
  • activityBar.foreground#2A230B
  • activityBar.inactiveForeground#2A230B60
  • activityBarBadge.background#D4AF37
  • activityBarBadge.foreground#FFF0E6
  • editor.background#FFF0E6
  • editor.foreground#2A230B
  • editor.lineHighlightBackground#FFF2E9
  • editor.selectionBackground#D4AF3780
  • editorCursor.foreground#D4AF37
  • editorIndentGuide.activeBackground#D4AF3760
  • editorIndentGuide.background#7F692120
  • editorWhitespace.foreground#7F692140
  • sideBar.background#FFF2E9
  • sideBar.foreground#2A230B
  • sideBarSectionHeader.background#FFF0E6
  • statusBar.background#D4AF37
  • statusBar.foreground#FFF0E6
  • statusBar.noFolderBackground#D4AF37
  • tab.activeBackground#FFF0E6
  • tab.activeForeground#2A230B
  • tab.inactiveBackground#E6D8CF
  • tab.inactiveForeground#2A230B80
  • terminal.background#FFF0E6
  • terminal.foreground#2A230B
  • titleBar.activeBackground#FFF0E6
  • titleBar.activeForeground#2A230B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#7F6921
string#ABD437
string.regexp#AF37D4
constant.numeric#375CD4
constant.language#375CD4italic
keyword#D4AF37bold
storage#D4AF37
storage.type#375CD4italic
entity.name.function#37D4AF
entity.name.class#37D460bold
entity.name.type#375CD4
variable#2A230B
variable.parameter#D46137italic
variable.other.property#37AAD4
punctuation#2A230BB0