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#1F0F0A
  • activityBar.foreground#8B4513
  • activityBar.inactiveForeground#A0522D
  • activityBarBadge.background#D4AF37
  • activityBarBadge.foreground#000000
  • badge.background#D4AF37
  • badge.foreground#000000
  • button.background#8B4513
  • button.border#D4AF37
  • button.foreground#F5DEB3
  • contrastActiveBorder#D4AF37
  • contrastBorder#8B4513
  • descriptionForeground#DEB887
  • dropdown.background#3F2B1E
  • dropdown.foreground#F5DEB3
  • dropdown.listBackground#2F1B14
  • editor.background#2F1B14
  • editor.foreground#F5DEB3
  • editor.lineHighlightBackground#3F2B1E
  • editor.lineHighlightBorder#8B4513
  • editor.selectionBackground#8B4513
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#D4AF37
  • editorLineNumber.activeForeground#D4AF37
  • editorLineNumber.foreground#DEB887
  • editorWhitespace.foreground#A0522D
  • errorForeground#CD5C5C
  • focusBorder#8B4513
  • foreground#F5DEB3
  • input.background#3F2B1E
  • input.border#8B4513
  • input.foreground#F5DEB3
  • input.placeholderForeground#A0522D
  • inputOption.activeBackground#8B4513
  • inputOption.activeBorder#D4AF37
  • inputOption.activeForeground#FFFFFF
  • panel.background#2F1B14
  • panelSectionHeader.background#3F2B1E
  • panelTitle.activeForeground#D4AF37
  • panelTitle.inactiveForeground#DEB887
  • selection.background#8B4513
  • sideBar.background#2F1B14
  • sideBar.foreground#DEB887
  • statusBar.background#1F0F0A
  • statusBar.foreground#DEB887
  • tab.activeBackground#8B4513
  • tab.activeForeground#F5DEB3
  • tab.inactiveBackground#2F1B14
  • tab.inactiveForeground#A0522D
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4682B4
  • terminal.ansiCyan#5F9EA0
  • terminal.ansiGreen#228B22
  • terminal.ansiMagenta#9370DB
  • terminal.ansiRed#CD5C5C
  • terminal.ansiWhite#F5DEB3
  • terminal.ansiYellow#D4AF37
  • terminal.background#2F1B14
  • terminal.foreground#F5DEB3
  • textLink.foreground#D4AF37

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#D4AF37italic
comment#A0522Ditalic
keyword#CD5C5Cbold
variable#F5DEB3—
string#90EE90—
constant.numeric#D4AF37—
constant.language#FF7F50—
support.function#5F9EA0bold
punctuation#DEB887—
entity.name.function#5F9EA0bold
meta.class, entity.other.inherited-class, entity.name.type.class#D4AF37—
entity.name.tag#CD5C5C—
entity.other.attribute-name#8B4513—
source.json meta.structure.dictionary.json support.type.property-name.json#D4AF37—