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#3D5A3D
  • activityBar.border#2E4630
  • activityBar.foreground#F2ECD8
  • activityBar.inactiveForeground#A9BCA0
  • activityBarBadge.background#C1622D
  • activityBarBadge.foreground#F2ECD8
  • badge.background#C1622D
  • badge.foreground#F2ECD8
  • button.background#C1622D
  • button.foreground#F2ECD8
  • button.hoverBackground#A8501F
  • button.secondaryBackground#D9CDA8
  • button.secondaryForeground#3A2F24
  • contrastBorder#D9CDA8
  • dropdown.background#F2ECD8
  • dropdown.border#D9CDA8
  • editor.background#F2ECD8
  • editor.findMatchBackground#C1622D90
  • editor.findMatchHighlightBackground#C1622D40
  • editor.foreground#3A2F24
  • editor.inactiveSelectionBackground#D8C98D40
  • editor.lineHighlightBackground#EAE2C6
  • editor.selectionBackground#D8C98D90
  • editor.selectionHighlightBackground#D8C98D50
  • editor.wordHighlightBackground#3D5A3D30
  • editorBracketMatch.background#3D5A3D30
  • editorBracketMatch.border#3D5A3D
  • editorCursor.foreground#C1622D
  • editorGroup.border#D9CDA8
  • editorGroupHeader.tabsBackground#EAE2C6
  • editorGutter.addedBackground#3D5A3D
  • editorGutter.deletedBackground#A83E2C
  • editorGutter.modifiedBackground#7A8C6D
  • editorHoverWidget.background#EAE2C6
  • editorHoverWidget.border#D9CDA8
  • editorIndentGuide.activeBackground1#C1622D70
  • editorIndentGuide.background1#D9CDA8
  • editorLineNumber.activeForeground#C1622D
  • editorLineNumber.foreground#B9AE8D
  • editorRuler.foreground#D9CDA8
  • editorSuggestWidget.background#EAE2C6
  • editorSuggestWidget.border#D9CDA8
  • editorSuggestWidget.selectedBackground#D8C98D60
  • editorWhitespace.foreground#D9CDA8
  • editorWidget.background#EAE2C6
  • editorWidget.border#D9CDA8
  • extensionButton.prominentBackground#C1622D
  • extensionButton.prominentHoverBackground#A8501F
  • focusBorder#C1622D80
  • foreground#3A2F24
  • input.background#F2ECD8
  • input.border#D9CDA8
  • input.foreground#3A2F24
  • input.placeholderForeground#B0A583
  • list.activeSelectionBackground#D8C98D70
  • list.activeSelectionForeground#3A2F24
  • list.highlightForeground#C1622D
  • list.hoverBackground#EAE2C6
  • list.inactiveSelectionBackground#E1D6AE
  • notificationCenterHeader.background#EAE2C6
  • notifications.background#EAE2C6
  • notifications.border#D9CDA8
  • notifications.foreground#3A2F24
  • panel.background#EAE2C6
  • panel.border#D9CDA8
  • panelTitle.activeForeground#3A2F24
  • panelTitle.inactiveForeground#7A6F53
  • peekView.border#C1622D
  • peekViewEditor.background#F2ECD8
  • peekViewResult.background#EAE2C6
  • progressBar.background#C1622D
  • scrollbarSlider.activeBackground#C1622D80
  • scrollbarSlider.background#D9CDA870
  • scrollbarSlider.hoverBackground#D9CDA8A0
  • sideBar.background#EAE2C6
  • sideBar.border#D9CDA8
  • sideBar.foreground#5C5238
  • sideBarSectionHeader.background#E1D6AE
  • sideBarSectionHeader.foreground#3A2F24
  • sideBarTitle.foreground#3A2F24
  • statusBar.background#2E4630
  • statusBar.debuggingBackground#A83E2C
  • statusBar.foreground#F2ECD8
  • statusBar.noFolderBackground#2E4630
  • statusBarItem.hoverBackground#3D5A3D
  • tab.activeBackground#F2ECD8
  • tab.activeBorderTop#C1622D
  • tab.activeForeground#3A2F24
  • tab.border#D9CDA8
  • tab.inactiveBackground#E1D6AE
  • tab.inactiveForeground#7A6F53
  • terminal.ansiBlack#3A2F24
  • terminal.ansiBlue#3E647A
  • terminal.ansiBrightBlack#7A6F53
  • terminal.ansiBrightBlue#6B93A8
  • terminal.ansiBrightCyan#6FA69A
  • terminal.ansiBrightGreen#7A8C6D
  • terminal.ansiBrightMagenta#B0654E
  • terminal.ansiBrightRed#C1622D
  • terminal.ansiBrightWhite#3A2F24
  • terminal.ansiBrightYellow#D8AC4E
  • terminal.ansiCyan#4B7A72
  • terminal.ansiGreen#3D5A3D
  • terminal.ansiMagenta#8A4B3D
  • terminal.ansiRed#A83E2C
  • terminal.ansiWhite#5C5238
  • terminal.ansiYellow#C1922D
  • terminal.background#F2ECD8
  • terminal.foreground#3A2F24
  • titleBar.activeBackground#2E4630
  • titleBar.activeForeground#F2ECD8
  • titleBar.inactiveBackground#3D5A3D
  • titleBar.inactiveForeground#C7D3BE

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#3A2F24
comment, punctuation.definition.comment#9C9270italic
keyword, keyword.control, storage.type, storage.modifier#2E4630bold
string, string.quoted#8A4B3D
constant.numeric, constant.language, constant.character#3E647A
entity.name.function, support.function, meta.function-call#C1622D
variable, variable.parameter#3A2F24
entity.name.type, entity.name.class, support.class, support.type#3D5A3Dbold
entity.name.tag#2E4630
entity.other.attribute-name#C1922D
keyword.operator, punctuation#7A6F53
variable.other.property, meta.object-literal.key#4B7A72
markup.heading#C1622Dbold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#F2ECD8