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#00f0ff
  • activityBar.background#000000
  • activityBar.border#1f1f1f
  • activityBar.foreground#f6f6f6
  • activityBarBadge.background#ff3b3b
  • activityBarBadge.foreground#000000
  • badge.background#ff3b3b
  • badge.foreground#000000
  • button.background#00f0ff
  • button.foreground#000000
  • button.hoverBackground#4cf8ff
  • chat.requestBackground#050505
  • chat.slashCommandBackground#1e425a
  • dropdown.background#050505
  • dropdown.border#00f0ff88
  • editor.background#000000
  • editor.foreground#f6f6f6
  • editor.inactiveSelectionBackground#0e25352a
  • editor.lineHighlightBackground#111111
  • editor.selectionBackground#143850
  • editorCursor.foreground#00f0ff
  • editorGroup.border#1f1f1f
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorLineNumber.activeForeground#00f0ff
  • editorLineNumber.foreground#666666
  • editorWhitespace.foreground#3b3b3b
  • focusBorder#00f0ff88
  • input.background#050505
  • input.border#00f0ff88
  • input.foreground#f6f6f6
  • input.placeholderForeground#bcbcbc
  • list.activeSelectionBackground#1e425a
  • list.activeSelectionForeground#f6f6f6
  • list.dropBackground#00f0ff44
  • list.focusBackground#26536d
  • list.hoverBackground#1a3344
  • list.inactiveSelectionBackground#122a39
  • menu.background#050505
  • menu.foreground#f6f6f6
  • menu.selectionBackground#1e425a
  • menubar.selectionBackground#1e425aaa
  • panel.background#050505
  • panel.border#1f1f1f
  • panelTitle.activeForeground#f6f6f6
  • panelTitle.inactiveForeground#bbbbbb
  • peekView.border#00f0ff
  • peekViewEditor.background#050505
  • peekViewResult.background#050505
  • selection.background#143850
  • sideBar.background#050505
  • sideBar.border#1f1f1f
  • sideBar.foreground#f6f6f6
  • sideBarSectionHeader.background#0a0a0a
  • sideBarSectionHeader.border#1f1f1f
  • sideBarSectionHeader.foreground#f6f6f6
  • sideBarTitle.foreground#00f0ff
  • statusBar.background#000000
  • statusBar.border#1f1f1f
  • statusBar.debuggingBackground#ff3b3b
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#f6f6f6
  • tab.activeBackground#050505
  • tab.activeForeground#f6f6f6
  • tab.border#1f1f1f
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#bbbbbb
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#3fb4ff
  • terminal.ansiBrightBlack#1a1a1a
  • terminal.ansiBrightBlue#78cdff
  • terminal.ansiBrightCyan#66f9ff
  • terminal.ansiBrightGreen#7dff9f
  • terminal.ansiBrightMagenta#ff94ff
  • terminal.ansiBrightRed#ff6d6d
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fff882
  • terminal.ansiCyan#00f0ff
  • terminal.ansiGreen#47ff7b
  • terminal.ansiMagenta#ff4cff
  • terminal.ansiRed#ff3b3b
  • terminal.ansiWhite#f6f6f6
  • terminal.ansiYellow#fff347
  • terminal.background#000000
  • terminal.foreground#f6f6f6
  • terminalCursor.foreground#00f0ff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#f6f6f6
  • titleBar.border#1f1f1f
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#bcbcbc
  • tree.indentGuidesStroke#3d3d3d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7d7d7ditalic
keyword, storage, storage.type, storage.modifier#ff94ff—
string, constant.other.symbol#47ff7b—
variable, entity.name.variable#f6f6f6—
entity.name.function, support.function#00f0ff—
entity.name.type, support.type, storage.type.class#fff347—
constant.numeric, constant.language#ff6d6d—
punctuation, meta.brace, meta.delimiter#f6f6f6—
markup.heading, markup.heading entity.name.section, markup.heading.markdown#00f0ffbold
markup.bold, markup.bold.markdown#fff347bold
markup.italic, markup.italic.markdown#47ff7bitalic
markup.quote, markup.quote.markdown#bbbbbb—
markup.inline.raw, markup.fenced_code.block, markup.raw.block#3fb4ff—
punctuation.definition.heading, punctuation.definition.list.begin, markup.list.numbered, markup.list.unnumbered#ff3b3b—