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#4AE0E0
  • activityBar.background#06060A
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#2A2A3E
  • activityBarBadge.background#4AE0E0
  • activityBarBadge.foreground#06060A
  • badge.background#4AE0E0
  • badge.foreground#06060A
  • button.background#4AE0E0
  • button.foreground#06060A
  • button.hoverBackground#6AFFFF
  • dropdown.background#0A0A0E
  • dropdown.border#14141E
  • dropdown.foreground#D0D0E0
  • editor.background#0A0A0E
  • editor.foreground#D0D0E0
  • editor.lineHighlightBackground#14141E
  • editor.selectionBackground#4AE0E080
  • editor.selectionHighlightBackground#4AE0E040
  • editorCursor.foreground#FFFFFF
  • editorGroupHeader.tabsBackground#08080C
  • editorLineNumber.foreground#2A2A3E
  • gitDecoration.addedResourceForeground#4AE0E0
  • gitDecoration.conflictingResourceForeground#B080FF
  • gitDecoration.deletedResourceForeground#E04060
  • gitDecoration.modifiedResourceForeground#B080FF
  • input.background#06060A
  • input.border#14141E
  • input.foreground#D0D0E0
  • input.placeholderForeground#2A2A3E
  • inputOption.activeBorder#4AE0E0
  • list.activeSelectionBackground#14141E
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#14141E
  • list.hoverBackground#10101A
  • list.hoverForeground#D0D0E0
  • list.inactiveSelectionBackground#10101A
  • minimap.background#08080C
  • minimap.findMatchHighlight#4AE0E080
  • panel.background#08080C
  • panel.border#14141E
  • peekView.background#0A0A0E
  • peekView.border#4AE0E0
  • peekViewEditor.background#06060A
  • peekViewResult.background#08080C
  • quickInput.background#0A0A0E
  • quickInput.foreground#D0D0E0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#4AE0E0AA
  • scrollbarSlider.background#14141E80
  • scrollbarSlider.hoverBackground#14141EAA
  • sideBar.background#08080C
  • sideBar.foreground#B0B0C8
  • sideBarSectionHeader.background#0A0A0E
  • sideBarTitle.foreground#D0D0E0
  • statusBar.background#06060A
  • statusBar.foreground#FFFFFF
  • statusBarItem.activeBackground#4AE0E066
  • statusBarItem.hoverBackground#14141E
  • tab.activeBackground#0A0A0E
  • tab.activeForeground#FFFFFF
  • tab.hoverBackground#14141E
  • tab.inactiveBackground#08080C
  • tab.inactiveForeground#2A2A3E
  • terminal.ansiBlack#1A1A2A
  • terminal.ansiBlue#6AB0FF
  • terminal.ansiBrightBlack#3A3A5A
  • terminal.ansiBrightBlue#8AC8FF
  • terminal.ansiBrightCyan#6AFFFF
  • terminal.ansiBrightGreen#6AFFFF
  • terminal.ansiBrightMagenta#D0A0FF
  • terminal.ansiBrightRed#FF6070
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#C8A0FF
  • terminal.ansiCyan#4AE0E0
  • terminal.ansiGreen#4AE0E0
  • terminal.ansiMagenta#B080FF
  • terminal.ansiRed#E04060
  • terminal.ansiWhite#D0D0E0
  • terminal.ansiYellow#B080FF
  • terminal.background#06060A
  • terminal.foreground#D0D0E0
  • titleBar.activeBackground#06060A
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#040408
  • titleBar.inactiveForeground#2A2A3E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#3A2A4Aitalic
keyword, storage.type, storage.modifier#4AE0E0—
string, string.quoted, string.regexp#C8B0FF—
constant.numeric, constant.language#B080FF—
entity.name.function, meta.function-call, support.function#FFFFFF—
entity.name.type, entity.name.class, support.type#6AB0FF—
variable, variable.parameter#D0D0E0—
variable.other.constant#B080FF—
support.type.property-name.css#FFFFFFitalic
meta.tag, entity.name.tag#4AE0E0—
entity.other.attribute-name#C8B0FF—
punctuation, meta.brace, meta.brace.round#3A2A4A—
markup.heading, markup.heading entity.name#FFFFFFbold
markup.list#C8B0FF—
markup.bold—bold
markup.italic—italic
markup.inline.raw, markup.fenced_code.block#4AE0E0—
constant.character.escape#6AFFFF—
support.type.property-name.json#FFFFFF—
constant.language.json#4AE0E0—