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.activeBorder#94e2d5
  • activityBar.background#0c0f16
  • activityBar.border#363a43
  • activityBar.foreground#94e2d5
  • activityBar.inactiveForeground#677976
  • activityBarBadge.background#94e2d5
  • activityBarBadge.foreground#10151f
  • badge.background#94e2d5
  • badge.foreground#10151f
  • breadcrumb.activeSelectionForeground#94e2d5
  • breadcrumb.focusForeground#d6e0df
  • breadcrumb.foreground#677976
  • button.background#94e2d5
  • button.foreground#10151f
  • button.hoverBackground#a3e6db
  • descriptionForeground#94a8a5
  • dropdown.background#232831
  • dropdown.border#363a43
  • dropdown.foreground#d6e0df
  • editor.background#10151f
  • editor.findMatchBackground#94e2d573
  • editor.findMatchHighlightBackground#94e2d538
  • editor.foreground#d6e0df
  • editor.lineHighlightBackground#2d313a66
  • editor.selectionBackground#94e2d552
  • editor.selectionHighlightBackground#94e2d529
  • editor.wordHighlightBackground#94e2d529
  • editor.wordHighlightStrongBackground#94e2d53d
  • editorBracketMatch.background#94e2d529
  • editorBracketMatch.border#94e2d599
  • editorCursor.foreground#94e2d5
  • editorError.foreground#f38ba8
  • editorGroup.border#363a43
  • editorGroupHeader.tabsBackground#0e121b
  • editorGroupHeader.tabsBorder#363a43
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#75c4e3
  • editorHoverWidget.background#232831
  • editorHoverWidget.border#363a43
  • editorIndentGuide.activeBackground1#94e2d599
  • editorIndentGuide.background1#363a43
  • editorInfo.foreground#94e2d5
  • editorLineNumber.activeForeground#94e2d5
  • editorLineNumber.foreground#677976
  • editorSuggestWidget.background#232831
  • editorSuggestWidget.selectedBackground#94e2d53d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#677976
  • editorWidget.background#232831
  • editorWidget.border#363a43
  • errorForeground#f38ba8
  • focusBorder#94e2d580
  • foreground#94a8a5
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#75c4e3
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#232831
  • input.border#363a43
  • input.foreground#d6e0df
  • input.placeholderForeground#677976
  • inputOption.activeBackground#94e2d53d
  • inputOption.activeBorder#94e2d5
  • list.activeSelectionBackground#94e2d547
  • list.activeSelectionForeground#d6e0df
  • list.focusBackground#94e2d547
  • list.highlightForeground#94e2d5
  • list.hoverBackground#31363e80
  • list.inactiveSelectionBackground#94e2d529
  • minimap.selectionHighlight#94e2d580
  • panel.background#0e121b
  • panel.border#363a43
  • panelTitle.activeBorder#94e2d5
  • panelTitle.activeForeground#d6e0df
  • panelTitle.inactiveForeground#677976
  • peekViewEditor.background#10151f
  • peekViewResult.background#0e121b
  • progressBar.background#94e2d5
  • quickInput.background#232831
  • quickInput.foreground#d6e0df
  • quickInputList.focusBackground#94e2d53d
  • scrollbarSlider.activeBackground#94e2d58c
  • scrollbarSlider.background#94e2d538
  • scrollbarSlider.hoverBackground#94e2d561
  • selection.background#94e2d557
  • sideBar.background#0e121b
  • sideBar.border#363a43
  • sideBar.foreground#94a8a5
  • sideBarSectionHeader.background#0e121b
  • sideBarSectionHeader.foreground#d6e0df
  • sideBarTitle.foreground#d6e0df
  • statusBar.background#0c0f16
  • statusBar.border#363a43
  • statusBar.debuggingBackground#94e2d5
  • statusBar.debuggingForeground#10151f
  • statusBar.foreground#94a8a5
  • statusBar.noFolderBackground#0c0f16
  • statusBarItem.remoteBackground#94e2d5
  • statusBarItem.remoteForeground#10151f
  • tab.activeBackground#10151f
  • tab.activeBorder#94e2d5b3
  • tab.activeBorderTop#94e2d5
  • tab.activeForeground#d6e0df
  • tab.border#0c0f16
  • tab.inactiveBackground#0e121b
  • tab.inactiveForeground#677976
  • terminal.background#10151f
  • terminal.foreground#d6e0df
  • terminalCursor.foreground#94e2d5
  • textLink.activeForeground#a5e7dc
  • textLink.foreground#94e2d5
  • titleBar.activeBackground#0c0f16
  • titleBar.activeForeground#d6e0df
  • titleBar.border#363a43
  • titleBar.inactiveBackground#0c0f16
  • titleBar.inactiveForeground#677976
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#677976italic
string, string.quoted, string.template#c1aae8
constant.numeric, constant.language, constant.character, constant.other#e99fb2
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#94e2d5
keyword.operator, punctuation, meta.brace#94a8a5
entity.name.function, support.function, meta.function-call.generic#e0ab7a
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#99c68f
variable, variable.other, meta.definition.variable.name#d6e0df
variable.parameter, variable.other.readwrite#d6e0df
variable.language, variable.other.constant, support.variable#e99fb2
entity.name.tag, punctuation.definition.tag#94e2d5
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#75c4e3
markup.heading, entity.name.section#94e2d5bold
markup.bold#e99fb2bold
markup.italic#c1aae8italic
markup.inline.raw, markup.fenced_code#e0ab7a
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8