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#6A8AE0
  • activityBar.background#101418
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#4A4A5A
  • activityBarBadge.background#6A8AE0
  • activityBarBadge.foreground#101418
  • badge.background#6A8AE0
  • badge.foreground#101418
  • button.background#6A8AE0
  • button.foreground#101418
  • button.hoverBackground#8A9AFF
  • dropdown.background#1A1E24
  • dropdown.border#242830
  • dropdown.foreground#D0D0D0
  • editor.background#1A1E24
  • editor.foreground#D0D0D0
  • editor.lineHighlightBackground#242830
  • editor.selectionBackground#6A8AE080
  • editor.selectionHighlightBackground#6A8AE040
  • editorCursor.foreground#FFFFFF
  • editorGroupHeader.tabsBackground#14181E
  • editorLineNumber.foreground#4A4A5A
  • gitDecoration.addedResourceForeground#5B9B4E
  • gitDecoration.conflictingResourceForeground#8A9AA8
  • gitDecoration.deletedResourceForeground#E03D3D
  • gitDecoration.modifiedResourceForeground#C4A87C
  • input.background#101418
  • input.border#242830
  • input.foreground#D0D0D0
  • input.placeholderForeground#4A4A5A
  • inputOption.activeBorder#6A8AE0
  • list.activeSelectionBackground#242830
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#242830
  • list.hoverBackground#20242E
  • list.hoverForeground#D0D0D0
  • list.inactiveSelectionBackground#20242E
  • minimap.background#14181E
  • minimap.findMatchHighlight#6A8AE080
  • panel.background#14181E
  • panel.border#242830
  • peekView.background#1A1E24
  • peekView.border#6A8AE0
  • peekViewEditor.background#101418
  • peekViewResult.background#14181E
  • quickInput.background#1A1E24
  • quickInput.foreground#D0D0D0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#6A8AE0AA
  • scrollbarSlider.background#24283080
  • scrollbarSlider.hoverBackground#242830AA
  • sideBar.background#14181E
  • sideBar.foreground#B8B8B8
  • sideBarSectionHeader.background#1A1E24
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#101418
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#6A8AE066
  • statusBarItem.hoverBackground#242830
  • tab.activeBackground#1A1E24
  • tab.activeForeground#FFFFFF
  • tab.hoverBackground#242830
  • tab.inactiveBackground#14181E
  • tab.inactiveForeground#4A4A5A
  • terminal.ansiBlack#2E3238
  • terminal.ansiBlue#6A8AE0
  • terminal.ansiBrightBlack#4A4A5A
  • terminal.ansiBrightBlue#8A9AFF
  • terminal.ansiBrightCyan#6BAB5E
  • terminal.ansiBrightGreen#6BAB5E
  • terminal.ansiBrightMagenta#9AAAA8
  • terminal.ansiBrightRed#E85D5D
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#D4B88C
  • terminal.ansiCyan#5B9B4E
  • terminal.ansiGreen#5B9B4E
  • terminal.ansiMagenta#8A9AA8
  • terminal.ansiRed#E03D3D
  • terminal.ansiWhite#B8B8B8
  • terminal.ansiYellow#C4A87C
  • terminal.background#101418
  • terminal.foreground#D0D0D0
  • titleBar.activeBackground#101418
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#0E1014
  • titleBar.inactiveForeground#4A4A5A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4A4A5Aitalic
keyword, storage.type, storage.modifier#6A8AE0—
string, string.quoted, string.regexp#5B9B4E—
constant.numeric, constant.language#8A9AA8—
entity.name.function, meta.function-call, support.function#E85D5D—
entity.name.type, entity.name.class, support.type#C4A87C—
variable, variable.parameter#D0D0D0—
variable.other.constant#8A9AA8—
support.type.property-name.css#E85D5Ditalic
meta.tag, entity.name.tag#6A8AE0—
entity.other.attribute-name#5B9B4E—
punctuation, meta.brace, meta.brace.round#4A4A5A—
markup.heading, markup.heading entity.name#E85D5Dbold
markup.list#5B9B4E—
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#5B9B4E—
constant.character.escape#8A9AA8—
support.type.property-name.json#E85D5D—
constant.language.json#6A8AE0—