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#00BFA6
  • activityBar.background#E0F7FF
  • activityBar.foreground#00BFA6
  • activityBarBadge.background#00BFA6
  • activityBarBadge.foreground#F5FDFF
  • badge.background#00BFA6
  • badge.foreground#F5FDFF
  • button.background#00BFA6
  • button.foreground#F5FDFF
  • button.hoverBackground#80E8D0
  • dropdown.background#FFFFFF
  • dropdown.border#C0EFFF
  • dropdown.foreground#2A2A36
  • editor.background#F5FDFF
  • editor.findMatchBackground#FFB400
  • editor.findMatchHighlightBackground#FFB40060
  • editor.foreground#2A2A36
  • editor.lineHighlightBackground#C0EFFF80
  • editor.lineHighlightBorder#C0EFFF
  • editor.selectionBackground#C0EFFF
  • editor.selectionHighlightBackground#C0EFFF80
  • editorBracketMatch.background#FFB40020
  • editorBracketMatch.border#FFB400
  • editorCursor.foreground#00BFA6
  • editorGroupHeader.tabsBackground#F5FDFF
  • editorIndentGuide.activeBackground#FFB400
  • editorIndentGuide.background#C0C0D0
  • editorLineNumber.activeForeground#00BFA6
  • editorLineNumber.foreground#A0A0B0
  • editorWhitespace.foreground#C0C0D0
  • focusBorder#00BFA6
  • gitDecoration.conflictingResourceForeground#FFB400
  • gitDecoration.deletedResourceForeground#FF6F61
  • gitDecoration.modifiedResourceForeground#00BFA6
  • gitDecoration.untrackedResourceForeground#52C41A
  • input.background#FFFFFF
  • input.border#C0EFFF
  • input.foreground#2A2A36
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#00BFA6
  • list.activeSelectionBackground#C0EFFF
  • list.activeSelectionForeground#2A2A36
  • list.focusBackground#C0EFFF
  • list.highlightForeground#00BFA6
  • list.hoverBackground#C0EFFF80
  • minimap.background#F5FDFF
  • minimapSlider.activeBackground#00BFA660
  • minimapSlider.background#00BFA620
  • minimapSlider.hoverBackground#00BFA640
  • panel.background#F5FDFF
  • panel.border#C0EFFF
  • panelTitle.activeBorder#00BFA6
  • panelTitle.activeForeground#00BFA6
  • panelTitle.inactiveForeground#808080
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#C0C0D0EE
  • scrollbarSlider.background#C0C0D0AA
  • scrollbarSlider.hoverBackground#C0C0D0CC
  • sideBar.background#EBFAFF
  • sideBar.foreground#2A2A36
  • sideBarSectionHeader.background#E0F7FF
  • sideBarSectionHeader.foreground#00BFA6
  • sideBarTitle.foreground#00BFA6
  • statusBar.background#D0EBFF
  • statusBar.debuggingBackground#FF6F61
  • statusBar.foreground#2A2A36
  • statusBar.noFolderBackground#E0F7FF
  • statusBarItem.hoverBackground#C0EFFF
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#00BFA6
  • tab.activeForeground#2A2A36
  • tab.border#C0EFFF
  • tab.inactiveBackground#F0FAFF
  • tab.inactiveForeground#6A6A78
  • terminal.ansiBlue#00BFA6
  • terminal.ansiBrightBlue#00BFA6
  • terminal.ansiBrightCyan#80E8D0
  • terminal.ansiBrightGreen#73D13D
  • terminal.ansiBrightMagenta#E37AFF
  • terminal.ansiBrightRed#FF7875
  • terminal.ansiBrightYellow#FFC069
  • terminal.ansiCyan#80E8D0
  • terminal.ansiGreen#80E8D0
  • terminal.ansiMagenta#FF6F61
  • terminal.ansiRed#FF6F61
  • terminal.ansiYellow#FFB400
  • terminal.background#F5FDFF
  • terminal.foreground#2A2A36
  • titleBar.activeBackground#D0EBFF
  • titleBar.activeForeground#2A2A36
  • titleBar.inactiveBackground#F5FDFF
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A0A0A0italic
string, string.quoted, string.template#FF6F61
keyword, storage.type, storage.modifier#00BFA6bold
keyword.operator, punctuation.accessor#80E8D0
variable, variable.other#2A2A36
variable.parameter#80E8D0italic
entity.name.function, support.function#00BFA6
meta.function-call#80E8D0
entity.name.class, entity.name.type.class, support.class#00BFA6bold
entity.name.type, support.type#80E8D0
entity.name.type.interface#80E8D0italic
constant.numeric#80E8D0
constant, constant.language, constant.character#FFB400
constant.language.boolean#00BFA6bold
variable.other.property, support.variable.property#2A2A36
meta.object-literal.key#00BFA6
entity.name.tag, punctuation.definition.tag#00BFA6
entity.other.attribute-name#80E8D0italic
punctuation, meta.brace#2A2A36
string.regexp#FFB400
constant.character.escape#80E8D0
meta.decorator, punctuation.decorator#FF6F61
invalid, invalid.illegal#FF6F61strikethrough
markup.heading, entity.name.section#00BFA6bold
markup.bold#00BFA6bold
markup.italic#80E8D0italic
markup.underline.link#00BFA6
markup.inline.raw, markup.fenced_code#FF6F61
support.type.property-name.json#00BFA6
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#80E8D0
support.type.property-name.css#00BFA6
support.constant.property-value.css#FFB400