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#000000
  • activityBar.foreground#00B46E
  • activityBar.inactiveForeground#CCCCCC
  • activityBarBadge.background#00B46E
  • activityBarBadge.foreground#FFFFFF
  • badge.background#00B46E
  • badge.foreground#FFFFFF
  • breadcrumb.activeSelectionForeground#00B46E
  • breadcrumb.focusForeground#333333
  • breadcrumb.foreground#666666
  • button.background#00B46E
  • button.foreground#FFFFFF
  • button.hoverBackground#00965B
  • dropdown.background#FFFFFF
  • dropdown.border#CCCCCC
  • dropdown.foreground#333333
  • editor.background#F5F5F5
  • editor.foreground#333333
  • editor.selectionBackground#00B46E33
  • editor.selectionHighlightBackground#00B46E19
  • editor.wordHighlightBackground#33333319
  • editor.wordHighlightStrongBackground#33333333
  • editorCursor.foreground#00B46E
  • editorGroup.border#CCCCCC
  • editorGroupHeader.tabsBackground#EBEBEB
  • editorLineNumber.activeForeground#00B46E
  • editorLineNumber.foreground#CCCCCC
  • editorWidget.background#EBEBEB
  • editorWidget.border#CCCCCC
  • editorWidget.foreground#333333
  • gitDecoration.conflictingResourceForeground#DE3A3A
  • gitDecoration.deletedResourceForeground#DE3A3A
  • gitDecoration.ignoredResourceForeground#CCCCCC
  • gitDecoration.modifiedResourceForeground#D9BC4A
  • gitDecoration.untrackedResourceForeground#00965B
  • input.background#FFFFFF
  • input.border#CCCCCC
  • input.foreground#333333
  • inputOption.activeBorder#00B46E
  • list.activeSelectionBackground#00B46E33
  • list.activeSelectionForeground#000000
  • list.highlightForeground#00965B
  • list.hoverBackground#00B46E22
  • list.inactiveSelectionBackground#DBFCEE
  • list.inactiveSelectionForeground#333333
  • notificationCenter.border#CCCCCC
  • notificationCenterHeader.background#EBEBEB
  • notificationCenterHeader.foreground#333333
  • notificationLink.foreground#00B46E
  • notifications.background#FFFFFF
  • notifications.foreground#333333
  • notificationToast.border#CCCCCC
  • panel.background#F5F5F5
  • panel.border#CCCCCC
  • panelTitle.activeForeground#00B46E
  • panelTitle.inactiveForeground#666666
  • peekView.border#00B46E
  • peekViewEditor.background#F5F5F5
  • peekViewEditor.matchHighlightBackground#00B46E33
  • peekViewResult.background#EBEBEB
  • peekViewResult.matchHighlightBackground#00B46E33
  • peekViewResult.selectionBackground#DBFCEE
  • peekViewTitle.background#DBFCEE
  • peekViewTitleDescription.foreground#666666
  • peekViewTitleLabel.foreground#000000
  • progressBar.background#00B46E
  • scrollbarSlider.activeBackground#00B46E66
  • scrollbarSlider.background#66666633
  • scrollbarSlider.hoverBackground#66666666
  • sideBar.background#EBEBEB
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#DBFCEE
  • sideBarSectionHeader.foreground#000000
  • sideBarTitle.foreground#00B46E
  • statusBar.background#00B46E
  • statusBar.debuggingBackground#00965B
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#F5F5F5
  • tab.activeBackground#DBFCEE
  • tab.activeBorderTop#00B46E
  • tab.activeForeground#000000
  • tab.inactiveBackground#F5F5F5
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#186CE0
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#3A9CFF
  • terminal.ansiBrightCyan#00D880
  • terminal.ansiBrightGreen#33C88A
  • terminal.ansiBrightMagenta#CF73E6
  • terminal.ansiBrightRed#FF4E4E
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#E9D16C
  • terminal.ansiCyan#00965B
  • terminal.ansiGreen#00B46E
  • terminal.ansiMagenta#A345B7
  • terminal.ansiRed#DE3A3A
  • terminal.ansiWhite#CCCCCC
  • terminal.ansiYellow#D9BC4A
  • terminal.background#F5F5F5
  • terminal.foreground#333333
  • titleBar.activeBackground#DBFCEE
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#F5F5F5
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
keyword, storage.type, storage.modifier#00965B—
entity.name.function, meta.function-call, support.function#186CE0—
entity.name.type, entity.name.class, storage.type.class#D9BC4A—
variable, variable.parameter, meta.parameter#333333—
string, punctuation.definition.string#DE3A3A—
constant.numeric#A345B7—
constant.language, support.constant#D9BC4A—
entity.name.tag, punctuation.definition.tag#00B46E—
entity.other.attribute-name#D9BC4A—
keyword.operator#00965B—
markup.heading#00B46Ebold
markup.bold#D9BC4Abold
markup.italic#D9BC4Aitalic
markup.underline.link#186CE0—
markup.list#333333—