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#16110D
  • activityBar.border#3D2E24
  • activityBar.foreground#E4BE79
  • activityBar.inactiveForeground#6E5B4E
  • activityBarBadge.background#E4BE79
  • activityBarBadge.foreground#16110D
  • badge.background#E4BE79
  • badge.foreground#16110D
  • breadcrumb.focusForeground#F0E7DB
  • breadcrumb.foreground#BD9665
  • button.background#E4BE79
  • button.foreground#16110D
  • button.hoverBackground#EDD3A3
  • diffEditor.insertedTextBackground#78C49B1A
  • diffEditor.removedTextBackground#D98A7A1A
  • dropdown.background#16110D
  • dropdown.border#3D2E24
  • dropdown.foreground#F0E7DB
  • editor.background#1D1611
  • editor.foreground#F0E7DB
  • editor.lineHighlightBackground#231B1599
  • editor.selectionBackground#3D2E2499
  • editor.selectionHighlightBackground#3D2E2466
  • editor.wordHighlightBackground#3D2E2466
  • editorBracketMatch.background#3D2E24
  • editorBracketMatch.border#E4BE79
  • editorCursor.foreground#E4BE79
  • editorError.foreground#D98A7A
  • editorGroupHeader.tabsBackground#231B15
  • editorGroupHeader.tabsBorder#3D2E24
  • editorHoverWidget.background#231B15
  • editorHoverWidget.border#3D2E24
  • editorIndentGuide.activeBackground1#4E4037
  • editorIndentGuide.background1#291F19
  • editorInfo.foreground#8FB8D8
  • editorLineNumber.activeForeground#E4BE79
  • editorLineNumber.foreground#5C4C42
  • editorRuler.foreground#291F19
  • editorSuggestWidget.background#231B15
  • editorSuggestWidget.selectedBackground#3D2E24
  • editorWarning.foreground#E9A46B
  • editorWhitespace.foreground#33271F
  • editorWidget.background#231B15
  • editorWidget.border#3D2E24
  • focusBorder#5C4C42
  • foreground#DFCCB4
  • gitDecoration.addedResourceForeground#78C49B
  • gitDecoration.deletedResourceForeground#D98A7A
  • gitDecoration.ignoredResourceForeground#6E5B4E
  • gitDecoration.modifiedResourceForeground#E9A46B
  • gitDecoration.untrackedResourceForeground#78C49B
  • input.background#16110D
  • input.border#3D2E24
  • input.foreground#F0E7DB
  • inputOption.activeBorder#E4BE79
  • list.activeSelectionBackground#3D2E24
  • list.activeSelectionForeground#F0E7DB
  • list.highlightForeground#E4BE79
  • list.hoverBackground#291F19
  • list.inactiveSelectionBackground#291F19
  • menu.background#231B15
  • menu.foreground#F0E7DB
  • menubar.selectionBackground#3D2E24
  • minimap.background#1D1611
  • notifications.background#231B15
  • notifications.border#3D2E24
  • panel.background#231B15
  • panel.border#3D2E24
  • panelTitle.activeForeground#F0E7DB
  • panelTitle.inactiveForeground#BD9665
  • peekView.border#E4BE79
  • peekViewEditor.background#16110D
  • peekViewResult.background#231B15
  • scrollbarSlider.activeBackground#5C4C42CC
  • scrollbarSlider.background#3D2E2499
  • scrollbarSlider.hoverBackground#4E4037CC
  • selection.background#3D2E24
  • sideBar.background#231B15
  • sideBar.border#3D2E24
  • sideBar.foreground#DFCCB4
  • sideBarSectionHeader.background#16110D
  • sideBarSectionHeader.foreground#DFCCB4
  • sideBarTitle.foreground#BD9665
  • statusBar.background#16110D
  • statusBar.border#3D2E24
  • statusBar.debuggingBackground#E9A46B
  • statusBar.debuggingForeground#16110D
  • statusBar.foreground#DFCCB4
  • statusBar.noFolderBackground#16110D
  • tab.activeBackground#1D1611
  • tab.activeBorderTop#E4BE79
  • tab.activeForeground#F0E7DB
  • tab.border#3D2E24
  • tab.inactiveBackground#231B15
  • tab.inactiveForeground#BD9665
  • terminal.ansiBlack#291F19
  • terminal.ansiBlue#8FB8D8
  • terminal.ansiBrightBlack#6E5B4E
  • terminal.ansiBrightBlue#B5D0E5
  • terminal.ansiBrightCyan#B1D9D3
  • terminal.ansiBrightGreen#9BD4B5
  • terminal.ansiBrightMagenta#E7C4D1
  • terminal.ansiBrightRed#E4ADA2
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#EDD3A3
  • terminal.ansiCyan#8FC8C0
  • terminal.ansiGreen#78C49B
  • terminal.ansiMagenta#D8A0B4
  • terminal.ansiRed#D98A7A
  • terminal.ansiWhite#F0E7DB
  • terminal.ansiYellow#E4BE79
  • terminal.background#16110D
  • terminal.foreground#DFCCB4
  • titleBar.activeBackground#16110D
  • titleBar.activeForeground#F0E7DB
  • titleBar.border#3D2E24
  • titleBar.inactiveBackground#16110D
  • titleBar.inactiveForeground#BD9665
  • widget.shadow#0000004D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#966F40italic
string, string.quoted, punctuation.definition.string#78C49B
string.regexp#8FC8C0
constant.numeric, constant.language, keyword.other.unit#E9A46B
constant.character.escape#D8A0B4
variable, variable.other.readwrite, meta.definition.variable.name#F0E7DB
variable.parameter#DFCCB4
variable.language, variable.other.constant#D8A0B4
keyword, keyword.control, storage, storage.type, storage.modifier#E4BE79bold
keyword.operator#D4BA9B
entity.name.function, support.function, meta.function-call#8FB8D8
entity.name.class, entity.name.type, support.class, support.type#E0C89A
entity.name.tag#E4BE79
entity.other.attribute-name#78C49B
support.constant, support.variable#D8A0B4
punctuation, meta.brace#C6A47B
markup.heading#E4BE79bold
markup.bold#F0E7DBbold
markup.italic#F0E7DBitalic
markup.inline.raw, markup.raw#78C49B
markup.underline.link#8FB8D8underline
invalid, invalid.illegal#D98A7A
meta.diff.header, meta.diff.range#8FB8D8
markup.inserted#78C49B
markup.deleted#D98A7A
support.type.property-name.json, support.type.property-name#E4BE79