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#2F2F2D
  • activityBar.border#3A3A36
  • activityBar.foreground#C2C0B6
  • activityBar.inactiveForeground#8A8A7A
  • activityBarBadge.background#D97757
  • activityBarBadge.foreground#262624
  • badge.background#D97757
  • badge.foreground#262624
  • breadcrumb.activeSelectionForeground#D97757
  • breadcrumb.background#262624
  • breadcrumb.focusForeground#C2C0B6
  • breadcrumb.foreground#8A8A7A
  • button.background#D97757
  • button.foreground#262624
  • button.hoverBackground#c85a42
  • dropdown.background#262624
  • dropdown.border#3A3A36
  • dropdown.foreground#C2C0B6
  • editor.background#262624
  • editor.foreground#C2C0B6
  • editor.lineHighlightBackground#2F2F2D50
  • editor.selectionBackground#3A3A3640
  • editor.selectionHighlightBackground#3A3A3630
  • editorBracketMatch.background#3A3A3660
  • editorBracketMatch.border#D97757
  • editorCursor.foreground#D97757
  • editorGroupHeader.tabsBackground#2F2F2D
  • editorIndentGuide.activeBackground#8A8A7A
  • editorIndentGuide.background#3A3A36
  • editorLineNumber.activeForeground#D97757
  • editorLineNumber.foreground#8A8A7A
  • editorSuggestWidget.background#262624
  • editorSuggestWidget.border#3A3A36
  • editorSuggestWidget.selectedBackground#2F2F2D
  • editorWhitespace.foreground#3A3A36
  • editorWidget.background#262624
  • editorWidget.border#3A3A36
  • gitDecoration.conflictingResourceForeground#D97757
  • gitDecoration.deletedResourceForeground#ef4444
  • gitDecoration.ignoredResourceForeground#8A8A7A
  • gitDecoration.modifiedResourceForeground#eab308
  • gitDecoration.untrackedResourceForeground#22c55e
  • input.background#262624
  • input.border#3A3A36
  • input.foreground#C2C0B6
  • input.placeholderForeground#8A8A7A
  • inputOption.activeBorder#D97757
  • inputValidation.errorBackground#2d1b1b
  • inputValidation.errorBorder#ef4444
  • list.activeSelectionBackground#3A3A36
  • list.activeSelectionForeground#C2C0B6
  • list.focusBackground#3A3A36
  • list.hoverBackground#2F2F2D
  • list.inactiveSelectionBackground#2F2F2D
  • menu.background#262624
  • menu.foreground#C2C0B6
  • menu.selectionBackground#2F2F2D
  • menu.selectionForeground#C2C0B6
  • menu.separatorBackground#3A3A36
  • merge.currentContentBackground#22c55e20
  • merge.currentHeaderBackground#22c55e40
  • merge.incomingContentBackground#3b82f620
  • merge.incomingHeaderBackground#3b82f640
  • notificationCenter.background#2F2F2D
  • notificationCenterHeader.background#3A3A36
  • notificationLink.foreground#D97757
  • notifications.background#262624
  • notifications.border#3A3A36
  • notificationToast.background#262624
  • panel.background#2F2F2D
  • panel.border#3A3A36
  • panelTitle.activeBorder#D97757
  • panelTitle.activeForeground#C2C0B6
  • panelTitle.inactiveForeground#8A8A7A
  • peekView.background#2F2F2D
  • peekViewEditor.background#262624
  • peekViewResult.background#2F2F2D
  • peekViewTitle.background#3A3A36
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#8A8A7A
  • scrollbarSlider.background#3A3A3650
  • scrollbarSlider.hoverBackground#8A8A7A70
  • sideBar.background#2F2F2D
  • sideBar.border#3A3A36
  • sideBar.foreground#C2C0B6
  • sideBarSectionHeader.background#262624
  • sideBarSectionHeader.foreground#C2C0B6
  • sideBarTitle.foreground#D97757
  • statusBar.background#D97757
  • statusBar.border#3A3A36
  • statusBar.foreground#262624
  • statusBarItem.activeBackground#D97757
  • statusBarItem.hoverBackground#8A8A7A
  • tab.activeBackground#262624
  • tab.activeBorder#D97757
  • tab.activeForeground#C2C0B6
  • tab.border#3A3A36
  • tab.inactiveBackground#2F2F2D
  • tab.inactiveForeground#8A8A7A
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#3b82f6
  • terminal.ansiBrightBlack#525252
  • terminal.ansiBrightBlue#60a5fa
  • terminal.ansiBrightCyan#22d3ee
  • terminal.ansiBrightGreen#4ade80
  • terminal.ansiBrightMagenta#c084fc
  • terminal.ansiBrightRed#f87171
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#facc15
  • terminal.ansiCyan#06b6d4
  • terminal.ansiGreen#22c55e
  • terminal.ansiMagenta#a855f7
  • terminal.ansiRed#ef4444
  • terminal.ansiWhite#f8fafc
  • terminal.ansiYellow#eab308
  • terminal.background#262624
  • terminal.foreground#C2C0B6
  • titleBar.activeBackground#262624
  • titleBar.activeForeground#C2C0B6
  • titleBar.border#3A3A36
  • titleBar.inactiveBackground#2F2F2D
  • titleBar.inactiveForeground#8A8A7A
  • tree.indentGuidesStroke#3A3A36

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A8A7Aitalic
keyword, storage, storage.type#D97757
keyword.operator#D97757
string#10b981
constant.numeric#8b5cf6
entity.name.function, support.function#f87171
entity.name.type, entity.name.class, support.class#a855f7
variable, support.variable#C2C0B6
constant.language, support.constant#8b5cf6
entity.name.tag#f87171
entity.other.attribute-name#D97757
punctuation#D97757
support.type.property-name#10b981
constant.character.escape#D97757
invalid, invalid.illegal#ef4444underline