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#25170A
  • activityBar.foreground#EAD5C2
  • activityBar.inactiveForeground#EAD5C260
  • activityBarBadge.background#B87333
  • activityBarBadge.foreground#25170A
  • editor.background#25170A
  • editor.foreground#EAD5C2
  • editor.lineHighlightBackground#211509
  • editor.selectionBackground#B8733380
  • editorCursor.foreground#B87333
  • editorIndentGuide.activeBackground#B8733360
  • editorIndentGuide.background#935C2920
  • editorWhitespace.foreground#935C2940
  • sideBar.background#211509
  • sideBar.foreground#EAD5C2
  • sideBarSectionHeader.background#25170A
  • statusBar.background#B87333
  • statusBar.foreground#25170A
  • statusBar.noFolderBackground#B87333
  • tab.activeBackground#25170A
  • tab.activeForeground#EAD5C2
  • tab.inactiveBackground#211509
  • tab.inactiveForeground#EAD5C280
  • terminal.background#25170A
  • terminal.foreground#EAD5C2
  • titleBar.activeBackground#25170A
  • titleBar.activeForeground#EAD5C2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#935C29
string#B8B633
string.regexp#7333B8
constant.numeric#3378B8
constant.language#3378B8italic
keyword#B87333bold
storage#B87333
storage.type#3378B8italic
entity.name.function#33B873
entity.name.class#35B833bold
entity.name.type#3378B8
variable#EAD5C2
variable.parameter#B83336italic
variable.other.property#33B8B6
punctuation#EAD5C2B0