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#034972
  • activityBar.border#D4A853
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#D4A853
  • activityBarBadge.foreground#0A0F14
  • badge.background#034972
  • badge.foreground#FFFFFF
  • button.background#034972
  • button.foreground#FFFFFF
  • debugTokenExpression.name#00FF00
  • debugToolBar.background#0A0F14
  • diffEditor.insertedTextBackground#03497233
  • diffEditor.removedTextBackground#FF000022
  • editor.background#050508
  • editor.foreground#F2F7FB
  • editor.lineHighlightBackground#0A1218
  • editor.selectionBackground#03497288
  • editor.selectionHighlightBackground#03497244
  • editor.wordHighlightBackground#303030
  • editor.wordHighlightStrongBackground#03497266
  • editorBracketMatch.background#03497244
  • editorBracketMatch.border#D4A853
  • editorCursor.foreground#FFFFFF
  • editorGroup.border#034972
  • editorGroupHeader.tabsBackground#0A0F14
  • editorGutter.background#000000
  • editorIndentGuide.activeBackground#034972
  • editorIndentGuide.background#1F1F1F
  • editorLineNumber.activeForeground#D4A853
  • editorLineNumber.foreground#034972
  • editorWidget.background#0A0F14
  • editorWidget.border#D4A853
  • focusBorder#0D9488
  • input.background#0A0F14
  • input.border#034972
  • list.activeSelectionBackground#034972
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#D4A853
  • list.hoverBackground#0A1218
  • notificationCenter.border#D4A853
  • notificationsErrorIcon.foreground#FF0000
  • panel.background#000000
  • panel.border#034972
  • panelTitle.activeForeground#D4A853
  • panelTitle.inactiveForeground#FFFFFF
  • peekView.border#D4A853
  • progressBar.background#D4A853
  • sash.hoverBorder#0D9488
  • scrollbarSlider.activeBackground#03497299
  • sideBar.background#000000
  • sideBar.border#034972
  • sideBar.foreground#FFFFFF
  • sideBarTitle.foreground#D4A853
  • statusBar.background#0A0F14
  • statusBar.border#D4A853
  • statusBar.foreground#FFFFFF
  • statusBarItem.prominentBackground#034972
  • statusBarItem.prominentForeground#FFFFFF
  • tab.activeBackground#000000
  • tab.activeBorder#D4A853
  • tab.activeBorderTop#D4A853
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#0A0F14
  • tab.inactiveForeground#8AA4B4
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#034972
  • terminal.ansiCyan#0D9488
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#ff0000
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#D4A853
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#023556
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#0A0F14
  • titleBar.inactiveForeground#8AA4B4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A9BB0italic
string, punctuation.definition.string#FF8A7A
constant.numeric, constant.language#FFD666bold
keyword, keyword.control, keyword.operator.new#5EEAD4bold
storage.type, storage.modifier#34D399
entity.name.function, support.function, meta.function-call#6CB6FFbold
variable, variable.parameter, variable.other#F2F7FB
entity.name.type, support.type, entity.other.inherited-class#D4A853
entity.name.tag, punctuation.definition.tag#74C69Dbold
entity.other.attribute-name#C4B5FD
markup.heading, entity.name.section#D4A853bold
constant.character.escape, string.regexp#F0ABFC
punctuation, meta.brace#B8CEDC
invalid, invalid.illegal#F87171underline