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#191730
  • activityBar.foreground#FF6F61
  • activityBarBadge.background#FF6F61
  • activityBarBadge.foreground#1E1B3A
  • badge.background#FF6F61
  • badge.foreground#1E1B3A
  • button.background#FF6F61
  • button.foreground#FFFFFF
  • button.hoverBackground#FF8A65
  • dropdown.background#191730
  • dropdown.border#FF6F61
  • dropdown.foreground#E0E0E0
  • editor.background#1E1B3A
  • editor.findMatchBackground#FF6F6160
  • editor.findMatchHighlightBackground#FF6F6120
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#4ECDC460
  • editor.lineHighlightBorder#4ECDC480
  • editor.selectionBackground#FF6F6180
  • editor.selectionHighlightBackground#FF6F6140
  • editorBracketMatch.background#FF6F6130
  • editorBracketMatch.border#FF6F61
  • editorCursor.foreground#FF6F61
  • editorGroupHeader.tabsBackground#1E1B3A
  • editorIndentGuide.activeBackground#7A7A7A80
  • editorIndentGuide.background#7A7A7A40
  • editorLineNumber.activeForeground#FF6F61
  • editorLineNumber.foreground#7A7A7A
  • editorWhitespace.foreground#7A7A7A
  • focusBorder#FF6F61
  • gitDecoration.conflictingResourceForeground#FFF176
  • gitDecoration.deletedResourceForeground#FF8A65
  • gitDecoration.modifiedResourceForeground#FF6F61
  • gitDecoration.untrackedResourceForeground#A8E6CF
  • input.background#191730
  • input.border#FF6F61
  • input.foreground#E0E0E0
  • input.placeholderForeground#7A7A7A
  • inputOption.activeBorder#FF6F61
  • list.activeSelectionBackground#FF6F6130
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#FF6F6130
  • list.highlightForeground#FF6F61
  • list.hoverBackground#FF6F6150
  • minimap.background#1E1B3A
  • minimapSlider.activeBackground#FF6F6160
  • minimapSlider.background#FF6F6130
  • minimapSlider.hoverBackground#FF6F6140
  • panel.background#1E1B3A
  • panel.border#2A274F
  • panelTitle.activeBorder#FF6F61
  • panelTitle.activeForeground#FF6F61
  • panelTitle.inactiveForeground#B0BEC5
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#7A7A7AAA
  • scrollbarSlider.background#7A7A7A44
  • scrollbarSlider.hoverBackground#7A7A7A88
  • sideBar.background#191730
  • sideBar.foreground#E0E0E0
  • sideBarSectionHeader.background#191730
  • sideBarSectionHeader.foreground#FF6F61
  • sideBarTitle.foreground#FF6F61
  • statusBar.background#2A274F
  • statusBar.debuggingBackground#FF6F61
  • statusBar.foreground#E0E0E0
  • statusBar.noFolderBackground#191730
  • statusBarItem.hoverBackground#FF6F6180
  • tab.activeBackground#2A274F
  • tab.activeBorder#FF6F61
  • tab.activeForeground#FFFFFF
  • tab.border#1E1B3A
  • tab.inactiveBackground#1E1B3A
  • tab.inactiveForeground#7A7A7A
  • terminal.ansiBlue#5C6BC0
  • terminal.ansiBrightBlue#8FA1FF
  • terminal.ansiBrightCyan#6FFFE2
  • terminal.ansiBrightGreen#C7FFC2
  • terminal.ansiBrightMagenta#FF9E80
  • terminal.ansiBrightRed#FFAB91
  • terminal.ansiBrightYellow#FFF59D
  • terminal.ansiCyan#4ECDC4
  • terminal.ansiGreen#A8E6CF
  • terminal.ansiMagenta#FF6F61
  • terminal.ansiRed#FF8A65
  • terminal.ansiYellow#FFF176
  • terminal.background#1E1B3A
  • terminal.foreground#E0E0E0
  • titleBar.activeBackground#191730
  • titleBar.activeForeground#E0E0E0
  • titleBar.inactiveBackground#1E1B3A
  • titleBar.inactiveForeground#7A7A7A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7A7A7Aitalic
string, string.quoted, string.template#A8E6CF—
keyword, storage.type, storage.modifier#FF6F61bold
keyword.operator, punctuation.accessor#FF8552—
variable, variable.other#E0E0E0—
variable.parameter#FF6F61italic
entity.name.function, support.function#4ECDC4—
meta.function-call#FF6F61—
entity.name.class, entity.name.type.class, support.class#FF6F61bold
entity.name.type, support.type#FF8552—
entity.name.type.interface#FF6F61italic
constant.numeric#FF8552—
constant, constant.language, constant.character#FF6F61—
constant.language.boolean#FF6F61bold
variable.other.property, support.variable.property#A8E6CF—
meta.object-literal.key#FF6F61—
entity.name.tag, punctuation.definition.tag#FF6F61—
entity.other.attribute-name#FF8552italic
punctuation, meta.brace#E0E0E0—
string.regexp#FF8552—
constant.character.escape#FF6F61—
meta.decorator, punctuation.decorator#FF6F61—
invalid, invalid.illegal#FF1744strikethrough
markup.heading, entity.name.section#FF6F61bold
markup.bold#FF8552bold
markup.italic#7A7A7Aitalic
markup.underline.link#FF6F61—
markup.inline.raw, markup.fenced_code#A8E6CF—
support.type.property-name.json#FF6F61—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF6F61—
support.type.property-name.css#FF8552—
support.constant.property-value.css#A8E6CF—