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#030806
  • activityBar.border#081410
  • activityBar.foreground#FF6B00
  • activityBar.inactiveForeground#2a4838
  • activityBarBadge.background#8B5CF6
  • activityBarBadge.foreground#ffffff
  • badge.background#8B5CF6
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#FF6B00
  • breadcrumb.focusForeground#d0e0d8
  • breadcrumb.foreground#2a4838
  • breadcrumbPicker.background#061210
  • button.background#FF6B00
  • button.foreground#030806
  • button.hoverBackground#FF7F32
  • button.secondaryBackground#102018
  • button.secondaryForeground#d0e0d8
  • descriptionForeground#4a6858
  • dropdown.background#061210
  • dropdown.border#102018
  • dropdown.foreground#d0e0d8
  • editor.background#040a08
  • editor.findMatchBackground#42f4c830
  • editor.findMatchHighlightBackground#42f4c818
  • editor.foreground#d0e0d8
  • editor.inactiveSelectionBackground#FF6B0012
  • editor.lineHighlightBackground#0a161240
  • editor.selectionBackground#FF6B0025
  • editor.wordHighlightBackground#8B5CF618
  • editorBracketMatch.background#8B5CF618
  • editorBracketMatch.border#8B5CF644
  • editorCursor.foreground#FF6B00
  • editorGroupHeader.tabsBackground#030806
  • editorGroupHeader.tabsBorder#081410
  • editorGutter.addedBackground#42f4c866
  • editorGutter.deletedBackground#E53E3E66
  • editorGutter.modifiedBackground#8B5CF666
  • editorIndentGuide.activeBackground1#142a20
  • editorIndentGuide.background1#0a1610
  • editorLineNumber.activeForeground#FF6B0088
  • editorLineNumber.foreground#18302a
  • editorOverviewRuler.border#081410
  • editorWhitespace.foreground#0c1a14
  • errorForeground#E53E3E
  • focusBorder#FF6B0044
  • foreground#d0e0d8
  • gitDecoration.addedResourceForeground#42f4c8
  • gitDecoration.conflictingResourceForeground#F6AD55
  • gitDecoration.deletedResourceForeground#E53E3E
  • gitDecoration.ignoredResourceForeground#182a20
  • gitDecoration.modifiedResourceForeground#FF6B00
  • gitDecoration.untrackedResourceForeground#63B3ED
  • input.background#061210
  • input.border#102018
  • input.foreground#d0e0d8
  • input.placeholderForeground#2a4838
  • inputOption.activeBorder#FF6B00
  • list.activeSelectionBackground#FF6B0018
  • list.activeSelectionForeground#e0f0e8
  • list.focusBackground#FF6B0015
  • list.highlightForeground#FF6B00
  • list.hoverBackground#061210
  • list.inactiveSelectionBackground#FF6B000c
  • minimap.findMatchHighlight#42f4c840
  • minimap.selectionHighlight#FF6B0030
  • notifications.background#061210
  • notifications.border#102018
  • notifications.foreground#d0e0d8
  • panel.background#040a08
  • panel.border#0c1a14
  • panelTitle.activeBorder#FF6B00
  • panelTitle.activeForeground#d0e0d8
  • panelTitle.inactiveForeground#2a4838
  • peekView.border#8B5CF644
  • peekViewEditor.background#050c0a
  • peekViewResult.background#050c0a
  • peekViewTitle.background#061210
  • scrollbar.shadow#00000060
  • scrollbarSlider.activeBackground#FF6B003c
  • scrollbarSlider.background#FF6B0015
  • scrollbarSlider.hoverBackground#FF6B0028
  • selection.background#FF6B0030
  • sideBar.background#050c0a
  • sideBar.border#081410
  • sideBar.foreground#d0e0d8
  • sideBarSectionHeader.background#071210
  • sideBarSectionHeader.foreground#4a6858
  • sideBarTitle.foreground#FF6B00
  • statusBar.background#030806
  • statusBar.border#081410
  • statusBar.debuggingBackground#E53E3E
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#FF6B00aa
  • statusBar.noFolderBackground#030806
  • statusBarItem.hoverBackground#FF6B0018
  • statusBarItem.remoteBackground#8B5CF6
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#061210
  • tab.activeBorderTop#FF6B00
  • tab.activeForeground#e0f0e8
  • tab.border#081410
  • tab.hoverBackground#081610
  • tab.inactiveBackground#030806
  • tab.inactiveForeground#2a4838
  • terminal.ansiBlack#0c1a14
  • terminal.ansiBlue#63B3ED
  • terminal.ansiBrightBlack#283a30
  • terminal.ansiBrightBlue#88ccff
  • terminal.ansiBrightCyan#6afce0
  • terminal.ansiBrightGreen#6afce0
  • terminal.ansiBrightMagenta#A855F7
  • terminal.ansiBrightRed#ff5c5c
  • terminal.ansiBrightWhite#e0f0e8
  • terminal.ansiBrightYellow#ffc878
  • terminal.ansiCyan#42f4c8
  • terminal.ansiGreen#42f4c8
  • terminal.ansiMagenta#8B5CF6
  • terminal.ansiRed#E53E3E
  • terminal.ansiWhite#d0e0d8
  • terminal.ansiYellow#F6AD55
  • terminal.background#030806
  • terminal.foreground#d0e0d8
  • terminalCursor.foreground#FF6B00
  • titleBar.activeBackground#030806
  • titleBar.activeForeground#FF6B00
  • titleBar.inactiveBackground#030806
  • titleBar.inactiveForeground#2a4838
  • widget.shadow#00000070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2a4038italic
string, string.quoted#42f4c8
constant.numeric#F6AD55
constant.language, constant.other#FF4500
keyword, storage.type, storage.modifier#FF6B00
keyword.control, keyword.operator.logical#FF7F32
keyword.operator#80a090
entity.name.function, support.function, meta.function-call#63B3ED
entity.name.type, entity.name.class, support.class, support.type#8B5CF6
entity.name.type.interface#42f4c8
variable, variable.other#d0e0d8
variable.parameter#A855F7
variable.other.property, variable.other.object.property#80a090
entity.name.tag#FF6B00
entity.other.attribute-name#8B5CF6italic
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#42f4c8
support.type.property-name.css#63B3ED
variable.scss, variable.css#A855F7
string.regexp#E53E3E
constant.character.escape#42f4c8
punctuation#385848
support.type.property-name.json#80a090
markup.heading, entity.name.section.markdown#FF6B00bold
markup.bold#e0f0e8bold
markup.italic#A855F7italic
markup.underline.link#63B3ED
markup.inline.raw, markup.fenced_code#42f4c8
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#FF6B00
variable.other.php#A855F7
entity.name.tag.yaml#80a090
variable.language.this, variable.language.self#FF4500italic