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#EEDFC9
  • activityBar.border#E5CFAE
  • activityBar.foreground#8A5A20
  • activityBar.inactiveForeground#CCAB7B
  • activityBarBadge.background#8A5A20
  • activityBarBadge.foreground#EEDFC9
  • badge.background#8A5A20
  • badge.foreground#EEDFC9
  • breadcrumb.focusForeground#31261C
  • breadcrumb.foreground#937153
  • button.background#8A5A20
  • button.foreground#EEDFC9
  • button.hoverBackground#613F16
  • diffEditor.insertedTextBackground#28703E1A
  • diffEditor.removedTextBackground#A02C241A
  • dropdown.background#EEDFC9
  • dropdown.border#E5CFAE
  • dropdown.foreground#31261C
  • editor.background#F5EDE0
  • editor.foreground#31261C
  • editor.lineHighlightBackground#F2E6D499
  • editor.selectionBackground#E5CFAE99
  • editor.selectionHighlightBackground#E5CFAE66
  • editor.wordHighlightBackground#E5CFAE66
  • editorBracketMatch.background#E5CFAE
  • editorBracketMatch.border#8A5A20
  • editorCursor.foreground#8A5A20
  • editorError.foreground#A02C24
  • editorGroupHeader.tabsBackground#F2E6D4
  • editorGroupHeader.tabsBorder#E5CFAE
  • editorHoverWidget.background#F2E6D4
  • editorHoverWidget.border#E5CFAE
  • editorIndentGuide.activeBackground1#E2D0B6
  • editorIndentGuide.background1#EFE1CD
  • editorInfo.foreground#2A568A
  • editorLineNumber.activeForeground#8A5A20
  • editorLineNumber.foreground#D7BE98
  • editorRuler.foreground#EFE1CD
  • editorSuggestWidget.background#F2E6D4
  • editorSuggestWidget.selectedBackground#E5CFAE
  • editorWarning.foreground#8A4A18
  • editorWhitespace.foreground#EBDAC1
  • editorWidget.background#F2E6D4
  • editorWidget.border#E5CFAE
  • focusBorder#D7BE98
  • foreground#584432
  • gitDecoration.addedResourceForeground#28703E
  • gitDecoration.deletedResourceForeground#A02C24
  • gitDecoration.ignoredResourceForeground#CCAB7B
  • gitDecoration.modifiedResourceForeground#8A4A18
  • gitDecoration.untrackedResourceForeground#28703E
  • input.background#EEDFC9
  • input.border#E5CFAE
  • input.foreground#31261C
  • inputOption.activeBorder#8A5A20
  • list.activeSelectionBackground#E5CFAE
  • list.activeSelectionForeground#31261C
  • list.highlightForeground#8A5A20
  • list.hoverBackground#EFE1CD
  • list.inactiveSelectionBackground#EFE1CD
  • menu.background#F2E6D4
  • menu.foreground#31261C
  • menubar.selectionBackground#E5CFAE
  • minimap.background#F5EDE0
  • notifications.background#F2E6D4
  • notifications.border#E5CFAE
  • panel.background#F2E6D4
  • panel.border#E5CFAE
  • panelTitle.activeForeground#31261C
  • panelTitle.inactiveForeground#937153
  • peekView.border#8A5A20
  • peekViewEditor.background#EEDFC9
  • peekViewResult.background#F2E6D4
  • scrollbarSlider.activeBackground#D7BE98CC
  • scrollbarSlider.background#E5CFAE99
  • scrollbarSlider.hoverBackground#E2D0B6CC
  • selection.background#E5CFAE
  • sideBar.background#F2E6D4
  • sideBar.border#E5CFAE
  • sideBar.foreground#584432
  • sideBarSectionHeader.background#EEDFC9
  • sideBarSectionHeader.foreground#584432
  • sideBarTitle.foreground#937153
  • statusBar.background#EEDFC9
  • statusBar.border#E5CFAE
  • statusBar.debuggingBackground#8A4A18
  • statusBar.debuggingForeground#EEDFC9
  • statusBar.foreground#584432
  • statusBar.noFolderBackground#EEDFC9
  • tab.activeBackground#F5EDE0
  • tab.activeBorderTop#8A5A20
  • tab.activeForeground#31261C
  • tab.border#E5CFAE
  • tab.inactiveBackground#F2E6D4
  • tab.inactiveForeground#937153
  • terminal.ansiBlack#EFE1CD
  • terminal.ansiBlue#2A568A
  • terminal.ansiBrightBlack#CCAB7B
  • terminal.ansiBrightBlue#1E3E63
  • terminal.ansiBrightCyan#123D3A
  • terminal.ansiBrightGreen#1B4A29
  • terminal.ansiBrightMagenta#56254A
  • terminal.ansiBrightRed#76211B
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#613F16
  • terminal.ansiCyan#1E6460
  • terminal.ansiGreen#28703E
  • terminal.ansiMagenta#7A3468
  • terminal.ansiRed#A02C24
  • terminal.ansiWhite#31261C
  • terminal.ansiYellow#8A5A20
  • terminal.background#EEDFC9
  • terminal.foreground#584432
  • titleBar.activeBackground#EEDFC9
  • titleBar.activeForeground#31261C
  • titleBar.border#E5CFAE
  • titleBar.inactiveBackground#EEDFC9
  • titleBar.inactiveForeground#937153
  • widget.shadow#FFFFFF4D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A78262italic
string, string.quoted, punctuation.definition.string#28703E
string.regexp#1E6460
constant.numeric, constant.language, keyword.other.unit#8A4A18
constant.character.escape#7A3468
variable, variable.other.readwrite, meta.definition.variable.name#31261C
variable.parameter#584432
variable.language, variable.other.constant#7A3468
keyword, keyword.control, storage, storage.type, storage.modifier#8A5A20bold
keyword.operator#6C533D
entity.name.function, support.function, meta.function-call#2A568A
entity.name.class, entity.name.type, support.class, support.type#6E5220
entity.name.tag#8A5A20
entity.other.attribute-name#28703E
support.constant, support.variable#7A3468
punctuation, meta.brace#836449
markup.heading#8A5A20bold
markup.bold#31261Cbold
markup.italic#31261Citalic
markup.inline.raw, markup.raw#28703E
markup.underline.link#2A568Aunderline
invalid, invalid.illegal#A02C24
meta.diff.header, meta.diff.range#2A568A
markup.inserted#28703E
markup.deleted#A02C24
support.type.property-name.json, support.type.property-name#8A5A20