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#191A1E
  • button.background#5683DC
  • button.hoverBackground#648DDF
  • editor.background#21222A
  • editor.foreground#ABB2BF
  • editor.selectionBackground#61AFEF40
  • editorGroupHeader.border#333440
  • editorGroupHeader.tabsBackground#191A1E
  • editorGroupHeader.tabsBorder#333440
  • editorIndentGuide.background1#33344080
  • editorLineNumber.activeForeground#ABB2BF
  • editorLineNumber.foreground#44454F
  • focusBorder#61AFEF80
  • list.activeSelectionBackground#333440
  • list.activeSelectionForeground#DCDFE4
  • list.activeSelectionIconForeground#fff
  • list.highlightForeground#61AFEF
  • panel.border#333440
  • settings.focusedRowBorder#61AFEF
  • settings.modifiedItemIndicator#61AFEF
  • sideBar.background#191A1E
  • sideBar.border#333440
  • sideBarSectionHeader.background#191A1E
  • sideBarSectionHeader.foreground#ABB2BF
  • statusBar.background#191A1E
  • statusBar.border#333440
  • statusBar.debuggingBackground#D19A66
  • statusBar.debuggingForeground#191A1E
  • statusBar.foreground#ABB2BF
  • tab.activeBackground#21222A
  • tab.activeBorder#21222A
  • tab.activeBorderTop#61AFEF
  • tab.border#333440
  • tab.inactiveBackground#191A1E
  • tab.inactiveForeground#636472
  • terminal.ansiBlack#21222A
  • terminal.ansiBlue#61AFEF
  • terminal.ansiBrightBlack#44454F
  • terminal.ansiBrightBlue#61AFEF
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#98C379
  • terminal.ansiBrightMagenta#C678DD
  • terminal.ansiBrightRed#E06C75
  • terminal.ansiBrightWhite#DCDFE4
  • terminal.ansiBrightYellow#E5C07B
  • terminal.ansiCyan#56B6C2
  • terminal.ansiGreen#98C379
  • terminal.ansiMagenta#C678DD
  • terminal.ansiRed#E06C75
  • terminal.ansiWhite#ABB2BF
  • terminal.ansiYellow#D19A66
  • terminal.foreground#ABB2BF
  • terminal.selectionBackground#31455B
  • textLink.activeForeground#61AFEF
  • textLink.foreground#61AFEF
  • textPreformat.foreground#D19A66
  • titleBar.activeBackground#191A1E
  • titleBar.activeForeground#ABB2BF
  • titleBar.border#333440
  • titleBar.inactiveBackground#191A1E
  • titleBar.inactiveForeground#636472

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#636472
comment.documentation, comment.block.documentation#636472
keyword.operator#56B6C2
keyword, storage, storage.type.builtin, storage.type.modifier#C678DD
constant.language, support.constant, variable.language#D19A66
variable.other.property, variable.other.object.property#E06C75
entity.name.function, support.function#61AFEF
entity.name.type, entity.other.inherited-class, support.class#E5C07B
constant.numeric, constant.character, constant#D19A66
string#98C379
constant.other.symbol#E06C75
meta.property-name, support.type.property-name#E06C75
markup.heading#E06C75
markup.boldbold
markup.underlineunderline
markup.inline.raw#D19A66