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#D0CABA
  • activityBar.foreground#2C3639
  • activityBar.inactiveForeground#545D60
  • activityBarBadge.background#7A4E27
  • activityBarBadge.foreground#DCD7C9
  • badge.background#7A4E27
  • badge.foreground#DCD7C9
  • button.background#7A4E27
  • button.foreground#DCD7C9
  • button.hoverBackground#6E4A2A
  • diffEditor.insertedTextBackground#42611F24
  • diffEditor.removedTextBackground#8F2F2F24
  • editor.background#DCD7C9
  • editor.findMatchBackground#6F531359
  • editor.findMatchHighlightBackground#6F531333
  • editor.foreground#2C3639
  • editor.lineHighlightBackground#D0CABA99
  • editor.selectionBackground#C2BBA6
  • editor.selectionHighlightBackground#C2BBA680
  • editor.wordHighlightBackground#C2BBA673
  • editorBracketMatch.background#1F5F6633
  • editorBracketMatch.border#1F5F66
  • editorCursor.foreground#7A4E27
  • editorError.foreground#8F2F2F
  • editorGroupHeader.tabsBackground#D0CABA
  • editorGroupHeader.tabsBorder#BCB5A3
  • editorGutter.addedBackground#42611F
  • editorGutter.deletedBackground#8F2F2F
  • editorGutter.modifiedBackground#1F5F66
  • editorHoverWidget.background#E6E2D8
  • editorHoverWidget.border#BCB5A3
  • editorIndentGuide.activeBackground1#545D60
  • editorIndentGuide.background1#BCB5A3
  • editorInfo.foreground#1F5F66
  • editorLineNumber.activeForeground#2C3639
  • editorLineNumber.foreground#3E484B
  • editorSuggestWidget.background#E6E2D8
  • editorSuggestWidget.selectedBackground#BDB8A9
  • editorWarning.foreground#6F5313
  • editorWhitespace.foreground#BCB5A3
  • editorWidget.background#E6E2D8
  • editorWidget.border#BCB5A3
  • focusBorder#7A4E27
  • gitDecoration.addedResourceForeground#42611F
  • gitDecoration.deletedResourceForeground#8F2F2F
  • gitDecoration.ignoredResourceForeground#545D60
  • gitDecoration.modifiedResourceForeground#1F5F66
  • gitDecoration.untrackedResourceForeground#42611F
  • input.background#E6E2D8
  • input.border#BCB5A3
  • input.foreground#2C3639
  • list.activeSelectionBackground#BDB8A9
  • list.activeSelectionForeground#1A2224
  • list.highlightForeground#7A4E27
  • list.hoverBackground#C6C0B1
  • list.inactiveSelectionBackground#C6C0B1
  • panel.background#D0CABA
  • panel.border#BCB5A3
  • panelTitle.activeForeground#2C3639
  • panelTitle.inactiveForeground#545D60
  • peekView.border#7A4E27
  • progressBar.background#7A4E27
  • scrollbarSlider.activeBackground#545D608C
  • scrollbarSlider.background#545D6040
  • scrollbarSlider.hoverBackground#545D6066
  • selection.background#C2BBA6CC
  • sideBar.background#D0CABA
  • sideBar.border#BCB5A3
  • sideBar.foreground#3E484B
  • sideBarSectionHeader.background#D0CABA
  • sideBarSectionHeader.foreground#2C3639
  • sideBarTitle.foreground#2C3639
  • statusBar.background#D0CABA
  • statusBar.border#BCB5A3
  • statusBar.debuggingBackground#7A4E27
  • statusBar.debuggingForeground#DCD7C9
  • statusBar.foreground#3E484B
  • statusBar.noFolderBackground#D0CABA
  • tab.activeBackground#DCD7C9
  • tab.activeBorderTop#7A4E27
  • tab.activeForeground#1A2224
  • tab.border#BCB5A3
  • tab.inactiveBackground#D0CABA
  • tab.inactiveForeground#545D60
  • terminal.ansiBlack#2C3639
  • terminal.ansiBlue#1F5F66
  • terminal.ansiBrightBlack#545D60
  • terminal.ansiBrightBlue#57878C
  • terminal.ansiBrightCyan#5F9089
  • terminal.ansiBrightGreen#718957
  • terminal.ansiBrightMagenta#866B9B
  • terminal.ansiBrightRed#AB6363
  • terminal.ansiBrightWhite#1A2224
  • terminal.ansiBrightYellow#937E4E
  • terminal.ansiCyan#2A6B62
  • terminal.ansiGreen#42611F
  • terminal.ansiMagenta#5E3A7A
  • terminal.ansiRed#8F2F2F
  • terminal.ansiWhite#DCD7C9
  • terminal.ansiYellow#6F5313
  • terminal.background#DCD7C9
  • terminal.foreground#2C3639
  • textLink.activeForeground#1A2224
  • textLink.foreground#1F5F66
  • titleBar.activeBackground#D0CABA
  • titleBar.activeForeground#2C3639
  • titleBar.border#BCB5A3
  • titleBar.inactiveBackground#D0CABA
  • titleBar.inactiveForeground#545D60

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#545D60italic
string, string.quoted, punctuation.definition.string#42611F
string.regexp, constant.character.escape#1F5F66
constant.numeric, constant.language, constant.language.boolean#5E3A7A
keyword, keyword.control, storage, storage.type, storage.modifier#7A4E27
keyword.operator#6B4A2A
entity.name.function, support.function, meta.function-call.generic#1F5F66
entity.name.type, entity.name.class, support.class, support.type#2A4C7A
variable, meta.definition.variable.name, support.variable#2C3639
variable.parameter, meta.parameter#3E484B
variable.other.property, meta.object-literal.key#1F5F66
entity.name.tag, punctuation.definition.tag#8F2F2F
entity.other.attribute-name#2A4C7A
punctuation, meta.brace#3E484B
invalid, invalid.illegal#8F2F2Funderline
markup.heading, entity.name.section#7A4E27bold
markup.bold#2C3639bold
markup.italic#2C3639italic
markup.inline.raw, markup.fenced_code#42611F
markup.inserted#42611F
markup.deleted#8F2F2F
markup.changed#1F5F66
markup.underline.link#1F5F66underline