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#0C1518
  • activityBar.border#213840
  • activityBar.foreground#5FD3D0
  • activityBar.inactiveForeground#486975
  • activityBarBadge.background#5FD3D0
  • activityBarBadge.foreground#0C1518
  • badge.background#5FD3D0
  • badge.foreground#0C1518
  • breadcrumb.focusForeground#E0E9EB
  • breadcrumb.foreground#7BA0A7
  • button.background#5FD3D0
  • button.foreground#0C1518
  • button.hoverBackground#87DEDC
  • diffEditor.insertedTextBackground#7FD9A81A
  • diffEditor.removedTextBackground#EE8A881A
  • dropdown.background#0C1518
  • dropdown.border#213840
  • dropdown.foreground#E0E9EB
  • editor.background#101A1E
  • editor.foreground#E0E9EB
  • editor.lineHighlightBackground#13202599
  • editor.selectionBackground#21384099
  • editor.selectionHighlightBackground#21384066
  • editor.wordHighlightBackground#21384066
  • editorBracketMatch.background#213840
  • editorBracketMatch.border#5FD3D0
  • editorCursor.foreground#5FD3D0
  • editorError.foreground#EE8A88
  • editorGroupHeader.tabsBackground#132025
  • editorGroupHeader.tabsBorder#213840
  • editorHoverWidget.background#132025
  • editorHoverWidget.border#213840
  • editorIndentGuide.activeBackground1#324A52
  • editorIndentGuide.background1#17262C
  • editorInfo.foreground#7FB8E8
  • editorLineNumber.activeForeground#5FD3D0
  • editorLineNumber.foreground#3C5862
  • editorRuler.foreground#17262C
  • editorSuggestWidget.background#132025
  • editorSuggestWidget.selectedBackground#213840
  • editorWarning.foreground#F0B070
  • editorWhitespace.foreground#1C2F36
  • editorWidget.background#132025
  • editorWidget.border#213840
  • focusBorder#3C5862
  • foreground#BFD1D4
  • gitDecoration.addedResourceForeground#7FD9A8
  • gitDecoration.deletedResourceForeground#EE8A88
  • gitDecoration.ignoredResourceForeground#486975
  • gitDecoration.modifiedResourceForeground#F0B070
  • gitDecoration.untrackedResourceForeground#7FD9A8
  • input.background#0C1518
  • input.border#213840
  • input.foreground#E0E9EB
  • inputOption.activeBorder#5FD3D0
  • list.activeSelectionBackground#213840
  • list.activeSelectionForeground#E0E9EB
  • list.highlightForeground#5FD3D0
  • list.hoverBackground#17262C
  • list.inactiveSelectionBackground#17262C
  • menu.background#132025
  • menu.foreground#E0E9EB
  • menubar.selectionBackground#213840
  • minimap.background#101A1E
  • notifications.background#132025
  • notifications.border#213840
  • panel.background#132025
  • panel.border#213840
  • panelTitle.activeForeground#E0E9EB
  • panelTitle.inactiveForeground#7BA0A7
  • peekView.border#5FD3D0
  • peekViewEditor.background#0C1518
  • peekViewResult.background#132025
  • scrollbarSlider.activeBackground#3C5862CC
  • scrollbarSlider.background#21384099
  • scrollbarSlider.hoverBackground#324A52CC
  • selection.background#213840
  • sideBar.background#132025
  • sideBar.border#213840
  • sideBar.foreground#BFD1D4
  • sideBarSectionHeader.background#0C1518
  • sideBarSectionHeader.foreground#BFD1D4
  • sideBarTitle.foreground#7BA0A7
  • statusBar.background#0C1518
  • statusBar.border#213840
  • statusBar.debuggingBackground#F0B070
  • statusBar.debuggingForeground#0C1518
  • statusBar.foreground#BFD1D4
  • statusBar.noFolderBackground#0C1518
  • tab.activeBackground#101A1E
  • tab.activeBorderTop#5FD3D0
  • tab.activeForeground#E0E9EB
  • tab.border#213840
  • tab.inactiveBackground#132025
  • tab.inactiveForeground#7BA0A7
  • terminal.ansiBlack#17262C
  • terminal.ansiBlue#7FB8E8
  • terminal.ansiBrightBlack#486975
  • terminal.ansiBrightBlue#AAD0F0
  • terminal.ansiBrightCyan#9ED8DA
  • terminal.ansiBrightGreen#A6E5C3
  • terminal.ansiBrightMagenta#DDCEED
  • terminal.ansiBrightRed#F4B6B5
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#87DEDC
  • terminal.ansiCyan#79C9CC
  • terminal.ansiGreen#7FD9A8
  • terminal.ansiMagenta#C4A8E0
  • terminal.ansiRed#EE8A88
  • terminal.ansiWhite#E0E9EB
  • terminal.ansiYellow#5FD3D0
  • terminal.background#0C1518
  • terminal.foreground#BFD1D4
  • titleBar.activeBackground#0C1518
  • titleBar.activeForeground#E0E9EB
  • titleBar.border#213840
  • titleBar.inactiveBackground#0C1518
  • titleBar.inactiveForeground#7BA0A7
  • widget.shadow#0000004D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#567981italic
string, string.quoted, punctuation.definition.string#7FD9A8
string.regexp#79C9CC
constant.numeric, constant.language, keyword.other.unit#F0B070
constant.character.escape#C4A8E0
variable, variable.other.readwrite, meta.definition.variable.name#E0E9EB
variable.parameter#BFD1D4
variable.language, variable.other.constant#C4A8E0
keyword, keyword.control, storage, storage.type, storage.modifier#5FD3D0bold
keyword.operator#A9C1C6
entity.name.function, support.function, meta.function-call#7FB8E8
entity.name.class, entity.name.type, support.class, support.type#8FD0D8
entity.name.tag#5FD3D0
entity.other.attribute-name#7FD9A8
support.constant, support.variable#C4A8E0
punctuation, meta.brace#8EADB4
markup.heading#5FD3D0bold
markup.bold#E0E9EBbold
markup.italic#E0E9EBitalic
markup.inline.raw, markup.raw#7FD9A8
markup.underline.link#7FB8E8underline
invalid, invalid.illegal#EE8A88
meta.diff.header, meta.diff.range#7FB8E8
markup.inserted#7FD9A8
markup.deleted#EE8A88
support.type.property-name.json, support.type.property-name#5FD3D0