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#e0e0e0
  • activityBar.foreground#ff6f61
  • activityBarBadge.background#ff6f61
  • activityBarBadge.foreground#ffffff
  • badge.background#ff6f61
  • badge.foreground#ffffff
  • button.background#ff6f61
  • button.foreground#ffffff
  • button.hoverBackground#ff8c70
  • dropdown.background#ebebeb
  • dropdown.border#c0c0c0
  • dropdown.foreground#2e2e2e
  • editor.background#f5f5f5
  • editor.findMatchBackground#ff6f6088
  • editor.findMatchHighlightBackground#ff6f6055
  • editor.foreground#2e2e2e
  • editor.lineHighlightBackground#ff6f6033
  • editor.lineHighlightBorder#ff6f6055
  • editor.selectionBackground#ff6f6033
  • editor.selectionHighlightBackground#ff6f6033
  • editorBracketMatch.background#ff6f6033
  • editorBracketMatch.border#ff6f61
  • editorCursor.foreground#ff6f61
  • editorGroupHeader.tabsBackground#f5f5f5
  • editorIndentGuide.activeBackground#b0b0b0
  • editorIndentGuide.background#d0d0d0
  • editorLineNumber.activeForeground#ff6f61
  • editorLineNumber.foreground#c0c0c0
  • editorWhitespace.foreground#c0c0c0
  • focusBorder#ff6f61
  • gitDecoration.conflictingResourceForeground#ffd966
  • gitDecoration.deletedResourceForeground#ff6f61
  • gitDecoration.modifiedResourceForeground#ff6f61
  • gitDecoration.untrackedResourceForeground#9eff6a
  • input.background#ebebeb
  • input.border#c0c0c0
  • input.foreground#2e2e2e
  • input.placeholderForeground#9e9e9e
  • inputOption.activeBorder#ff6f61
  • list.activeSelectionBackground#ff6f6055
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ff6f6055
  • list.highlightForeground#ff6f61
  • list.hoverBackground#ff6f6033
  • minimap.background#f5f5f5
  • minimapSlider.activeBackground#ff6f61aa
  • minimapSlider.background#ff6f6033
  • minimapSlider.hoverBackground#ff6f6088
  • panel.background#f5f5f5
  • panel.border#d0d0d0
  • panelTitle.activeBorder#ff6f61
  • panelTitle.activeForeground#ff6f61
  • panelTitle.inactiveForeground#9e9e9e
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#ff6f61aa
  • scrollbarSlider.background#c0c0c044
  • scrollbarSlider.hoverBackground#c0c0c088
  • sideBar.background#ebebeb
  • sideBar.foreground#2e2e2e
  • sideBarSectionHeader.background#e0e0e0
  • sideBarSectionHeader.foreground#ff6f61
  • sideBarTitle.foreground#ff6f61
  • statusBar.background#e0e0e0
  • statusBar.debuggingBackground#ff6f61
  • statusBar.foreground#2e2e2e
  • statusBar.noFolderBackground#ebebeb
  • statusBarItem.hoverBackground#ff6f6133
  • tab.activeBackground#f5f5f5
  • tab.activeBorder#ff6f61
  • tab.activeForeground#ff6f61
  • tab.border#d0d0d0
  • tab.inactiveBackground#ebebeb
  • tab.inactiveForeground#9e9e9e
  • terminal.ansiBlue#4a90ff
  • terminal.ansiBrightBlue#80b2ff
  • terminal.ansiBrightCyan#6bf5f5
  • terminal.ansiBrightGreen#b2ff9e
  • terminal.ansiBrightMagenta#e0b2ff
  • terminal.ansiBrightRed#ff998a
  • terminal.ansiBrightYellow#ffe680
  • terminal.ansiCyan#5fd8d8
  • terminal.ansiGreen#9eff6a
  • terminal.ansiMagenta#c78aff
  • terminal.ansiRed#ff6f61
  • terminal.ansiYellow#ffd966
  • terminal.background#f5f5f5
  • terminal.foreground#2e2e2e
  • titleBar.activeBackground#e0e0e0
  • titleBar.activeForeground#2e2e2e
  • titleBar.inactiveBackground#f5f5f5
  • titleBar.inactiveForeground#9e9e9e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9e9e9eitalic
string, string.quoted, string.template#4fd8a0
keyword, storage.type, storage.modifier#ff6f61bold
keyword.operator, punctuation.accessor#ff6f61
variable, variable.other#2e2e2e
variable.parameter#7a7a7aitalic
entity.name.function, support.function#5a9a8d
meta.function-call#5a9a8d
entity.name.class, entity.name.type.class, support.class#ff6f61bold
entity.name.type, support.type#ff6f61
entity.name.type.interface#ff6f61italic
constant.numeric#ffb74d
constant, constant.language, constant.character#c78aff
constant.language.boolean#ffb74dbold
variable.other.property, support.variable.property#5a9a8d
meta.object-literal.key#5a9a8d
entity.name.tag, punctuation.definition.tag#ff6f61
entity.other.attribute-name#c78affitalic
punctuation, meta.brace#2e2e2e
string.regexp#4fd8a0
constant.character.escape#c78aff
meta.decorator, punctuation.decorator#ffb74d
invalid, invalid.illegal#ff6f61strikethrough
markup.heading, entity.name.section#ff6f61bold
markup.bold#ff6f61bold
markup.italic#ff6f61italic
markup.underline.link#4a90ff
markup.inline.raw, markup.fenced_code#4fd8a0
support.type.property-name.json#ff6f61
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#4a90ff
support.type.property-name.css#c78aff
support.constant.property-value.css#4fd8a0