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#16161e
  • activityBar.foreground#c0caf5
  • activityBar.inactiveForeground#3b3d5b
  • activityBarBadge.background#7aa2f7
  • activityBarBadge.foreground#1a1b26
  • badge.background#7aa2f7
  • badge.foreground#1a1b26
  • button.background#7aa2f7
  • button.foreground#1a1b26
  • button.hoverBackground#89b4fa
  • editor.background#1a1b26
  • editor.findMatchBackground#e0af6840
  • editor.findMatchHighlightBackground#e0af6825
  • editor.foreground#c0caf5
  • editor.inactiveSelectionBackground#515c7e25
  • editor.lineHighlightBackground#20212e
  • editor.selectionBackground#515c7e40
  • editorCursor.foreground#c0caf5
  • editorError.foreground#f7768e
  • editorGroupHeader.tabsBackground#16161e
  • editorGutter.addedBackground#9ece6a
  • editorGutter.deletedBackground#f7768e
  • editorGutter.modifiedBackground#7aa2f7
  • editorIndentGuide.activeBackground1#3b3d5b
  • editorIndentGuide.background1#24283b
  • editorInfo.foreground#7aa2f7
  • editorLineNumber.activeForeground#c0caf5
  • editorLineNumber.foreground#3b3d5b
  • editorWarning.foreground#e0af68
  • editorWhitespace.foreground#24283b
  • focusBorder#7aa2f7
  • input.background#24283b
  • input.border#3b3d5b
  • input.foreground#c0caf5
  • inputOption.activeBorder#7aa2f7
  • list.activeSelectionBackground#283457
  • list.activeSelectionForeground#c0caf5
  • list.focusBackground#283457
  • list.hoverBackground#20212e
  • panel.background#16161e
  • panel.border#24283b
  • panelTitle.activeBorder#7aa2f7
  • panelTitle.activeForeground#c0caf5
  • panelTitle.inactiveForeground#565f89
  • scrollbarSlider.background#3b3d5b80
  • scrollbarSlider.hoverBackground#515c7e80
  • sideBar.background#16161e
  • sideBar.foreground#a9b1d6
  • sideBarSectionHeader.background#1a1b26
  • sideBarSectionHeader.foreground#c0caf5
  • sideBarTitle.foreground#c0caf5
  • statusBar.background#16161e
  • statusBar.foreground#a9b1d6
  • statusBar.noFolderBackground#16161e
  • statusBarItem.hoverBackground#283457
  • tab.activeBackground#1a1b26
  • tab.activeBorderTop#7aa2f7
  • tab.activeForeground#c0caf5
  • tab.border#16161e
  • tab.inactiveBackground#16161e
  • tab.inactiveForeground#565f89
  • terminal.ansiBlack#15161e
  • terminal.ansiBlue#7aa2f7
  • terminal.ansiBrightBlack#414868
  • terminal.ansiBrightBlue#7aa2f7
  • terminal.ansiBrightCyan#7dcfff
  • terminal.ansiBrightGreen#9ece6a
  • terminal.ansiBrightMagenta#bb9af7
  • terminal.ansiBrightRed#f7768e
  • terminal.ansiBrightWhite#c0caf5
  • terminal.ansiBrightYellow#e0af68
  • terminal.ansiCyan#7dcfff
  • terminal.ansiGreen#9ece6a
  • terminal.ansiMagenta#bb9af7
  • terminal.ansiRed#f7768e
  • terminal.ansiWhite#a9b1d6
  • terminal.ansiYellow#e0af68
  • terminal.background#16161e
  • terminal.foreground#c0caf5
  • titleBar.activeBackground#16161e
  • titleBar.activeForeground#c0caf5
  • titleBar.inactiveBackground#16161e
  • titleBar.inactiveForeground#565f89

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#565f89italic
keyword, storage.type, storage.modifier#bb9af7
keyword.operator#89ddff
string, string.template#9ece6a
string.regexp#7dcfff
constant.numeric#ff9e64
constant.language#ff9e64
constant.character.escape#7dcfff
variable#c0caf5
variable.language#bb9af7italic
entity.name.function, support.function#7aa2f7
entity.name.type, entity.name.class, support.class#e0af68
entity.name.tag#f7768e
entity.other.attribute-name#ff9e64
support.type#7dcfff
meta.decorator, punctuation.decorator#7aa2f7
punctuation#89ddff
invalid#f7768e