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

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#75715Eitalic
keyword, storage.type, storage.modifier#FF6EC7bold
keyword.control, keyword.operator, keyword.other#FF1493italic bold
string, string.quoted#7ACC7A—
constant.numeric#CC99FF—
constant.language, constant.character, constant.other#CC99FF—
variable, variable.other#ADD8E6—
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#7ACC7A—
support.type.property-name.json#FF6EC7—
markup.heading, entity.name.section.markdown#FF6EC7bold
markup.inline.raw, markup.fenced_code#7ACC7A—
markup.bold#FFD700bold
markup.italic#CC99FFitalic
markup.underline.link#87CEEB—
punctuation#EAEAEA—
keyword.operator, punctuation.separator, punctuation.terminator#FF6EC7—
punctuation.section.brackets, punctuation.section.parens, punctuation.section.braces#EAEAEA—
constant.character.escape#FF6B6B—
invalid, invalid.deprecated#FF6B6Bstrikethrough
AuroraSynth by 0xK4GE - VS Code Theme