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#2F2F2F
  • activityBar.foreground#FFB347
  • activityBar.inactiveForeground#8B7355
  • button.background#CD853F
  • button.foreground#FFFACD
  • contrastActiveBorder#FFB347
  • contrastBorder#CD853F
  • descriptionForeground#F5DEB3
  • editor.background#2F2F2F
  • editor.foreground#FFFACD
  • editor.lineHighlightBackground#3C3C3C
  • editor.lineHighlightBorder#CD853F
  • editor.selectionBackground#CD853F
  • editor.selectionForeground#FFFACD
  • editorCursor.foreground#FFB347
  • editorLineNumber.activeForeground#FFB347
  • editorLineNumber.foreground#D2B48C
  • editorWhitespace.foreground#8B7355
  • errorForeground#FF6347
  • focusBorder#F4A460
  • foreground#FFFACD
  • input.background#3C3C3C
  • input.border#CD853F
  • input.foreground#FFFACD
  • panel.background#2F2F2F
  • panelTitle.activeForeground#FFB347
  • panelTitle.inactiveForeground#F5DEB3
  • selection.background#CD853F
  • sideBar.background#2F2F2F
  • sideBar.foreground#F5DEB3
  • statusBar.background#CD853F
  • statusBar.foreground#FFFACD
  • tab.activeBackground#CD853F
  • tab.activeForeground#FFFACD
  • tab.inactiveBackground#2F2F2F
  • tab.inactiveForeground#8B7355
  • terminal.background#2F2F2F
  • terminal.foreground#FFFACD
  • textLink.foreground#FFB347

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type#FFB347italic
comment#8B7355italic
keyword#F4A460bold
string#DEB887
constant.numeric#FFEFD5