Skip to main content
Coding Theme

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#0d1117
  • activityBar.border#1e2a3a
  • activityBar.foreground#528bff
  • activityBar.inactiveForeground#3a4a60
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#ffffff
  • badge.background#528bff
  • badge.foreground#ffffff
  • button.background#528bff
  • button.foreground#ffffff
  • button.hoverBackground#6b9fff
  • dropdown.background#13191f
  • dropdown.border#1e2a3a
  • dropdown.foreground#eeffff
  • editor.background#0d1117
  • editor.foreground#eeffff
  • editor.inactiveSelectionBackground#1d355799
  • editor.lineHighlightBackground#1c2a4a
  • editor.selectionBackground#1d3557
  • editorCursor.foreground#528bff
  • editorError.foreground#ff5370
  • editorGroupHeader.tabsBackground#0d1117
  • editorGroupHeader.tabsBorder#1e2a3a
  • editorIndentGuide.activeBackground#3a4a60
  • editorIndentGuide.background#1e2a3a
  • editorInfo.foreground#82aaff
  • editorLineNumber.activeForeground#6b7d97
  • editorLineNumber.foreground#3a4a60
  • editorWarning.foreground#ffcb6b
  • editorWhitespace.foreground#1e2a3a
  • focusBorder#528bff
  • foreground#cdd6f4
  • gitDecoration.addedResourceForeground#c3e88d
  • gitDecoration.deletedResourceForeground#ff5370
  • gitDecoration.ignoredResourceForeground#3a4a60
  • gitDecoration.modifiedResourceForeground#82aaff
  • gitDecoration.untrackedResourceForeground#c3e88d
  • input.background#13191f
  • input.border#1e2a3a
  • input.foreground#eeffff
  • input.placeholderForeground#3a4a60
  • inputOption.activeBorder#528bff
  • list.activeSelectionBackground#1c2a4a
  • list.activeSelectionForeground#eeffff
  • list.focusBackground#1c2a4a
  • list.highlightForeground#528bff
  • list.hoverBackground#1a2230
  • list.inactiveSelectionBackground#13191f
  • panel.background#0f1822
  • panel.border#1e2a3a
  • panelTitle.activeForeground#528bff
  • panelTitle.inactiveForeground#3a4a60
  • scrollbarSlider.activeBackground#528bff88
  • scrollbarSlider.background#1e2a3a88
  • scrollbarSlider.hoverBackground#3a4a6088
  • selection.background#1d3557
  • sideBar.background#0f1822
  • sideBar.border#1e2a3a
  • sideBar.foreground#cdd6f4
  • sideBarSectionHeader.background#13191f
  • sideBarSectionHeader.foreground#6b7d97
  • statusBar.background#0d1117
  • statusBar.border#1e2a3a
  • statusBar.debuggingBackground#c792ea
  • statusBar.foreground#6b7d97
  • statusBar.noFolderBackground#0d1117
  • statusBarItem.hoverBackground#1c2a4a
  • tab.activeBackground#13191f
  • tab.activeBorderTop#528bff
  • tab.activeForeground#eeffff
  • tab.border#1e2a3a
  • tab.hoverBackground#1a2230
  • tab.inactiveBackground#0d1117
  • tab.inactiveForeground#3a4a60
  • terminal.ansiBlack#0d1117
  • terminal.ansiBlue#82aaff
  • terminal.ansiBrightBlack#546e7a
  • terminal.ansiBrightBlue#82aaff
  • terminal.ansiBrightCyan#89ddff
  • terminal.ansiBrightGreen#c3e88d
  • terminal.ansiBrightMagenta#c792ea
  • terminal.ansiBrightRed#ff5370
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffcb6b
  • terminal.ansiCyan#89ddff
  • terminal.ansiGreen#c3e88d
  • terminal.ansiMagenta#c792ea
  • terminal.ansiRed#ff5370
  • terminal.ansiWhite#eeffff
  • terminal.ansiYellow#ffcb6b
  • terminal.background#0d1117
  • terminal.foreground#eeffff
  • titleBar.activeBackground#0d1117
  • titleBar.activeForeground#cdd6f4
  • titleBar.border#1e2a3a
  • titleBar.inactiveBackground#0d1117
  • titleBar.inactiveForeground#3a4a60
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, comment.line, comment.block, comment.block.documentation#546e7aitalic
keyword, keyword.control, keyword.control.flow, storage.type, storage.modifier#c792eabold
keyword.operator, punctuation.accessor#89ddff
entity.name.function, support.function, meta.function-call.generic#82aaff
entity.name.type, entity.name.class, support.class, support.type#ffcb6b
string, string.quoted, string.template#c3e88d
constant.numeric, constant.language, constant.character#f78c6c
variable, variable.other, source#eeffff
variable.parameter#f78c6c
variable.other.local#ff5370
variable.language, support.variable#c792ea
entity.name.tag#f07178
entity.other.attribute-name#c792ea
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#89ddff
entity.name.module, support.module#c3e88d
meta.decorator, punctuation.decorator#82aaffitalic
constant.language.boolean#c792ea
constant.language.null, constant.language.undefined#546e7a
string.regexp#89ddff
support.function.builtin.shell#c792ea
NightShell by Overlord - VS Code Theme