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#151F2E
  • activityBar.foreground#E0E1DD
  • activityBarBadge.background#FF6F61
  • activityBarBadge.foreground#1B263B
  • badge.background#FF6F61
  • badge.foreground#1B263B
  • button.background#FF6F61
  • button.foreground#FFFFFF
  • button.hoverBackground#FF8A70
  • dropdown.background#151F2E
  • dropdown.border#4ECDC4
  • dropdown.foreground#E0E1DD
  • editor.background#1B263B
  • editor.findMatchBackground#FF6F6180
  • editor.findMatchHighlightBackground#FF6F6140
  • editor.foreground#E0E1DD
  • editor.lineHighlightBackground#28323E
  • editor.lineHighlightBorder#FF6F61
  • editor.selectionBackground#FF6F6140
  • editor.selectionHighlightBackground#FF6F6120
  • editorBracketMatch.background#FF6F6140
  • editorBracketMatch.border#FF6F61
  • editorCursor.foreground#FF6F61
  • editorGroupHeader.tabsBackground#1B263B
  • editorIndentGuide.activeBackground#4ECDC4AA
  • editorIndentGuide.background#4ECDC470
  • editorLineNumber.activeForeground#FF6F61
  • editorLineNumber.foreground#A9B1C2
  • editorWhitespace.foreground#8D99AE80
  • focusBorder#FF6F61
  • gitDecoration.conflictingResourceForeground#FF6F61
  • gitDecoration.deletedResourceForeground#FF6F61
  • gitDecoration.modifiedResourceForeground#4ECDC4
  • gitDecoration.untrackedResourceForeground#F4D35E
  • input.background#151F2E
  • input.border#4ECDC4
  • input.foreground#E0E1DD
  • input.placeholderForeground#A9B1C2
  • inputOption.activeBorder#FF6F61
  • list.activeSelectionBackground#4ECDC440
  • list.activeSelectionForeground#E0E1DD
  • list.focusBackground#4ECDC450
  • list.highlightForeground#FF6F61
  • list.hoverBackground#4ECDC430
  • minimap.background#1B263B
  • minimapSlider.activeBackground#FF6F6160
  • minimapSlider.background#FF6F6140
  • minimapSlider.hoverBackground#FF6F6140
  • panel.background#1B263B
  • panel.border#4ECDC4
  • panelTitle.activeBorder#FF6F61
  • panelTitle.activeForeground#E0E1DD
  • panelTitle.inactiveForeground#A9B1C2
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF6F6488
  • scrollbarSlider.background#8D99AE44
  • scrollbarSlider.hoverBackground#8D99AE88
  • sideBar.background#151F2E
  • sideBar.foreground#E0E1DD
  • sideBarSectionHeader.background#1B263B
  • sideBarSectionHeader.foreground#FF6F61
  • sideBarTitle.foreground#4ECDC4
  • statusBar.background#4ECDC4
  • statusBar.debuggingBackground#FF6F61
  • statusBar.foreground#1B263B
  • statusBar.noFolderBackground#1B263B
  • statusBarItem.hoverBackground#FF8A70
  • tab.activeBackground#151F2E
  • tab.activeBorder#FF6F61
  • tab.activeForeground#E0E1DD
  • tab.border#1B263B
  • tab.inactiveBackground#1B263B
  • tab.inactiveForeground#A9B1C2
  • terminal.ansiBlue#4ECDC4
  • terminal.ansiBrightBlue#7FD6D2
  • terminal.ansiBrightCyan#7FD6D2
  • terminal.ansiBrightGreen#F9E18A
  • terminal.ansiBrightMagenta#FF8A70
  • terminal.ansiBrightRed#FF8A70
  • terminal.ansiBrightYellow#FFF5C2
  • terminal.ansiCyan#4ECDC4
  • terminal.ansiGreen#F4D35E
  • terminal.ansiMagenta#FF6F61
  • terminal.ansiRed#FF6F61
  • terminal.ansiYellow#F4D35E
  • terminal.background#1B263B
  • terminal.foreground#E0E1DD
  • titleBar.activeBackground#151F2E
  • titleBar.activeForeground#E0E1DD
  • titleBar.inactiveBackground#1B263B
  • titleBar.inactiveForeground#A9B1C2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

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