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#1B230F
  • activityBar.foreground#DBE7C9
  • activityBar.inactiveForeground#DBE7C960
  • activityBarBadge.background#88B04B
  • activityBarBadge.foreground#1B230F
  • editor.background#1B230F
  • editor.foreground#DBE7C9
  • editor.lineHighlightBackground#18200E
  • editor.selectionBackground#88B04B80
  • editorCursor.foreground#88B04B
  • editorIndentGuide.activeBackground#88B04B60
  • editorIndentGuide.background#6D8D3C20
  • editorWhitespace.foreground#6D8D3C40
  • sideBar.background#18200E
  • sideBar.foreground#DBE7C9
  • sideBarSectionHeader.background#1B230F
  • statusBar.background#88B04B
  • statusBar.foreground#1B230F
  • statusBar.noFolderBackground#88B04B
  • tab.activeBackground#1B230F
  • tab.activeForeground#DBE7C9
  • tab.inactiveBackground#18200E
  • tab.inactiveForeground#DBE7C980
  • terminal.background#1B230F
  • terminal.foreground#DBE7C9
  • titleBar.activeBackground#1B230F
  • titleBar.activeForeground#DBE7C9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6D8D3C
string#56B04B
string.regexp#B04B88
constant.numeric#734BB0
constant.language#734BB0italic
keyword#88B04Bbold
storage#88B04B
storage.type#734BB0italic
entity.name.function#4B88B0
entity.name.class#4BB0A6bold
entity.name.type#734BB0
variable#DBE7C9
variable.parameter#B0A64Bitalic
variable.other.property#4B55B0
punctuation#DBE7C9B0