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#F5E3F0
  • activityBar.border#E0B3C2
  • activityBar.foreground#FF6EC7
  • activityBar.inactiveForeground#B8005A99
  • activityBarBadge.background#FF6EC7
  • activityBarBadge.foreground#FAF6FB
  • button.background#FF6EC7
  • button.foreground#FAF6FB
  • button.hoverBackground#FF1493
  • dropdown.background#FAF6FB
  • dropdown.border#E0B3C2
  • dropdown.foreground#B8005A
  • editor.background#FAF6FB
  • editor.findMatchBackground#FF6EC7aa
  • editor.findMatchHighlightBackground#FF6EC755
  • editor.foreground#B8005A
  • editor.lineHighlightBackground#F5E3F0
  • editor.rangeHighlightBackground#F5E3F0
  • editor.selectionBackground#FF6EC744
  • editor.selectionHighlightBackground#FF6EC733
  • editor.wordHighlightBackground#87CEEB44
  • editor.wordHighlightStrongBackground#87CEEB66
  • editorBracketHighlight.foreground1#FF6EC7
  • editorBracketHighlight.foreground2#CC99FF
  • editorBracketHighlight.foreground3#87CEEB
  • editorBracketHighlight.foreground4#20d020
  • editorBracketHighlight.foreground5#ADD8E6
  • editorBracketHighlight.foreground6#FDFE9F
  • editorBracketMatch.background#FF6EC755
  • editorBracketMatch.border#FF6EC7
  • editorCursor.foreground#FF6EC7
  • editorError.foreground#FF6B6B
  • editorIndentGuide.activeBackground1#FF6EC7
  • editorIndentGuide.background1#E0B3C2
  • editorInfo.foreground#4CAF50
  • editorLineNumber.activeForeground#FF6EC7
  • editorLineNumber.foreground#B8005A
  • editorWarning.foreground#FFD700
  • editorWhitespace.foreground#E0B3C2
  • gitDecoration.conflictingResourceForeground#FF6EC7
  • gitDecoration.deletedResourceForeground#FF6B6B
  • gitDecoration.ignoredResourceForeground#75715E
  • gitDecoration.modifiedResourceForeground#FFD700
  • gitDecoration.untrackedResourceForeground#4CAF50
  • input.background#FAF6FB
  • input.border#E0B3C2
  • input.foreground#B8005A
  • input.placeholderForeground#B8005A99
  • inputOption.activeBorder#FF6EC7
  • inputValidation.errorBackground#FF6B6B
  • inputValidation.errorBorder#FF6B6B
  • inputValidation.warningBackground#FFD700
  • inputValidation.warningBorder#FFD700
  • list.activeSelectionBackground#FF6EC744
  • list.activeSelectionForeground#B8005A
  • list.focusBackground#FF6EC744
  • list.highlightForeground#FF6EC7
  • list.hoverBackground#FAF6FB
  • list.inactiveSelectionBackground#FAF6FB
  • minimap.background#FAF6FB
  • minimap.findMatchHighlight#FF6EC755
  • minimap.selectionHighlight#FF6EC744
  • notificationCenter.border#E0B3C2
  • notificationCenterHeader.background#F5E3F0
  • notifications.background#F5E3F0
  • notifications.border#E0B3C2
  • notifications.foreground#B8005A
  • notificationToast.border#E0B3C2
  • panel.background#F5E3F0
  • panel.border#E0B3C2
  • panelTitle.activeBorder#FF6EC7
  • panelTitle.activeForeground#FF6EC7
  • panelTitle.inactiveForeground#B8005A99
  • peekView.border#FF6EC7
  • peekViewEditor.background#F5E3F0
  • peekViewResult.background#F5E3F0
  • peekViewTitle.background#FAF6FB
  • scrollbarSlider.activeBackground#FF6EC7cc
  • scrollbarSlider.background#E0B3C2aa
  • scrollbarSlider.hoverBackground#FF6EC7aa
  • sideBar.background#F5E3F0
  • sideBar.border#E0B3C2
  • sideBar.foreground#B8005A
  • sideBarSectionHeader.background#FAF6FB
  • sideBarSectionHeader.border#E0B3C2
  • sideBarSectionHeader.foreground#FF6EC7
  • sideBarTitle.foreground#FF6EC7
  • statusBar.background#F5E3F0
  • statusBar.border#E0B3C2
  • statusBar.debuggingBackground#FF6B6B
  • statusBar.debuggingForeground#FAFAFA
  • statusBar.foreground#B8005A
  • statusBar.noFolderBackground#F5E3F0
  • tab.activeBackground#FAF6FB
  • tab.activeBorder#FF6EC7
  • tab.activeForeground#FF6EC7
  • tab.border#E0B3C2
  • tab.hoverBackground#F5E3F0
  • tab.inactiveBackground#F5E3F0
  • tab.inactiveForeground#B8005A99
  • tab.unfocusedActiveBorder#B8005A99
  • terminal.ansiBlack#353935
  • terminal.ansiBlue#87CEEB
  • terminal.ansiBrightBlue#ADD8E6
  • terminal.ansiBrightCyan#20d020
  • terminal.ansiBrightGreen#20d020
  • terminal.ansiBrightMagenta#CC99FF
  • terminal.ansiBrightRed#FF6B6B
  • terminal.ansiBrightWhite#FAF6FB
  • terminal.ansiBrightYellow#FDFE9F
  • terminal.ansiCyan#6BCA8F
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#FF6EC7
  • terminal.ansiRed#FF6B6B
  • terminal.ansiWhite#B8005A
  • terminal.ansiYellow#FFD700
  • terminal.background#FAF6FB
  • terminal.foreground#B8005A
  • titleBar.activeBackground#FAF6FB
  • titleBar.activeForeground#B8005A
  • titleBar.border#E0B3C2
  • titleBar.inactiveBackground#F5E3F0
  • titleBar.inactiveForeground#B8005A99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B3A1B3italic
keyword, storage.type, storage.modifier#FF6EC7bold
keyword.control, keyword.operator, keyword.other#D72670italic bold
string, string.quoted#20d020—
constant.numeric#CC99FF—
constant.language, constant.character, constant.other#CC99FF—
variable, variable.other#B8005A—
entity.name.function, meta.function-call, support.function#87CEEBbold
entity.name.class, entity.name.type, support.class#CC99FFbold
storage.type, entity.name.type#87CEEB—
variable.other.property, variable.other.object.property#FDFE9F—
entity.name.tag, punctuation.definition.tag#FF6EC7—
entity.other.attribute-name#87CEEB—
support.type.property-name#87CEEB—
support.constant.property-value#20d020—
support.type.property-name.json#FF6EC7—
markup.heading, entity.name.section.markdown#FF6EC7bold
markup.inline.raw, markup.fenced_code#20d020—
markup.bold#FFD700bold
markup.italic#CC99FFitalic
markup.underline.link#87CEEB—
punctuation#B8005A—
keyword.operator, punctuation.separator, punctuation.terminator#FF6EC7—
punctuation.section.brackets, punctuation.section.parens, punctuation.section.braces#B8005A—
constant.character.escape#FF6B6B—
invalid, invalid.deprecated#FF6B6Bstrikethrough