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#83c9a3
  • activityBar.background#0c1510
  • activityBar.border#37413b
  • activityBar.foreground#83c9a3
  • activityBar.inactiveForeground#67796f
  • activityBarBadge.background#83c9a3
  • activityBarBadge.foreground#111d16
  • badge.background#83c9a3
  • badge.foreground#111d16
  • breadcrumb.activeSelectionForeground#83c9a3
  • breadcrumb.focusForeground#d6e0db
  • breadcrumb.foreground#67796f
  • button.background#83c9a3
  • button.foreground#111d16
  • button.hoverBackground#94d1b0
  • descriptionForeground#94a89d
  • dropdown.background#242f29
  • dropdown.border#37413b
  • dropdown.foreground#d6e0db
  • editor.background#111d16
  • editor.findMatchBackground#83c9a373
  • editor.findMatchHighlightBackground#83c9a338
  • editor.foreground#d6e0db
  • editor.lineHighlightBackground#2e383266
  • editor.selectionBackground#83c9a352
  • editor.selectionHighlightBackground#83c9a329
  • editor.wordHighlightBackground#83c9a329
  • editor.wordHighlightStrongBackground#83c9a33d
  • editorBracketMatch.background#83c9a329
  • editorBracketMatch.border#83c9a399
  • editorCursor.foreground#83c9a3
  • editorError.foreground#f38ba8
  • editorGroup.border#37413b
  • editorGroupHeader.tabsBackground#0f1a13
  • editorGroupHeader.tabsBorder#37413b
  • editorGutter.addedBackground#a6e3a1
  • editorGutter.deletedBackground#f38ba8
  • editorGutter.modifiedBackground#6ac9d1
  • editorHoverWidget.background#242f29
  • editorHoverWidget.border#37413b
  • editorIndentGuide.activeBackground1#83c9a399
  • editorIndentGuide.background1#37413b
  • editorInfo.foreground#83c9a3
  • editorLineNumber.activeForeground#83c9a3
  • editorLineNumber.foreground#67796f
  • editorSuggestWidget.background#242f29
  • editorSuggestWidget.selectedBackground#83c9a33d
  • editorWarning.foreground#f9e2af
  • editorWhitespace.foreground#67796f
  • editorWidget.background#242f29
  • editorWidget.border#37413b
  • errorForeground#f38ba8
  • focusBorder#83c9a380
  • foreground#94a89d
  • gitDecoration.deletedResourceForeground#f38ba8
  • gitDecoration.modifiedResourceForeground#6ac9d1
  • gitDecoration.untrackedResourceForeground#a6e3a1
  • input.background#242f29
  • input.border#37413b
  • input.foreground#d6e0db
  • input.placeholderForeground#67796f
  • inputOption.activeBackground#83c9a33d
  • inputOption.activeBorder#83c9a3
  • list.activeSelectionBackground#83c9a347
  • list.activeSelectionForeground#d6e0db
  • list.focusBackground#83c9a347
  • list.highlightForeground#83c9a3
  • list.hoverBackground#323d3780
  • list.inactiveSelectionBackground#83c9a329
  • minimap.selectionHighlight#83c9a380
  • panel.background#0f1a13
  • panel.border#37413b
  • panelTitle.activeBorder#83c9a3
  • panelTitle.activeForeground#d6e0db
  • panelTitle.inactiveForeground#67796f
  • peekViewEditor.background#111d16
  • peekViewResult.background#0f1a13
  • progressBar.background#83c9a3
  • quickInput.background#242f29
  • quickInput.foreground#d6e0db
  • quickInputList.focusBackground#83c9a33d
  • scrollbarSlider.activeBackground#83c9a38c
  • scrollbarSlider.background#83c9a338
  • scrollbarSlider.hoverBackground#83c9a361
  • selection.background#83c9a357
  • sideBar.background#0f1a13
  • sideBar.border#37413b
  • sideBar.foreground#94a89d
  • sideBarSectionHeader.background#0f1a13
  • sideBarSectionHeader.foreground#d6e0db
  • sideBarTitle.foreground#d6e0db
  • statusBar.background#0c1510
  • statusBar.border#37413b
  • statusBar.debuggingBackground#83c9a3
  • statusBar.debuggingForeground#111d16
  • statusBar.foreground#94a89d
  • statusBar.noFolderBackground#0c1510
  • statusBarItem.remoteBackground#83c9a3
  • statusBarItem.remoteForeground#111d16
  • tab.activeBackground#111d16
  • tab.activeBorder#83c9a3b3
  • tab.activeBorderTop#83c9a3
  • tab.activeForeground#d6e0db
  • tab.border#0c1510
  • tab.inactiveBackground#0f1a13
  • tab.inactiveForeground#67796f
  • terminal.background#111d16
  • terminal.foreground#d6e0db
  • terminalCursor.foreground#83c9a3
  • textLink.activeForeground#97d2b2
  • textLink.foreground#83c9a3
  • titleBar.activeBackground#0c1510
  • titleBar.activeForeground#d6e0db
  • titleBar.border#37413b
  • titleBar.inactiveBackground#0c1510
  • titleBar.inactiveForeground#67796f
  • widget.shadow#00000066

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#67796fitalic
string, string.quoted, string.template#aab2f1
constant.numeric, constant.language, constant.character, constant.other#dfa1ca
keyword, storage, storage.type, storage.modifier, keyword.control, keyword.operator.new#83c9a3
keyword.operator, punctuation, meta.brace#94a89d
entity.name.function, support.function, meta.function-call.generic#eaa48b
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#b4bf7c
variable, variable.other, meta.definition.variable.name#d6e0db
variable.parameter, variable.other.readwrite#d6e0db
variable.language, variable.other.constant, support.variable#dfa1ca
entity.name.tag, punctuation.definition.tag#83c9a3
entity.other.attribute-name, meta.object-literal.key, support.type.property-name#6ac9d1
markup.heading, entity.name.section#83c9a3bold
markup.bold#dfa1cabold
markup.italic#aab2f1italic
markup.inline.raw, markup.fenced_code#eaa48b
markup.inserted#a6e3a1
markup.deleted#f38ba8
invalid, invalid.illegal#f38ba8