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#76DBAD
  • activityBar.background#EFF8F4
  • activityBar.foreground#3A3543
  • activityBarBadge.background#338460
  • activityBarBadge.foreground#FFFFFF
  • badge.background#338460
  • badge.foreground#FFFFFF
  • button.background#338460
  • button.foreground#FFFFFF
  • button.hoverBackground#296B4E
  • editor.background#F9FDFB
  • editor.findMatchBackground#4ABF8B55
  • editor.findMatchHighlightBackground#4ABF8B26
  • editor.foreground#3A3543
  • editor.selectionBackground#4ABF8B44
  • editor.selectionHighlightBackground#4ABF8B26
  • editor.wordHighlightBackground#4ABF8B26
  • editorCursor.foreground#76DBAD
  • editorIndentGuide.activeBackground1#4ABF8B77
  • editorLineNumber.activeForeground#76DBAD
  • editorLineNumber.foreground#807A8B
  • extensionButton.prominentBackground#338460
  • extensionButton.prominentHoverBackground#338460
  • focusBorder#76DBAD
  • gitDecoration.modifiedResourceForeground#307D5B
  • list.activeSelectionBackground#4ABF8B3a
  • list.activeSelectionForeground#3A3543
  • list.highlightForeground#307D5B
  • list.hoverBackground#E4F4ED
  • list.inactiveSelectionBackground#4ABF8B1f
  • panel.border#DEEDE6
  • panelTitle.activeBorder#76DBAD
  • progressBar.background#76DBAD
  • scrollbarSlider.activeBackground#76DBAD77
  • scrollbarSlider.background#4ABF8B3a
  • scrollbarSlider.hoverBackground#4ABF8B5a
  • sideBar.background#F9FDFB
  • sideBar.foreground#5A5464
  • sideBarSectionHeader.background#EFF8F4
  • sideBarTitle.foreground#5A5464
  • statusBar.background#338460
  • statusBar.debuggingBackground#2D805B
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#338460
  • tab.activeBackground#F9FDFB
  • tab.activeBorderTop#76DBAD
  • tab.activeForeground#3A3543
  • tab.inactiveBackground#EFF8F4
  • tab.inactiveForeground#807A8B
  • terminal.ansiBlue#307D5B
  • textLink.activeForeground#76DBAD
  • textLink.foreground#307D5B
  • titleBar.activeBackground#EFF8F4
  • titleBar.activeForeground#5A5464
  • titleBar.inactiveBackground#F9FDFB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#065442italic
string, punctuation.definition.string#3C00E4
constant.numeric, constant.language, constant.character#308418
keyword, keyword.control, storage, storage.type#307D5B
entity.name.function, support.function#424E00
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#004E60
variable, variable.parameter#366CE4
entity.name.tag, meta.tag#307D5B
entity.other.attribute-name#366CE4
keyword.operator, punctuation#6C7284
meta.decorator, punctuation.decorator#424E00