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#002B36
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#268BD2
  • activityBarBadge.background#268BD2
  • activityBarBadge.foreground#FFFFFF
  • badge.background#268BD2
  • badge.foreground#FFFFFF
  • button.background#268BD2
  • button.foreground#FFFFFF
  • button.hoverBackground#B58900
  • dropdown.background#073642
  • dropdown.foreground#FFFFFF
  • editor.background#002B36
  • editor.findMatchBackground#268BD2
  • editor.findMatchBorder#B58900
  • editor.findMatchHighlightBackground#268BD2
  • editor.findMatchHighlightBorder#B58900
  • editor.foreground#FFFFFF
  • editor.hoverHighlightBackground#073642
  • editor.hoverHighlightBorder#268BD2
  • editor.lineHighlightBackground#00212B
  • editor.lineHighlightBorder#00212B
  • editor.selectionBackground#073642
  • editor.selectionHighlightBackground#073642
  • editor.selectionHighlightBorder#268BD2
  • editor.snippetFinalTabstopHighlightBackground#268BD2
  • editor.snippetFinalTabstopHighlightBorder#268BD2
  • editor.snippetTabstopHighlightBackground#073642
  • editor.snippetTabstopHighlightBorder#268BD2
  • editor.wordHighlightBackground#268BD2
  • editor.wordHighlightBorder#B58900
  • editor.wordHighlightStrongBackground#268BD2
  • editor.wordHighlightStrongBorder#B58900
  • editorCursor.foreground#FF4500
  • editorGroup.border#586E75
  • editorGroupHeader.tabsBackground#002B36
  • editorGroupHeader.tabsBorder#586E75
  • editorIndentGuide.activeBackground#268BD2
  • editorIndentGuide.background#073642
  • editorLineNumber.activeForeground#B58900
  • editorLineNumber.foreground#586E75
  • editorLink.activeForeground#268BD2
  • editorWhitespace.foreground#586E75
  • extensionButton.prominentBackground#268BD2
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#B58900
  • input.background#002B36
  • input.foreground#FFFFFF
  • input.placeholderForeground#586E75
  • list.activeSelectionBackground#073642
  • list.activeSelectionForeground#FFFFFF
  • list.hoverBackground#268BD2
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#002B36
  • list.inactiveSelectionForeground#FFFFFF
  • menu.background#002B36
  • menu.foreground#FFFFFF
  • menu.selectionBackground#073642
  • menu.selectionForeground#FFFFFF
  • menu.separatorBackground#268BD2
  • menubar.selectionBackground#268BD2
  • menubar.selectionForeground#FFFFFF
  • notification.background#073642
  • notification.buttonBackground#268BD2
  • notification.buttonForeground#FFFFFF
  • notification.buttonHoverBackground#B58900
  • notification.foreground#FFFFFF
  • panel.background#002B36
  • panel.border#586E75
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#268BD2
  • peekViewEditor.background#002B36
  • peekViewEditor.matchHighlightBackground#268BD2
  • peekViewResult.background#073642
  • peekViewResult.matchHighlightBackground#268BD2
  • peekViewTitle.background#002B36
  • peekViewTitleDescription.foreground#268BD2
  • peekViewTitleLabel.foreground#FFFFFF
  • pickerGroup.border#268BD2
  • pickerGroup.foreground#FFFFFF
  • progressBar.background#268BD2
  • scrollbarSlider.activeBackground#B58900
  • scrollbarSlider.background#073642
  • scrollbarSlider.hoverBackground#268BD2
  • sideBar.background#073642
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#268BD2
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#002B36
  • statusBar.debuggingBackground#B58900
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#002B36
  • tab.activeForeground#FFFFFF
  • tab.border#586E75
  • tab.inactiveBackground#073642
  • tab.inactiveForeground#268BD2
  • terminal.ansiBlack#073642
  • terminal.ansiBlue#268BD2
  • terminal.ansiBrightBlack#586E75
  • terminal.ansiBrightBlue#268BD2
  • terminal.ansiBrightCyan#2AA198
  • terminal.ansiBrightGreen#859900
  • terminal.ansiBrightMagenta#6C71C4
  • terminal.ansiBrightRed#DC322F
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#B58900
  • terminal.ansiCyan#2AA198
  • terminal.ansiGreen#859900
  • terminal.ansiMagenta#6C71C4
  • terminal.ansiRed#DC322F
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#B58900
  • terminal.background#002B36
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#FF4500
  • titleBar.activeBackground#002B36
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#073642
  • titleBar.inactiveForeground#268BD2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#93A1A1
keyword, keyword.control, storage.type, storage.modifier#CB4B16
variable, string constant.other.placeholder, variable.other.constant, variable.language#2AA198
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#2AA198
entity.name.function, support.function, meta.function-call, variable.function#859900
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#6C71C4
constant, constant.language, constant.character, constant.other#B58900
markup.italic, punctuation.definition.italic#2AA198
markup.heading, punctuation.definition.heading#268BD2bold
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#DC322F
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#CB4B16
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#FFFFFF
entity.name.tag, punctuation.definition.tag#268BD2
entity.other.attribute-name#B58900
support.type, support.class, support.constant, support.variable#2AA198
markup.bold, punctuation.definition.bold#CB4B16bold
markup.underline.link, string.other.link#268BD2underline
markup.fenced_code, markup.inline.raw#B58900
markup.list.unnumbered, markup.list.numbered#FFFFFF
markup.quote#859900italic
string.regexp, string.regexp keyword.other#2AA198
constant.character.escape#FF4500
meta.tag.inline.any.html, *url*, *link*, *uri*underline
markup.changed, meta.diff.header.git, meta.diff.header.from-file, meta.diff.header.to-file#268BD2italic
markup.deleted#DC322F
markup.inserted#859900
invalid, invalid.illegal#DC322Funderline wavy
invalid.deprecated#B58900underline wavy
meta.diff.header#268BD2
markup.deleted.diff#DC322F
markup.inserted.diff#859900
markup.changed.diff#B58900
meta.method, meta.method.declaration#268BD2
support.type.property-name.json#B58900
entity.name.tag.yaml#B58900
entity.other.inherited-class#6C71C4
365 Day & Night Themes by Mickael Lherminez - VS Code Theme