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#6CB13E
  • activityBar.background#000000
  • activityBar.border#6CB13E
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#6CB13E
  • activityBarBadge.foreground#000000
  • badge.background#6CB13E
  • badge.foreground#000000
  • button.background#000000
  • button.border#6CB13E
  • button.foreground#FFFFFF
  • button.hoverBackground#6CB13E44
  • contrastActiveBorder#FFFFFF
  • contrastBorder#6CB13E
  • dropdown.background#000000
  • dropdown.border#6CB13E
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#6CB13E55
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#6CB13E22
  • editor.foreground#FFFFFF
  • editor.selectionBackground#6CB13E55
  • editor.selectionHighlightBackground#6CB13E22
  • editor.selectionHighlightBorder#6CB13E
  • editor.wordHighlightBackground#6CB13E22
  • editor.wordHighlightBorder#6CB13E
  • editorBracketMatch.background#6CB13E22
  • editorBracketMatch.border#6CB13E
  • editorCursor.foreground#6CB13E
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#6CB13E
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#6CB13E
  • editorIndentGuide.activeBackground1#6CB13E
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#6CB13E
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#6CB13E
  • editorSuggestWidget.highlightForeground#6CB13E
  • editorSuggestWidget.selectedBackground#6CB13E33
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#6CB13E
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#6CB13E44
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#6CB13E
  • input.background#000000
  • input.border#6CB13E
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#6CB13E44
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#6CB13E
  • list.hoverBackground#6CB13E22
  • list.inactiveSelectionBackground#6CB13E22
  • minimap.findMatchHighlight#6CB13E
  • panel.background#000000
  • panel.border#6CB13E
  • panelTitle.activeBorder#6CB13E
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#6CB13E
  • progressBar.background#6CB13E
  • scrollbarSlider.activeBackground#6CB13EAA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#6CB13E66
  • sideBar.background#000000
  • sideBar.border#6CB13E
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#6CB13E
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#6CB13E
  • statusBar.debuggingBackground#6CB13E
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#6CB13E33
  • statusBarItem.remoteBackground#7BC14E
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#6CB13E
  • tab.activeForeground#FFFFFF
  • tab.border#6CB13E
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#6CB13E
  • textLink.activeForeground#7BC14E
  • textLink.foreground#6CB13E
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#6CB13E
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4EA87Eitalic
string, punctuation.definition.string#DEC6FC
constant.numeric, constant.language, constant.character#6CFCB4
keyword, keyword.control, storage, storage.type#6CB13Ebold
entity.name.function, support.function#F0FC12
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#12AEAE
variable, variable.parameter#5496FC
entity.name.tag, meta.tag#6CB13Ebold
entity.other.attribute-name#5496FC
keyword.operator, punctuation#E4FCFC
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#F0FC12