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#28ffe0
  • activityBar.background#031014
  • activityBar.border#09313f
  • activityBar.foreground#dcf9ff
  • activityBarBadge.background#28ffe0
  • activityBarBadge.foreground#04121a
  • badge.background#28ffe0
  • badge.foreground#04121a
  • button.background#28ffe0
  • button.foreground#04121a
  • button.hoverBackground#5efff0
  • chat.requestBackground#08242f
  • chat.slashCommandBackground#0d3544
  • dropdown.background#08242f
  • dropdown.border#28ffe066
  • editor.background#04121a
  • editor.foreground#dcf9ff
  • editor.inactiveSelectionBackground#0d263122
  • editor.lineHighlightBackground#0b2331
  • editor.selectionBackground#123544
  • editorCursor.foreground#28ffe0
  • editorGroup.border#09313f
  • editorGroupHeader.noTabsBackground#04121a
  • editorGroupHeader.tabsBackground#04121a
  • editorLineNumber.activeForeground#28ffe0
  • editorLineNumber.foreground#4e6e7c
  • editorWhitespace.foreground#315463
  • focusBorder#28ffe066
  • input.background#08242f
  • input.border#28ffe066
  • input.foreground#dcf9ff
  • input.placeholderForeground#8fb4be
  • list.activeSelectionBackground#28ffe066
  • list.activeSelectionForeground#dcf9ff
  • list.dropBackground#12354466
  • list.focusBackground#28ffe066
  • list.hoverBackground#123544
  • list.inactiveSelectionBackground#08242f
  • menu.background#041b24
  • menu.foreground#dcf9ff
  • menu.selectionBackground#0d3544
  • menubar.selectionBackground#0d3544aa
  • panel.background#041b24
  • panel.border#28ffe066
  • panelTitle.activeForeground#f7ff5a
  • panelTitle.inactiveForeground#7abec9
  • peekView.border#28ffe0
  • peekViewEditor.background#04121a
  • peekViewResult.background#03161d
  • selection.background#123544
  • sideBar.background#03161d
  • sideBar.border#09313f
  • sideBar.foreground#dcf9ff
  • sideBarSectionHeader.background#072029
  • sideBarSectionHeader.border#28ffe066
  • sideBarSectionHeader.foreground#f7ff5a
  • sideBarTitle.foreground#a4ff5f
  • statusBar.background#03161d
  • statusBar.border#28ffe066
  • statusBar.debuggingBackground#ff59c7
  • statusBar.debuggingForeground#04121a
  • statusBar.foreground#dcf9ff
  • tab.activeBackground#072029
  • tab.activeBorder#28ffe0
  • tab.activeForeground#f7ff5a
  • tab.border#09313f
  • tab.inactiveBackground#030f13
  • tab.inactiveForeground#7abec9
  • terminal.ansiBlack#03121a
  • terminal.ansiBlue#46c5ff
  • terminal.ansiBrightBlack#0b2331
  • terminal.ansiBrightBlue#7bd4ff
  • terminal.ansiBrightCyan#73fffa
  • terminal.ansiBrightGreen#c8ff92
  • terminal.ansiBrightMagenta#ff8ada
  • terminal.ansiBrightRed#ff8ba1
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f9ff8b
  • terminal.ansiCyan#28ffe0
  • terminal.ansiGreen#a4ff5f
  • terminal.ansiMagenta#ff59c7
  • terminal.ansiRed#ff6b7a
  • terminal.ansiWhite#dcf9ff
  • terminal.ansiYellow#f7ff5a
  • terminal.background#03121a
  • terminal.foreground#dcf9ff
  • terminalCursor.foreground#28ffe0
  • titleBar.activeBackground#03161d
  • titleBar.activeForeground#dcf9ff
  • titleBar.border#28ffe066
  • titleBar.inactiveBackground#03161d
  • titleBar.inactiveForeground#9ed2dc
  • tree.indentGuidesStroke#295260

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4c7081italic
keyword, storage, storage.type, storage.modifier#ff59c7—
string, constant.other.symbol#a4ff5f—
variable, entity.name.variable#dcf9ff—
entity.name.function, support.function#28ffe0—
entity.name.type, support.type, storage.type.class#f7ff5a—
constant.numeric, constant.language#a448d9—
punctuation, meta.brace, meta.delimiter#dcf9ff—
markup.heading, markup.heading entity.name.section, markup.heading.markdown#28ffe0bold
markup.bold, markup.bold.markdown#f7ff5abold
markup.italic, markup.italic.markdown#a4ff5fitalic
markup.quote, markup.quote.markdown#7abec9—
markup.inline.raw, markup.fenced_code.block, markup.raw.block#46c5ff—
punctuation.definition.heading, punctuation.definition.list.begin, markup.list.numbered, markup.list.unnumbered#ff59c7—