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#94b9f1
  • activityBar.background#0c1015
  • activityBar.border#373b41
  • activityBar.foreground#94b9f1
  • activityBar.inactiveForeground#676e79
  • activityBarBadge.background#94b9f1
  • activityBarBadge.foreground#11161d
  • badge.background#94b9f1
  • badge.foreground#11161d
  • breadcrumb.activeSelectionForeground#94b9f1
  • breadcrumb.focusForeground#d6dae0
  • breadcrumb.foreground#676e79
  • button.background#94b9f1
  • button.foreground#11161d
  • button.hoverBackground#a3c3f3
  • descriptionForeground#949ca8
  • dropdown.background#24292f
  • dropdown.border#373b41
  • dropdown.foreground#d6dae0
  • editor.background#11161d
  • editor.findMatchBackground#94b9f173
  • editor.findMatchHighlightBackground#94b9f138
  • editor.foreground#d6dae0
  • editor.lineHighlightBackground#2e323866
  • editor.selectionBackground#94b9f152
  • editor.selectionHighlightBackground#94b9f129
  • editor.wordHighlightBackground#94b9f129
  • editor.wordHighlightStrongBackground#94b9f13d
  • editorBracketMatch.background#94b9f129
  • editorBracketMatch.border#94b9f199
  • editorCursor.foreground#94b9f1
  • editorError.foreground#f38ba8
  • editorGroup.border#373b41
  • editorGroupHeader.tabsBackground#0f131a
  • editorGroupHeader.tabsBorder#373b41
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#c2aae8
  • editorHoverWidget.background#24292f
  • editorHoverWidget.border#373b41
  • editorIndentGuide.activeBackground1#94b9f199
  • editorIndentGuide.background1#373b41
  • editorInfo.foreground#94b9f1
  • editorLineNumber.activeForeground#94b9f1
  • editorLineNumber.foreground#676e79
  • editorSuggestWidget.background#24292f
  • editorSuggestWidget.selectedBackground#94b9f13d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#676e79
  • editorWidget.background#24292f
  • editorWidget.border#373b41
  • errorForeground#f38ba8
  • focusBorder#94b9f180
  • foreground#949ca8
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#c2aae8
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#24292f
  • input.border#373b41
  • input.foreground#d6dae0
  • input.placeholderForeground#676e79
  • inputOption.activeBackground#94b9f13d
  • inputOption.activeBorder#94b9f1
  • list.activeSelectionBackground#94b9f147
  • list.activeSelectionForeground#d6dae0
  • list.focusBackground#94b9f147
  • list.highlightForeground#94b9f1
  • list.hoverBackground#32373d80
  • list.inactiveSelectionBackground#94b9f129
  • minimap.selectionHighlight#94b9f180
  • panel.background#0f131a
  • panel.border#373b41
  • panelTitle.activeBorder#94b9f1
  • panelTitle.activeForeground#d6dae0
  • panelTitle.inactiveForeground#676e79
  • peekViewEditor.background#11161d
  • peekViewResult.background#0f131a
  • progressBar.background#94b9f1
  • quickInput.background#24292f
  • quickInput.foreground#d6dae0
  • quickInputList.focusBackground#94b9f13d
  • scrollbarSlider.activeBackground#94b9f18c
  • scrollbarSlider.background#94b9f138
  • scrollbarSlider.hoverBackground#94b9f161
  • selection.background#94b9f157
  • sideBar.background#0f131a
  • sideBar.border#373b41
  • sideBar.foreground#949ca8
  • sideBarSectionHeader.background#0f131a
  • sideBarSectionHeader.foreground#d6dae0
  • sideBarTitle.foreground#d6dae0
  • statusBar.background#0c1015
  • statusBar.border#373b41
  • statusBar.debuggingBackground#94b9f1
  • statusBar.debuggingForeground#11161d
  • statusBar.foreground#949ca8
  • statusBar.noFolderBackground#0c1015
  • statusBarItem.remoteBackground#94b9f1
  • statusBarItem.remoteForeground#11161d
  • tab.activeBackground#11161d
  • tab.activeBorder#94b9f1b3
  • tab.activeBorderTop#94b9f1
  • tab.activeForeground#d6dae0
  • tab.border#0c1015
  • tab.inactiveBackground#0f131a
  • tab.inactiveForeground#676e79
  • terminal.background#11161d
  • terminal.foreground#d6dae0
  • terminalCursor.foreground#94b9f1
  • textLink.activeForeground#a5c4f3
  • textLink.foreground#94b9f1
  • titleBar.activeBackground#0c1015
  • titleBar.activeForeground#d6dae0
  • titleBar.border#373b41
  • titleBar.inactiveBackground#0c1015
  • titleBar.inactiveForeground#676e79
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#676e79italic
string, string.quoted, string.template#eba0a2
constant.numeric, constant.language, constant.character, constant.other#d7b174
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#94b9f1
keyword.operator, punctuation, meta.brace#949ca8
entity.name.function, support.function, meta.function-call.generic#99c68f
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#6ec6dc
variable, variable.other, meta.definition.variable.name#d6dae0
variable.parameter, variable.other.readwrite#d6dae0
variable.language, variable.other.constant, support.variable#d7b174
entity.name.tag, punctuation.definition.tag#94b9f1
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#c2aae8
markup.heading, entity.name.section#94b9f1bold
markup.bold#d7b174bold
markup.italic#eba0a2italic
markup.inline.raw, markup.fenced_code#99c68f
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8