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#ffe7a6
  • activityBar.foreground#d04e3a
  • activityBar.inactiveForeground#9f7f6b
  • activityBarBadge.background#2b95c9
  • activityBarBadge.foreground#fffaf0
  • badge.background#e26a2c
  • badge.foreground#fffaf0
  • button.background#e26a2c
  • button.foreground#fffaf0
  • button.hoverBackground#f0873e
  • descriptionForeground#6f5a53
  • diffEditor.insertedTextBackground#69a93f22
  • diffEditor.removedTextBackground#d6424222
  • dropdown.background#fff3d7
  • dropdown.border#d6a55e
  • editor.background#fffaf0
  • editor.findMatchBackground#e26a2c
  • editor.findMatchForeground#fffaf0
  • editor.findMatchHighlightBackground#f3a45a66
  • editor.foreground#3b2e2a
  • editor.inactiveSelectionBackground#ffe8b5
  • editor.selectionBackground#ffd98a
  • editor.wordHighlightBackground#2b95c922
  • editor.wordHighlightStrongBackground#e26a2c33
  • editorBracketMatch.background#2b95c922
  • editorBracketMatch.border#2b95c9
  • editorCursor.foreground#d04e3a
  • editorGroup.border#e4c68a
  • editorGroupHeader.tabsBackground#ffe7a6
  • editorGutter.addedBackground#69a93f
  • editorGutter.deletedBackground#d64242
  • editorGutter.modifiedBackground#2b95c9
  • editorHoverWidget.background#fff6de
  • editorHoverWidget.border#d6a55e
  • editorIndentGuide.activeBackground1#d6a55e
  • editorIndentGuide.background1#f0dfb2
  • editorLineNumber.activeForeground#d04e3a
  • editorLineNumber.foreground#b29478
  • editorOverviewRuler.border#00000000
  • editorWhitespace.foreground#f0dfb2
  • editorWidget.background#fff6de
  • editorWidget.border#d6a55e
  • errorForeground#d64242
  • focusBorder#e26a2c
  • foreground#3b2e2a
  • icon.foreground#2b95c9
  • input.background#fffaf0
  • input.border#d6a55e
  • input.foreground#3b2e2a
  • input.placeholderForeground#a08573
  • list.activeSelectionBackground#ffd98a
  • list.activeSelectionForeground#3b2e2a
  • list.highlightForeground#d04e3a
  • list.hoverBackground#ffe8b5
  • panel.background#fff1cf
  • panel.border#e4c68a
  • panelTitle.activeForeground#d04e3a
  • panelTitle.inactiveForeground#9f7f6b
  • progressBar.background#2b95c9
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#2b95c999
  • scrollbarSlider.background#d6a55e88
  • scrollbarSlider.hoverBackground#c47d4699
  • selection.background#ffd98a
  • sideBar.background#fff1cf
  • sideBar.border#e4c68a
  • sideBar.foreground#5b473d
  • sideBarTitle.foreground#d04e3a
  • statusBar.background#e26a2c
  • statusBar.border#c85d27
  • statusBar.debuggingBackground#2b95c9
  • statusBar.debuggingForeground#fffaf0
  • statusBar.foreground#fffaf0
  • statusBar.noFolderBackground#e26a2c
  • tab.activeBackground#fffaf0
  • tab.activeBorderTop#e26a2c
  • tab.activeForeground#3b2e2a
  • tab.border#e4c68a
  • tab.inactiveBackground#ffe7a6
  • tab.inactiveForeground#9f7f6b
  • tab.unfocusedActiveBorderTop#d6a55e
  • terminal.ansiBlack#3b2e2a
  • terminal.ansiBlue#2b95c9
  • terminal.ansiBrightBlack#9f7f6b
  • terminal.ansiBrightBlue#5eb7e1
  • terminal.ansiBrightCyan#6ecfda
  • terminal.ansiBrightGreen#8dc85e
  • terminal.ansiBrightMagenta#de86c0
  • terminal.ansiBrightRed#ef7369
  • terminal.ansiBrightWhite#fffdf7
  • terminal.ansiBrightYellow#efc15b
  • terminal.ansiCyan#2fa9b8
  • terminal.ansiGreen#69a93f
  • terminal.ansiMagenta#cb5aa6
  • terminal.ansiRed#d64242
  • terminal.ansiWhite#fffaf0
  • terminal.ansiYellow#d89d2a
  • terminal.background#fffaf0
  • terminal.foreground#3b2e2a
  • textBlockQuote.background#fff1cf
  • textCodeBlock.background#fff6de
  • textLink.activeForeground#0f6f9d
  • textLink.foreground#2b95c9
  • textPreformat.foreground#4d8f2a
  • titleBar.activeBackground#ffe7a6
  • titleBar.activeForeground#7a3527
  • titleBar.inactiveBackground#ffe7a6
  • titleBar.inactiveForeground#9f7f6b
  • tree.indentGuidesStroke#e4c68a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9f7f6b
keyword, storage, storage.type#d04e3a
string#4d8f2a
constant.numeric, constant.language, support.constant#d89d2a
entity.name.function, meta.function-call, support.function#2b95c9
variable, meta.definition.variable.name, support.variable#3b2e2a
variable.parameter#cb5aa6
entity.name.type, entity.name.class, support.type, support.class#6d67c9
entity.name.tag, punctuation.definition.tag, punctuation.definition.tag.begin, punctuation.definition.tag.end#d04e3a
entity.other.attribute-name, entity.other.attribute-name.class.html, entity.other.attribute-name.class.jsx, entity.other.attribute-name.class.tsx#d89d2a
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css#2b95c9
support.type.property-name.json, meta.object-literal.key#e26a2c