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.activeBorder#4B9BE8
  • activityBar.background#141E2A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#4A5A6A
  • activityBarBadge.background#4B9BE8
  • activityBarBadge.foreground#FFFFFF
  • badge.background#4B9BE8
  • badge.foreground#FFFFFF
  • button.background#4B9BE8
  • button.foreground#FFFFFF
  • button.hoverBackground#6AB0F0
  • dropdown.background#1E2B3A
  • dropdown.border#2A3A4A
  • dropdown.foreground#E0D8C8
  • editor.background#1E2B3A
  • editor.foreground#E0D8C8
  • editor.lineHighlightBackground#2A3A4A
  • editor.selectionBackground#4B9BE880
  • editor.selectionHighlightBackground#4B9BE840
  • editorCursor.foreground#FFFFFF
  • editorGroupHeader.tabsBackground#162030
  • editorLineNumber.foreground#4A5A6A
  • gitDecoration.addedResourceForeground#8B9D6B
  • gitDecoration.conflictingResourceForeground#C792EA
  • gitDecoration.deletedResourceForeground#E85D3A
  • gitDecoration.modifiedResourceForeground#C4A87C
  • input.background#141E2A
  • input.border#2A3A4A
  • input.foreground#E0D8C8
  • input.placeholderForeground#4A5A6A
  • inputOption.activeBorder#4B9BE8
  • list.activeSelectionBackground#2A3A4A
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#2A3A4A
  • list.hoverBackground#26364A
  • list.hoverForeground#E0D8C8
  • list.inactiveSelectionBackground#26364A
  • minimap.background#162030
  • minimap.findMatchHighlight#4B9BE880
  • panel.background#182230
  • panel.border#2A3A4A
  • peekView.background#1E2B3A
  • peekView.border#4B9BE8
  • peekViewEditor.background#141E2A
  • peekViewResult.background#182230
  • quickInput.background#1E2B3A
  • quickInput.foreground#E0D8C8
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#4B9BE8AA
  • scrollbarSlider.background#2A3A4A80
  • scrollbarSlider.hoverBackground#2A3A4AAA
  • sideBar.background#182230
  • sideBar.foreground#C0B8A8
  • sideBarSectionHeader.background#1E2B3A
  • sideBarTitle.foreground#E0D8C8
  • statusBar.background#141E2A
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#4B9BE866
  • statusBarItem.hoverBackground#2A3A4A
  • tab.activeBackground#1E2B3A
  • tab.activeForeground#FFFFFF
  • tab.hoverBackground#26364A
  • tab.inactiveBackground#162030
  • tab.inactiveForeground#4A5A6A
  • terminal.ansiBlack#2D2D2D
  • terminal.ansiBlue#4B9BE8
  • terminal.ansiBrightBlack#505050
  • terminal.ansiBrightBlue#6AB0F0
  • terminal.ansiBrightCyan#8ED8F3
  • terminal.ansiBrightGreen#9BAF7B
  • terminal.ansiBrightMagenta#D4A0FF
  • terminal.ansiBrightRed#FF6B4A
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D4B88C
  • terminal.ansiCyan#7EC8E3
  • terminal.ansiGreen#8B9D6B
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#E85D3A
  • terminal.ansiWhite#E0D8C8
  • terminal.ansiYellow#C4A87C
  • terminal.background#141E2A
  • terminal.foreground#E0D8C8
  • titleBar.activeBackground#141E2A
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#121A24
  • titleBar.inactiveForeground#4A5A6A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4A5A6Aitalic
keyword, storage.type, storage.modifier#8B9D6B—
string, string.quoted, string.regexp#4B9BE8—
constant.numeric, constant.language#C4A87C—
entity.name.function, meta.function-call, support.function#8B9D6B—
entity.name.type, entity.name.class, support.type#C4A87C—
variable, variable.parameter#E0D8C8—
variable.other.constant#C4A87C—
support.type.property-name.css#8B9D6Bitalic
meta.tag, entity.name.tag#8B9D6B—
entity.other.attribute-name#4B9BE8—
punctuation, meta.brace, meta.brace.round#4A5A6A—
markup.heading, markup.heading entity.name#8B9D6Bbold
markup.list#4B9BE8—
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#4B9BE8—
constant.character.escape#4AE0E0—
support.type.property-name.json#8B9D6B—
constant.language.json#8B9D6B—