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.activeBackground#fff
  • activityBar.activeBorder#ffffff00
  • activityBar.background#fff
  • activityBar.border#ddd
  • activityBar.foreground#000
  • activityBarBadge.background#000
  • activityBarBadge.foreground#fff
  • badge.background#fff
  • button.background#000
  • button.secondaryBackground#000
  • editor.background#fff
  • editor.findMatchBackground#85caf8a4
  • editor.findMatchHighlightBackground#6c92bde8
  • editor.foreground#001a0c
  • editor.hoverHighlightBackground#0000002c
  • editor.inactiveSelectionBackground#c4e7e9
  • editor.lineHighlightBackground#0000001a
  • editor.selectionBackground#dddddd
  • editorCursor.foreground#ddd
  • editorGroupHeader.tabsBackground#fff
  • editorHoverWidget.background#ddd
  • editorIndentGuide.activeBackground#58c5c7
  • editorLineNumber.activeForeground#000
  • editorLineNumber.foreground#8f8f8f
  • editorSuggestWidget.background#c5c4c4
  • editorSuggestWidget.focusHighlightForeground#26332c
  • editorSuggestWidget.highlightForeground#033110
  • editorSuggestWidget.selectedBackground#fff
  • editorSuggestWidget.selectedForeground#000
  • editorWidget.background#0000002c
  • focusBorder#424242
  • input.background#fff
  • input.border#000
  • input.placeholderForeground#043111
  • list.activeSelectionBackground#0000002c
  • list.activeSelectionIconForeground#fff
  • list.hoverBackground#ddf2ff
  • list.inactiveSelectionBackground#0000002a
  • menu.background#fff
  • menu.border#000
  • menu.foreground#000
  • menu.selectionBackground#000
  • notifications.background#fff
  • notifications.border#ddd
  • panel.border#ddd
  • quickInput.background#fff
  • settings.checkboxBackground#fff
  • settings.dropdownBackground#fff
  • settings.textInputBackground#fff
  • sideBar.background#ffffff00
  • sideBar.border#ddd
  • sideBarSectionHeader.background#fff
  • sideBarSectionHeader.border#ddd
  • sideBarSectionHeader.foreground#000408
  • sideBarTitle.foreground#000
  • statusBar.background#ffffff00
  • statusBar.border#ddd
  • statusBar.debuggingBackground#ffffff3a
  • statusBar.foreground#000
  • statusBar.noFolderBackground#000
  • tab.activeBackground#0000001a
  • tab.activeBorder#fff
  • tab.activeBorderTop#000
  • tab.activeForeground#000
  • tab.border#fff
  • tab.hoverBackground#0000001a
  • tab.hoverBorder#ddd
  • tab.inactiveBackground#fff
  • terminal.ansiBlack#1D2021
  • terminal.ansiBlue#00a1f9
  • terminal.ansiBrightBlack#665C54
  • terminal.ansiBrightBlue#0D6678
  • terminal.ansiBrightCyan#8BA59B
  • terminal.ansiBrightGreen#0687ff
  • terminal.ansiBrightMagenta#8F4673
  • terminal.ansiBrightRed#FB543F
  • terminal.ansiBrightWhite#FDF4C1
  • terminal.ansiBrightYellow#FFCC80
  • terminal.ansiCyan#8BA59B
  • terminal.ansiGreen#95C085
  • terminal.ansiMagenta#8F4673
  • terminal.ansiRed#FB543F
  • terminal.ansiWhite#A89984
  • terminal.ansiYellow#FAC03B
  • terminal.background#fff
  • terminal.foreground#000
  • terminalCursor.background#000
  • terminalCursor.foreground#ddd
  • titleBar.activeBackground#fff
  • titleBar.activeForeground#01250b
  • titleBar.border#ddd

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#817f7fitalic
comment.block.preprocessor#AAAAAA
comment.documentation, comment.block.documentation#448C27—
invalid.illegal#660000—
keyword.operator#2081db—
keyword, storage#b218d1—
storage.type, support.type#29043f—
constant.language, support.constant, variable.language#616805—
variable, support.variable#1f1d85italic bold
entity.name.function, support.function#0586ffitalic
entity.name.type, entity.other.inherited-class, support.class#068a74bold
entity.name.exception#660000—
entity.name.section—bold
constant.numeric, constant.character, constant#755320—
string#088a6e—
constant.character.escape#777777—
string.regexp#4B83CD—
constant.other.symbol#472202—
punctuation#ca4d8b—
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA—
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#b9b13c—
entity.name.tag#041b83italic
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#7e018fitalic
constant.character.entity, punctuation.definition.entity#7e3d05—
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#0a9739italic bold
meta.property-name, support.type.property-name#011530—
meta.property-value, meta.property-value constant.other, support.constant.property-value#065972—
keyword.other.important—bold
markup.changed#000000—
markup.deleted#000000—
markup.italic—italic
markup.error#660000—
markup.inserted#000000—
meta.link#4B83CD—
markup.output, markup.raw#777777—
markup.prompt#777777—
markup.heading#AA3731—
markup.bold—bold
markup.traceback#660000—
markup.underline—underline
markup.quote#7A3E9D—
markup.list#4B83CD—
markup.bold, markup.italic#448C27—
markup.inline.raw#AB6526
meta.diff.range, meta.diff.index, meta.separator#434343—
meta.diff.header.from-file#434343—
meta.diff.header.to-file#434343—