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#FF6F61
  • activityBar.background#EDE7FF
  • activityBar.foreground#5D3FD3
  • activityBarBadge.background#FF6F61
  • activityBarBadge.foreground#FAF8FF
  • badge.background#FF6F61
  • badge.foreground#FAF8FF
  • button.background#FF6F61
  • button.foreground#FAF8FF
  • button.hoverBackground#FF6F6144
  • dropdown.background#F5F0FF
  • dropdown.border#D8CFFF
  • dropdown.foreground#2D2250
  • editor.background#FAF8FF
  • editor.findMatchBackground#FF6F6144
  • editor.findMatchHighlightBackground#FF6F6122
  • editor.foreground#2D2250
  • editor.lineHighlightBackground#D8CFFF33
  • editor.lineHighlightBorder#FF6F6180
  • editor.selectionBackground#5D3FD355
  • editor.selectionHighlightBackground#5D3FD333
  • editorBracketMatch.background#5D3FD333
  • editorBracketMatch.border#5D3FD3
  • editorCursor.foreground#FF6F61
  • editorGroupHeader.tabsBackground#FAF8FF
  • editorIndentGuide.activeBackground#C0B8D0AA
  • editorIndentGuide.background#C0B8D0
  • editorLineNumber.activeForeground#5D3FD3
  • editorLineNumber.foreground#8A79A6
  • editorWhitespace.foreground#C0B8D0
  • focusBorder#FF6F61
  • gitDecoration.conflictingResourceForeground#FFB300
  • gitDecoration.deletedResourceForeground#FF6F61
  • gitDecoration.modifiedResourceForeground#5D3FD3
  • gitDecoration.untrackedResourceForeground#00BFA5
  • input.background#F5F0FF
  • input.border#D8CFFF
  • input.foreground#2D2250
  • input.placeholderForeground#A0A0A0
  • inputOption.activeBorder#FF6F61
  • list.activeSelectionBackground#FF6F6133
  • list.activeSelectionForeground#FAF8FF
  • list.focusBackground#FF6F6133
  • list.highlightForeground#FF6F61
  • list.hoverBackground#FF6F6144
  • minimap.background#FAF8FF
  • minimapSlider.activeBackground#5D3FD366
  • minimapSlider.background#5D3FD322
  • minimapSlider.hoverBackground#5D3FD344
  • panel.background#FAF8FF
  • panel.border#D8CFFF
  • panelTitle.activeBorder#FF6F61
  • panelTitle.activeForeground#FF6F61
  • panelTitle.inactiveForeground#8A79A6
  • scrollbar.shadow#00000022
  • scrollbarSlider.activeBackground#FF6F6188
  • scrollbarSlider.background#C0B8D044
  • scrollbarSlider.hoverBackground#C0B8D0AA
  • sideBar.background#F5F0FF
  • sideBar.foreground#2D2250
  • sideBarSectionHeader.background#EDE7FF
  • sideBarSectionHeader.foreground#5D3FD3
  • sideBarTitle.foreground#5D3FD3
  • statusBar.background#E0D7FF
  • statusBar.debuggingBackground#FF6F61
  • statusBar.foreground#2D2250
  • statusBar.noFolderBackground#EDE7FF
  • statusBarItem.hoverBackground#FF6F6144
  • tab.activeBackground#E0D7FF
  • tab.activeBorder#FF6F61
  • tab.activeForeground#2D2250
  • tab.border#D8CFFF
  • tab.inactiveBackground#F5F0FF
  • tab.inactiveForeground#8A79A6
  • terminal.ansiBlue#5D3FD3
  • terminal.ansiBrightBlue#7A5FF8
  • terminal.ansiBrightCyan#33E5B0
  • terminal.ansiBrightGreen#66D66A
  • terminal.ansiBrightMagenta#E685FF
  • terminal.ansiBrightRed#FF9A80
  • terminal.ansiBrightYellow#FFCF66
  • terminal.ansiCyan#00BFA5
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#D05FDF
  • terminal.ansiRed#FF6F61
  • terminal.ansiYellow#FFB300
  • terminal.background#FAF8FF
  • terminal.foreground#2D2250
  • titleBar.activeBackground#EDE7FF
  • titleBar.activeForeground#2D2250
  • titleBar.inactiveBackground#FAF8FF
  • titleBar.inactiveForeground#8A79A6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A79A6italic
string, string.quoted, string.template#00BFA5—
keyword, storage.type, storage.modifier#FF6F61bold
keyword.operator, punctuation.accessor#5D3FD3—
variable, variable.other#2D2250—
variable.parameter#5D3FD3italic
entity.name.function, support.function#FF6F61—
meta.function-call#5D3FD3—
entity.name.class, entity.name.type.class, support.class#D05FDFbold
entity.name.type, support.type#5D3FD3—
entity.name.type.interface#4CAF50italic
constant.numeric#4CAF50—
constant, constant.language, constant.character#D05FDF—
constant.language.boolean#FF6F61bold
variable.other.property, support.variable.property#5D3FD3—
meta.object-literal.key#5D3FD3—
entity.name.tag, punctuation.definition.tag#FF6F61—
entity.other.attribute-name#D05FDFitalic
punctuation, meta.brace#2D2250—
string.regexp#4CAF50—
constant.character.escape#D05FDF—
meta.decorator, punctuation.decorator#FFB300—
invalid, invalid.illegal#FF6F61strikethrough
markup.heading, entity.name.section#FF6F61bold
markup.bold#FF6F61bold
markup.italic#5D3FD3italic
markup.underline.link#5D3FD3—
markup.inline.raw, markup.fenced_code#00BFA5—
support.type.property-name.json#5D3FD3—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFB300—
support.type.property-name.css#5D3FD3—
support.constant.property-value.css#00BFA5—