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#ecf3e4
  • activityBar.border#d7e4c8
  • activityBar.foreground#2c342a
  • activityBar.inactiveForeground#627055
  • activityBarBadge.background#297962
  • activityBarBadge.foreground#f6faf0
  • agents.background#ecf3e4
  • agentsPanel.background#f6faf0
  • agentsPanel.border#d7e4c8
  • agentsPanel.foreground#2c342a
  • badge.background#297962
  • badge.foreground#f6faf0
  • button.background#297962
  • button.foreground#f6faf0
  • descriptionForeground#556150
  • diffEditor.insertedTextBackground#2c785822
  • diffEditor.removedTextBackground#8a3f3222
  • dropdown.background#f6faf0
  • dropdown.border#d7e4c8
  • dropdown.foreground#2c342a
  • editor.background#f6faf0
  • editor.foreground#2c342a
  • editor.lineHighlightBackground#f0f6e9
  • editor.lineHighlightBorder#f0f6e9
  • editor.selectionBackground#dcecc9
  • editor.selectionHighlightBackground#dcecc980
  • editorBracketMatch.background#dcecc980
  • editorBracketMatch.border#627055
  • editorCursor.foreground#2c342a
  • editorError.foreground#8a3f32
  • editorGroup.border#d7e4c8
  • editorGroupHeader.tabsBackground#ecf3e4
  • editorGroupHeader.tabsBorder#d7e4c8
  • editorGutter.addedBackground#2c7858
  • editorGutter.deletedBackground#8a3f32
  • editorGutter.modifiedBackground#297962
  • editorHoverWidget.background#ecf3e4
  • editorHoverWidget.border#d7e4c8
  • editorIndentGuide.activeBackground1#627055
  • editorIndentGuide.background1#d7e4c8
  • editorLineNumber.activeForeground#2c342a
  • editorLineNumber.foreground#556150
  • editorRuler.foreground#d7e4c8
  • editorSuggestWidget.background#ecf3e4
  • editorSuggestWidget.border#d7e4c8
  • editorSuggestWidget.selectedBackground#dcecc9
  • editorWarning.foreground#7d5d2e
  • editorWhitespace.foreground#627055
  • editorWidget.background#ecf3e4
  • editorWidget.border#d7e4c8
  • errorForeground#8a3f32
  • focusBorder#d7e4c8
  • foreground#2c342a
  • gitDecoration.deletedResourceForeground#8a3f32
  • gitDecoration.ignoredResourceForeground#627055
  • gitDecoration.modifiedResourceForeground#7d5d2e
  • gitDecoration.untrackedResourceForeground#2c7858
  • icon.foreground#556150
  • input.background#f6faf0
  • input.border#d7e4c8
  • input.foreground#2c342a
  • input.placeholderForeground#627055
  • list.activeSelectionBackground#dcecc9
  • list.activeSelectionForeground#2c342a
  • list.highlightForeground#297962
  • list.hoverBackground#f0f6e9
  • list.inactiveSelectionBackground#f0f6e9
  • panel.background#f6faf0
  • panel.border#d7e4c8
  • panelTitle.activeBorder#297962
  • panelTitle.activeForeground#2c342a
  • panelTitle.inactiveForeground#627055
  • scrollbarSlider.activeBackground#55615088
  • scrollbarSlider.background#62705555
  • scrollbarSlider.hoverBackground#62705588
  • selection.background#dcecc9
  • sideBar.background#ecf3e4
  • sideBar.border#d7e4c8
  • sideBar.foreground#556150
  • sideBarSectionHeader.background#ecf3e4
  • sideBarSectionHeader.border#d7e4c8
  • sideBarSectionHeader.foreground#2c342a
  • sideBarTitle.foreground#2c342a
  • statusBar.background#f6faf0
  • statusBar.border#d7e4c8
  • statusBar.debuggingBackground#7d5d2e
  • statusBar.debuggingForeground#f6faf0
  • statusBar.foreground#556150
  • statusBar.noFolderBackground#f6faf0
  • tab.activeBackground#f6faf0
  • tab.activeBorder#297962
  • tab.activeForeground#2c342a
  • tab.border#d7e4c8
  • tab.inactiveBackground#ecf3e4
  • tab.inactiveForeground#556150
  • terminal.ansiBlack#2c342a
  • terminal.ansiBlue#297962
  • terminal.ansiBrightBlack#556150
  • terminal.ansiBrightBlue#297962
  • terminal.ansiBrightCyan#b0503f
  • terminal.ansiBrightGreen#2c7858
  • terminal.ansiBrightMagenta#8a5aa0
  • terminal.ansiBrightRed#8a3f32
  • terminal.ansiBrightWhite#f6faf0
  • terminal.ansiBrightYellow#7d5d2e
  • terminal.ansiCyan#b0503f
  • terminal.ansiGreen#3c6f9f
  • terminal.ansiMagenta#8a5aa0
  • terminal.ansiRed#966025
  • terminal.ansiWhite#627055
  • terminal.ansiYellow#417929
  • terminal.background#f6faf0
  • terminal.foreground#2c342a
  • terminal.selectionBackground#dcecc9
  • terminalCursor.foreground#2c342a
  • titleBar.activeBackground#ecf3e4
  • titleBar.activeForeground#2c342a
  • titleBar.border#d7e4c8
  • titleBar.inactiveBackground#ecf3e4
  • titleBar.inactiveForeground#627055
  • widget.border#d7e4c8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage#417929
string#3c6f9f
entity.name.function, support.function#297962
constant.numeric, constant.language#966025
entity.name.type, entity.name.class, support.type#8a5aa0
support, variable.language, constant.other.symbol#b0503f
punctuation, keyword.operator#646f5d
comment#627055italic