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#2F4F2F
  • activityBar.foreground#228B22
  • activityBar.inactiveForeground#FFFFFF
  • activityBarBadge.background#2F4F2F
  • activityBarBadge.foreground#FFFFFF
  • badge.background#2F4F2F
  • badge.foreground#FFFFFF
  • button.background#2F4F2F
  • button.border#228B22
  • button.foreground#FFFFFF
  • contrastActiveBorder#228B22
  • contrastBorder#8B4513
  • descriptionForeground#FFFFFF
  • diffEditor.insertedTextBorder#32CD32
  • diffEditor.removedTextBorder#CD5C5C
  • dropdown.background#2F4F2F
  • dropdown.foreground#FFFFFF
  • dropdown.listBackground#2F4F2F
  • editor.background#2F4F2F
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#2F4F2F
  • editor.lineHighlightBorder#228B22
  • editor.selectionBackground#8B4513
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#228B22
  • editorLineNumber.activeForeground#228B22
  • editorLineNumber.foreground#FFFFFF
  • editorWhitespace.foreground#8B4513
  • editorWidget.background#2F4F2F
  • editorWidget.foreground#FFFFFF
  • errorForeground#CD5C5C
  • focusBorder#8B4513
  • foreground#FFFFFF
  • icon.foreground#228B22
  • input.background#2F4F2F
  • input.border#228B22
  • input.foreground#FFFFFF
  • input.placeholderForeground#228B22
  • inputOption.activeBackground#228B22
  • inputOption.activeBorder#228B22
  • inputOption.activeForeground#2F4F2F
  • minimap.background#2F4F2F
  • minimap.errorHighlight#CD5C5C
  • minimap.findMatchHighlight#228B22
  • minimap.selectionHighlight#8B4513
  • minimap.selectionOccurrenceHighlight#2F4F2F
  • minimap.warningHighlight#FFD700
  • panel.background#2F4F2F
  • panelSectionHeader.background#2F4F2F
  • panelTitle.activeForeground#228B22
  • panelTitle.inactiveForeground#FFFFFF
  • pickerGroup.border#228B22
  • scrollbarSlider.activeBackground#228B22B
  • scrollbarSlider.background#228B227
  • scrollbarSlider.hoverBackground#228B227
  • selection.background#8B4513
  • settings.headerForeground#228B22
  • settings.modifiedItemIndicator#228B22
  • sideBar.background#2F4F2F
  • sideBar.foreground#FFFFFF
  • statusBar.background#2F4F2F
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#228B22
  • tab.activeForeground#2F4F2F
  • tab.inactiveBackground#2F4F2F
  • tab.inactiveForeground#FFFFFF
  • tab.unfocusedActiveBackground#2F4F2F
  • tab.unfocusedActiveForeground#FFFFFF
  • tab.unfocusedInactiveBackground#2F4F2F
  • tab.unfocusedInactiveForeground#FFFFFF
  • terminal.ansiBlack#2F4F2F
  • terminal.ansiBlue#4682B4
  • terminal.ansiBrightBlack#2F4F2F
  • terminal.ansiBrightBlue#4682B4
  • terminal.ansiBrightCyan#48D1CC
  • terminal.ansiBrightGreen#228B22
  • terminal.ansiBrightMagenta#8B008B
  • terminal.ansiBrightRed#CD5C5C
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD700
  • terminal.ansiCyan#48D1CC
  • terminal.ansiGreen#228B22
  • terminal.ansiMagenta#8B008B
  • terminal.ansiRed#CD5C5C
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFD700
  • terminal.background#2F4F2F
  • terminal.foreground#FFFFFF
  • terminal.selectionBackground#8B4513
  • textLink.foreground#228B22

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#90EE90italic
comment#696969italic
keyword#228B22bold
variable#FFFFFF
string#90EE90
constant.numeric#FFD700
constant.language#CD5C5C
support.function#4682B4bold
punctuation#FFFFFF
entity.name.function#4682B4bold
meta.class, entity.other.inherited-class, entity.name.type.class#228B22
entity.name.tag#CD5C5C
entity.other.attribute-name#FFD700
source.json meta.structure.dictionary.json support.type.property-name.json#90EE90