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#101820
  • activityBar.foreground#D6EFFF
  • activityBar.inactiveForeground#8FA6B8
  • activityBarBadge.background#00CFFF
  • activityBarBadge.foreground#001018
  • badge.background#0094CC
  • badge.foreground#001018
  • descriptionForeground#8FA6B8
  • diffEditor.diagonalFill#223845
  • diffEditor.insertedLineBackground#4CD9641F
  • diffEditor.insertedTextBackground#4CD96433
  • diffEditor.removedLineBackground#FF5C5C1F
  • diffEditor.removedTextBackground#FF5C5C33
  • dropdown.background#13202A
  • dropdown.border#2A4352
  • dropdown.foreground#D6EFFF
  • editor.background#0A0F14
  • editor.findMatchBackground#0094CCAA
  • editor.findMatchHighlightBackground#0094CC55
  • editor.foreground#D6EFFF
  • editor.inactiveSelectionBackground#002A3888
  • editor.lineHighlightBackground#13202A
  • editor.selectionBackground#003A4D
  • editor.selectionHighlightBackground#12313E88
  • editor.wordHighlightBackground#14344288
  • editor.wordHighlightStrongBackground#1A465788
  • editorBracketMatch.background#00CFFF22
  • editorBracketMatch.border#00CFFF
  • editorCursor.foreground#00CFFF
  • editorError.foreground#FF5C5C
  • editorGutter.addedBackground#4CD964
  • editorGutter.deletedBackground#FF5C5C
  • editorGutter.modifiedBackground#00CFFF
  • editorHint.foreground#8FA6B8
  • editorHoverWidget.background#13202A
  • editorHoverWidget.border#2A4352
  • editorIndentGuide.activeBackground1#2A4352
  • editorIndentGuide.background1#1A2B36
  • editorInfo.foreground#00CFFF
  • editorLineNumber.activeForeground#8FA6B8
  • editorLineNumber.foreground#4A6A80
  • editorWarning.foreground#FFC857
  • editorWhitespace.foreground#1F313D
  • errorForeground#FF5C5C
  • focusBorder#00CFFF
  • foreground#D6EFFF
  • gitDecoration.addedResourceForeground#4CD964
  • gitDecoration.deletedResourceForeground#FF5C5C
  • gitDecoration.ignoredResourceForeground#4A6A80
  • gitDecoration.modifiedResourceForeground#00CFFF
  • gitDecoration.untrackedResourceForeground#7FE8FF
  • input.background#13202A
  • input.border#2A4352
  • input.foreground#D6EFFF
  • input.placeholderForeground#4A6A80
  • inputOption.activeBorder#00CFFF
  • list.activeSelectionBackground#12313E
  • list.activeSelectionForeground#D6EFFF
  • list.focusOutline#00CFFF
  • list.highlightForeground#4FDFFF
  • list.hoverBackground#13202A
  • list.inactiveSelectionBackground#0F2732
  • list.inactiveSelectionForeground#D6EFFF
  • notifications.background#13202A
  • notifications.border#2A4352
  • notifications.foreground#D6EFFF
  • panel.background#101820
  • panel.border#223845
  • panelTitle.activeBorder#00CFFF
  • panelTitle.activeForeground#D6EFFF
  • panelTitle.inactiveForeground#8FA6B8
  • peekView.border#00CFFF
  • peekViewEditor.background#0A0F14
  • peekViewResult.background#101820
  • peekViewTitle.background#13202A
  • scrollbarSlider.activeBackground#4A6A80AA
  • scrollbarSlider.background#2A435255
  • scrollbarSlider.hoverBackground#3A5C6E88
  • sideBar.background#0D141A
  • sideBar.foreground#8FA6B8
  • sideBarSectionHeader.background#101820
  • sideBarSectionHeader.foreground#D6EFFF
  • sideBarTitle.foreground#D6EFFF
  • statusBar.background#00CFFF
  • statusBar.border#0094CC
  • statusBar.debuggingBackground#FFC857
  • statusBar.debuggingForeground#1A1300
  • statusBar.foreground#001018
  • statusBar.noFolderBackground#0094CC
  • statusBar.noFolderForeground#001018
  • tab.activeBackground#0A0F14
  • tab.activeBorderTop#00CFFF
  • tab.activeForeground#D6EFFF
  • tab.border#101820
  • tab.inactiveBackground#0D141A
  • tab.inactiveForeground#8FA6B8
  • tab.unfocusedActiveBorderTop#0094CC
  • terminal.ansiBlack#0A0F14
  • terminal.ansiBlue#00CFFF
  • terminal.ansiBrightBlack#4A6A80
  • terminal.ansiBrightBlue#52DFFF
  • terminal.ansiBrightCyan#9EEDFF
  • terminal.ansiBrightGreen#8AF5A1
  • terminal.ansiBrightMagenta#A8F1FF
  • terminal.ansiBrightRed#FF8A8A
  • terminal.ansiBrightWhite#F0FAFF
  • terminal.ansiBrightYellow#FFD98F
  • terminal.ansiCyan#4FDFFF
  • terminal.ansiGreen#4CD964
  • terminal.ansiMagenta#7FE8FF
  • terminal.ansiRed#FF5C5C
  • terminal.ansiWhite#D6EFFF
  • terminal.ansiYellow#FFC857
  • terminal.background#0A0F14
  • terminal.foreground#D6EFFF
  • terminalCursor.foreground#00CFFF
  • titleBar.activeBackground#101820
  • titleBar.activeForeground#D6EFFF
  • titleBar.inactiveBackground#0D141A
  • titleBar.inactiveForeground#8FA6B8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage, storage.type#00CFFF
string#4FDFFF
comment, punctuation.definition.comment#4A6A80
entity.name.function, meta.function-call, support.function#52DFFFbold
variable, variable.other.readwrite, variable.language#D6EFFF
constant.numeric, constant.language, constant.character.escape#7FE8FF
entity.name.type, entity.name.class, support.type, storage.type.class#4FDFFFbold
keyword.operator, punctuation.separator.key-value#00CFFF
entity.name.function.decorator, meta.decorator, punctuation.decorator, storage.type.annotation, entity.other.attribute-name, meta.attribute#FFC857
entity.other.inherited-class#4FDFFF
invalid, invalid.illegal#FF5C5C
markup.heading, entity.name.section#52DFFFbold
markup.bold, markup.italic#D6EFFF
markup.underline.link, string.other.link#00CFFF
support.type.property-name.json, meta.object-literal.key#8FA6B8
support.type.property-name.css, meta.property-name.css#8FA6B8
meta.property-value.css, support.constant.property-value.css#4FDFFF
entity.name.tag#00CFFF
entity.other.attribute-name.html#8FA6B8
punctuation.definition.template-expression#FFC857