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.activeBorder#A64D43
  • activityBar.background#FFDCD8
  • activityBar.foreground#6B534C
  • activityBar.inactiveForeground#784D47
  • activityBarBadge.background#F0BDB6
  • activityBarBadge.foreground#5F463F
  • badge.background#F0BDB6
  • badge.foreground#5F463F
  • button.background#F3C4BE
  • button.foreground#5F463F
  • button.hoverBackground#EDB6AF
  • descriptionForeground#8A675E
  • dropdown.background#FFEFE9
  • dropdown.border#F2DBD4
  • dropdown.foreground#6B534C
  • editor.background#FFF9F6
  • editor.findMatchBackground#E7D9A6
  • editor.findMatchHighlightBackground#E7D9A677
  • editor.foreground#6B534C
  • editor.inactiveSelectionBackground#FADCD999
  • editor.lineHighlightBackground#FDF2EC
  • editor.selectionBackground#FADCD9
  • editorBracketMatch.background#FADCD9
  • editorBracketMatch.border#A64D43
  • editorCursor.foreground#A64D43
  • editorError.foreground#AB4858
  • editorGroupHeader.tabsBackground#FCE6DE
  • editorHoverWidget.background#FFEFE9
  • editorHoverWidget.border#F2DBD4
  • editorHoverWidget.foreground#6B534C
  • editorIndentGuide.activeBackground1#8A675E
  • editorIndentGuide.background1#F2DBD466
  • editorInfo.foreground#3E6973
  • editorLineNumber.activeForeground#A64D43
  • editorLineNumber.foreground#8A675E
  • editorSuggestWidget.background#FFEFE9
  • editorSuggestWidget.border#F2DBD4
  • editorSuggestWidget.foreground#6B534C
  • editorSuggestWidget.selectedBackground#FADCD9
  • editorWarning.foreground#89602F
  • editorWhitespace.foreground#F2DBD4
  • editorWidget.background#FFEFE9
  • editorWidget.border#F2DBD4
  • editorWidget.foreground#6B534C
  • errorForeground#AB4858
  • focusBorder#A64D43
  • foreground#6B534C
  • gitDecoration.addedResourceForeground#596C42
  • gitDecoration.deletedResourceForeground#AB4858
  • gitDecoration.modifiedResourceForeground#3E6973
  • input.background#FFEFE9
  • input.border#F2DBD4
  • input.foreground#6B534C
  • input.placeholderForeground#8A675E
  • list.activeSelectionBackground#FADCD9
  • list.activeSelectionForeground#6B534C
  • list.highlightForeground#A64D43
  • list.hoverBackground#FDEDE7
  • list.inactiveSelectionBackground#FADCD999
  • list.inactiveSelectionForeground#6B534C
  • notifications.background#FFEFE9
  • notifications.border#F2DBD4
  • notifications.foreground#6B534C
  • panel.background#FFEFE9
  • panel.border#F2DBD4
  • panel.foreground#6B534C
  • quickInput.background#FFEFE9
  • quickInput.foreground#6B534C
  • scrollbarSlider.background#EFD6CF99
  • scrollbarSlider.hoverBackground#EFD6CFC4
  • selection.background#FADCD9
  • sideBar.background#FFEFE9
  • sideBar.border#F2DBD4
  • sideBar.foreground#6B534C
  • statusBar.background#FFEFE9
  • statusBar.debuggingBackground#A64D43
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#6B534C
  • statusBar.noFolderBackground#FFEFE9
  • statusBar.noFolderForeground#6B534C
  • tab.activeBackground#FFF9F6
  • tab.activeBorderTop#A64D43
  • tab.activeForeground#6B534C
  • tab.border#F2DBD4
  • tab.inactiveBackground#FCE6DE
  • tab.inactiveForeground#8A675E
  • terminal.ansiBlack#273046
  • terminal.ansiBlue#3E6973
  • terminal.ansiBrightBlack#8A675E
  • terminal.ansiBrightBlue#3E6973
  • terminal.ansiBrightCyan#3E6973
  • terminal.ansiBrightGreen#A64D43
  • terminal.ansiBrightMagenta#89516D
  • terminal.ansiBrightRed#AB4858
  • terminal.ansiBrightWhite#6B534C
  • terminal.ansiBrightYellow#89602F
  • terminal.ansiCyan#3E6973
  • terminal.ansiGreen#596C42
  • terminal.ansiMagenta#89516D
  • terminal.ansiRed#AB4858
  • terminal.ansiWhite#E5BEB3
  • terminal.ansiYellow#89602F
  • terminal.background#FFF9F6
  • terminal.foreground#6B534C
  • textLink.activeForeground#A64D43
  • textLink.foreground#A64D43
  • titleBar.activeBackground#FCE6DE
  • titleBar.activeForeground#6B534C
  • titleBar.inactiveBackground#FFF9F6
  • titleBar.inactiveForeground#8A675E

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A675E
keyword, storage#A64D43
string#596C42
constant.numeric, constant.language#89602F
entity.name.type, support.type, support.class#89516D
entity.name.function, support.function#3E6973
variable#6B534C
entity.name.tag#A64D43
entity.other.attribute-name#89602F
markup.heading#A64D43
invalid#AB4858