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#120D09
  • activityBar.border#2E2018
  • activityBar.foreground#D4B896
  • activityBar.inactiveForeground#5C4530
  • activityBarBadge.background#C9913D
  • activityBarBadge.foreground#120D09
  • badge.background#C9913D
  • badge.foreground#120D09
  • breadcrumb.activeSelectionForeground#D4B896
  • breadcrumb.focusForeground#C9913D
  • breadcrumb.foreground#7A6550
  • breadcrumbPicker.background#211812
  • button.background#8B5E2A
  • button.foreground#F5EFE6
  • button.hoverBackground#C9913D
  • diffEditor.insertedTextBackground#8FAF7E20
  • diffEditor.removedTextBackground#D4614A20
  • dropdown.background#211812
  • dropdown.border#3A2818
  • dropdown.foreground#D4B896
  • editor.background#1C1410
  • editor.findMatchBackground#8B5E2A80
  • editor.findMatchHighlightBackground#8B5E2A40
  • editor.foreground#D4B896
  • editor.inactiveSelectionBackground#3A2818
  • editor.lineHighlightBackground#251C1480
  • editor.selectionBackground#4A3420
  • editor.selectionHighlightBackground#3A281840
  • editor.wordHighlightBackground#4A342040
  • editorBracketMatch.background#8B5E2A40
  • editorBracketMatch.border#C9913D
  • editorCursor.foreground#C9913D
  • editorError.foreground#D4614A
  • editorGroupHeader.tabsBackground#150F0B
  • editorGutter.background#1A1210
  • editorIndentGuide.activeBackground#5C4530
  • editorIndentGuide.background#2E2018
  • editorInfo.foreground#7EA8C4
  • editorLineNumber.activeForeground#C9913D
  • editorLineNumber.foreground#5C4530
  • editorWarning.foreground#D4A849
  • editorWhitespace.foreground#3A2818
  • focusBorder#C9913D
  • foreground#D4B896
  • gitDecoration.addedResourceForeground#8FAF7E
  • gitDecoration.deletedResourceForeground#D4614A
  • gitDecoration.ignoredResourceForeground#5C4530
  • gitDecoration.modifiedResourceForeground#E8C97D
  • gitDecoration.untrackedResourceForeground#8FAF7E
  • input.background#211812
  • input.border#3A2818
  • input.foreground#D4B896
  • input.placeholderForeground#5C4530
  • inputOption.activeBackground#3A2818
  • inputOption.activeBorder#C9913D
  • list.activeSelectionBackground#3A2818
  • list.activeSelectionForeground#E8C97D
  • list.focusBackground#3A2818
  • list.highlightForeground#C9913D
  • list.hoverBackground#251C14
  • list.inactiveSelectionBackground#2E2018
  • menu.background#211812
  • menu.foreground#D4B896
  • menu.selectionBackground#3A2818
  • menu.selectionForeground#E8C97D
  • menu.separatorBackground#3A2818
  • menubar.selectionBackground#2E2018
  • menubar.selectionForeground#D4B896
  • notification.background#211812
  • notification.foreground#D4B896
  • notificationLink.foreground#C9913D
  • panel.background#150F0B
  • panel.border#2E2018
  • panelTitle.activeBorder#C9913D
  • panelTitle.activeForeground#D4B896
  • panelTitle.inactiveForeground#7A6550
  • progressBar.background#C9913D
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#5C453080
  • scrollbarSlider.background#3A281880
  • scrollbarSlider.hoverBackground#4A342080
  • selection.background#4A342080
  • sideBar.background#171009
  • sideBar.border#2E2018
  • sideBar.foreground#C0A07C
  • sideBarSectionHeader.background#1C1410
  • sideBarSectionHeader.border#2E2018
  • sideBarSectionHeader.foreground#8B6A45
  • sideBarTitle.foreground#8B6A45
  • statusBar.background#120D09
  • statusBar.border#2E2018
  • statusBar.debuggingBackground#8B5E2A
  • statusBar.foreground#C0A07C
  • statusBar.noFolderBackground#120D09
  • statusBarItem.hoverBackground#2E2018
  • statusBarItem.remoteBackground#C9913D
  • statusBarItem.remoteForeground#120D09
  • tab.activeBackground#1C1410
  • tab.activeBorderTop#C9913D
  • tab.activeForeground#D4B896
  • tab.border#2E2018
  • tab.inactiveBackground#150F0B
  • tab.inactiveForeground#7A6550
  • terminal.ansiBlack#1C1410
  • terminal.ansiBlue#7EA8C4
  • terminal.ansiBrightBlack#5C4530
  • terminal.ansiBrightBlue#90B8D4
  • terminal.ansiBrightCyan#90D4C4
  • terminal.ansiBrightGreen#A0C090
  • terminal.ansiBrightMagenta#D990B0
  • terminal.ansiBrightRed#E07060
  • terminal.ansiBrightWhite#EDD8BC
  • terminal.ansiBrightYellow#F0D890
  • terminal.ansiCyan#7EC4B4
  • terminal.ansiGreen#8FAF7E
  • terminal.ansiMagenta#C9819D
  • terminal.ansiRed#D4614A
  • terminal.ansiWhite#D4B896
  • terminal.ansiYellow#E8C97D
  • terminal.background#150F0B
  • terminal.foreground#D4B896
  • terminal.selectionBackground#4A342080
  • terminalCursor.foreground#C9913D
  • titleBar.activeBackground#120D09
  • titleBar.activeForeground#D4B896
  • titleBar.border#2E2018
  • titleBar.inactiveBackground#120D09
  • titleBar.inactiveForeground#7A6550
  • widget.shadow#00000060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A6550italic
keyword, keyword.control, keyword.operator.new, storage.type, storage.modifier#C9913Dbold
keyword.operator, punctuation.accessor#B07D40
string, string.quoted, string.template, punctuation.definition.string#8FAF7E
punctuation.definition.template-expression, meta.template.expression#C9913D
constant.numeric, constant.numeric.integer, constant.numeric.float#E8C97D
constant.language, constant.language.boolean#D4956A
constant.other, variable.other.constant#D4956A
entity.name.function, meta.function-call, support.function#D4956A
variable.parameter#C0A07Citalic
entity.name.class, entity.name.type, support.type, support.class, entity.other.inherited-class#E8C97D
entity.name.interface, entity.name.enum#D4B896
variable, variable.other#D4B896
variable.other.property, support.variable.property#C0A07C
keyword.control.import, keyword.control.export, keyword.control.from#C9913Dbold
meta.decorator, punctuation.decorator, entity.name.tag.decorator#B07D40italic
entity.name.tag#C9913D
entity.other.attribute-name#D4956Aitalic
string.quoted.double.html, string.quoted.single.html#8FAF7E
support.type.property-name.css#C0A07C
support.property-value.css, constant.other.color.rgb-value.css#8FAF7E
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#E8C97D
keyword.other.unit.css#E8C97D
markup.heading, entity.name.section.markdown#C9913Dbold
markup.bold#E8C97Dbold
markup.italic#D4956Aitalic
markup.inline.raw, markup.fenced_code.block#8FAF7E
markup.underline.link#7EA8C4
support.type.property-name.json#C9913D
string.quoted.double.json#8FAF7E
punctuation, meta.brace#7A6550
entity.name.namespace, entity.name.module#E8C97D
invalid, invalid.illegal#D4614Aunderline