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#0A2F0A
  • activityBar.foreground#228B22
  • activityBar.inactiveForeground#A9A9A9
  • activityBarBadge.background#FFD700
  • activityBarBadge.foreground#000000
  • badge.background#FFD700
  • badge.foreground#000000
  • button.background#228B22
  • button.border#FFD700
  • button.foreground#FFFFFF
  • contrastActiveBorder#FFD700
  • contrastBorder#228B22
  • descriptionForeground#D3D3D3
  • dropdown.background#1F4F1F
  • dropdown.foreground#F5F5F5
  • dropdown.listBackground#0F3F0F
  • editor.background#0F3F0F
  • editor.foreground#F5F5F5
  • editor.lineHighlightBackground#1F4F1F
  • editor.lineHighlightBorder#228B22
  • editor.selectionBackground#228B22
  • editor.selectionForeground#FFFFFF
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#A9A9A9
  • editorWhitespace.foreground#556B2F
  • errorForeground#FF4500
  • focusBorder#228B22
  • foreground#F5F5F5
  • input.background#1F4F1F
  • input.border#228B22
  • input.foreground#F5F5F5
  • input.placeholderForeground#A9A9A9
  • inputOption.activeBackground#228B22
  • inputOption.activeBorder#FFD700
  • inputOption.activeForeground#FFFFFF
  • panel.background#0F3F0F
  • panelSectionHeader.background#1F4F1F
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#D3D3D3
  • selection.background#228B22
  • sideBar.background#0F3F0F
  • sideBar.foreground#D3D3D3
  • statusBar.background#0A2F0A
  • statusBar.foreground#D3D3D3
  • tab.activeBackground#228B22
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#0F3F0F
  • tab.inactiveForeground#A9A9A9
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4169E1
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#228B22
  • terminal.ansiMagenta#8B008B
  • terminal.ansiRed#FF4500
  • terminal.ansiWhite#F5F5F5
  • terminal.ansiYellow#FFD700
  • terminal.background#0F3F0F
  • terminal.foreground#F5F5F5
  • textLink.foreground#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#FFD700italic
comment#556B2Fitalic
keyword#FF4500bold
variable#F5F5F5—
string#90EE90—
constant.numeric#FFD700—
constant.language#FF6347—
support.function#00CED1bold
punctuation#D3D3D3—
entity.name.function#00CED1bold
meta.class, entity.other.inherited-class, entity.name.type.class#FFD700—
entity.name.tag#FF4500—
entity.other.attribute-name#228B22—
source.json meta.structure.dictionary.json support.type.property-name.json#FFD700—