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#1E2A3A
  • activityBar.foreground#00CED1
  • activityBar.inactiveForeground#B0C4DE
  • activityBarBadge.background#4682B4
  • activityBarBadge.foreground#F0F8FF
  • badge.background#4682B4
  • badge.foreground#F0F8FF
  • button.background#4682B4
  • button.border#87CEEB
  • button.foreground#F0F8FF
  • contrastActiveBorder#00CED1
  • contrastBorder#4682B4
  • descriptionForeground#B0C4DE
  • diffEditor.insertedTextBorder#00CED1
  • diffEditor.removedTextBorder#FF6347
  • dropdown.background#2C3E50
  • dropdown.foreground#F0F8FF
  • dropdown.listBackground#1E2A3A
  • editor.background#1E2A3A
  • editor.foreground#F0F8FF
  • editor.lineHighlightBackground#2C3E50
  • editor.lineHighlightBorder#87CEEB
  • editor.selectionBackground#4682B4
  • editor.selectionForeground#F0F8FF
  • editorCursor.foreground#00CED1
  • editorLineNumber.activeForeground#00CED1
  • editorLineNumber.foreground#B0C4DE
  • editorWhitespace.foreground#708090
  • editorWidget.background#2C3E50
  • editorWidget.foreground#F0F8FF
  • errorForeground#FF6347
  • focusBorder#87CEEB
  • foreground#F0F8FF
  • icon.foreground#00CED1
  • input.background#2C3E50
  • input.border#87CEEB
  • input.foreground#F0F8FF
  • input.placeholderForeground#00CED1
  • inputOption.activeBackground#4682B4
  • inputOption.activeBorder#87CEEB
  • inputOption.activeForeground#F0F8FF
  • minimap.background#1E2A3A
  • minimap.errorHighlight#FF6347
  • minimap.findMatchHighlight#FFD700
  • minimap.selectionHighlight#87CEEB
  • minimap.selectionOccurrenceHighlight#4682B4
  • minimap.warningHighlight#FFA500
  • panel.background#1E2A3A
  • panelSectionHeader.background#2C3E50
  • panelTitle.activeForeground#00CED1
  • panelTitle.inactiveForeground#B0C4DE
  • pickerGroup.border#4682B4
  • scrollbarSlider.activeBackground#00CED177
  • scrollbarSlider.background#4682B477
  • scrollbarSlider.hoverBackground#87CEEB77
  • selection.background#4682B4
  • settings.headerForeground#00CED1
  • settings.modifiedItemIndicator#87CEEB
  • sideBar.background#1E2A3A
  • sideBar.foreground#B0C4DE
  • statusBar.background#1E2A3A
  • statusBar.foreground#B0C4DE
  • tab.activeBackground#87CEEB
  • tab.activeForeground#1E2A3A
  • tab.inactiveBackground#1E2A3A
  • tab.inactiveForeground#B0C4DE
  • tab.unfocusedActiveBackground#2C3E50
  • tab.unfocusedActiveForeground#B0C4DE
  • tab.unfocusedInactiveBackground#1E2A3A
  • tab.unfocusedInactiveForeground#B0C4DE
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#4682B4
  • terminal.ansiBrightBlack#2F4F4F
  • terminal.ansiBrightBlue#87CEEB
  • terminal.ansiBrightCyan#40E0D0
  • terminal.ansiBrightGreen#48D1CC
  • terminal.ansiBrightMagenta#DDA0DD
  • terminal.ansiBrightRed#FF7F50
  • terminal.ansiBrightWhite#F8F8FF
  • terminal.ansiBrightYellow#FFFFE0
  • terminal.ansiCyan#00CED1
  • terminal.ansiGreen#20B2AA
  • terminal.ansiMagenta#DA70D6
  • terminal.ansiRed#FF6347
  • terminal.ansiWhite#F0F8FF
  • terminal.ansiYellow#FFD700
  • terminal.background#1E2A3A
  • terminal.foreground#F0F8FF
  • terminal.selectionBackground#4682B4
  • textLink.foreground#87CEEB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#00CED1italic
comment#708090italic
keyword#B0C4DEbold
variable#F0F8FF
string#87CEEB
constant.numeric#FFD700
constant.language#FF6347
support.function#00CED1bold
punctuation#B0C4DE
entity.name.function#00CED1bold
meta.class, entity.other.inherited-class, entity.name.type.class#87CEEB
entity.name.tag#FF6347
entity.other.attribute-name#B0C4DE
source.json meta.structure.dictionary.json support.type.property-name.json#FFD700