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#ff3b30
  • activityBar.background#2c2c2c
  • activityBar.foreground#a8a8a8
  • activityBarBadge.background#ff3b30
  • activityBarBadge.foreground#ffffff
  • badge.background#ff3b30
  • badge.foreground#ffffff
  • button.background#007aff
  • button.foreground#ffffff
  • button.hoverBackground#0051c8
  • dropdown.background#3a3a3a
  • dropdown.border#555555
  • dropdown.foreground#d0d0d0
  • editor.background#1e1e1e
  • editor.findMatchBackground#ff3b30
  • editor.findMatchHighlightBackground#ffcc00
  • editor.foreground#d0d0d0
  • editor.lineHighlightBackground#333333
  • editor.lineHighlightBorder#444444
  • editor.selectionBackground#555555
  • editor.selectionHighlightBackground#444444
  • editorBracketMatch.background#333333
  • editorBracketMatch.border#ff3b30
  • editorCursor.foreground#ff3b30
  • editorGroupHeader.tabsBackground#252525
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#3a3a3a
  • editorLineNumber.activeForeground#d0d0d0
  • editorLineNumber.foreground#8a8a8a
  • editorWhitespace.foreground#444444
  • focusBorder#ff3b30
  • gitDecoration.conflictingResourceForeground#bf5af2
  • gitDecoration.deletedResourceForeground#ff3b30
  • gitDecoration.modifiedResourceForeground#007aff
  • gitDecoration.untrackedResourceForeground#28cd41
  • input.background#3a3a3a
  • input.border#555555
  • input.foreground#d0d0d0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#ff3b30
  • list.activeSelectionBackground#004080
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#2c2c2c
  • list.highlightForeground#ff3b30
  • list.hoverBackground#3a3a3a
  • minimap.background#1e1e1e
  • minimapSlider.activeBackground#999999
  • minimapSlider.background#555555
  • minimapSlider.hoverBackground#777777
  • panel.background#252525
  • panel.border#3a3a3a
  • panelTitle.activeBorder#ff3b30
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#8a8a8a
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#999999
  • scrollbarSlider.background#555555
  • scrollbarSlider.hoverBackground#777777
  • sideBar.background#252525
  • sideBar.foreground#c8c8c8
  • sideBarSectionHeader.background#2c2c2c
  • sideBarSectionHeader.foreground#a8a8a8
  • sideBarTitle.foreground#e0e0e0
  • statusBar.background#2c2c2c
  • statusBar.debuggingBackground#007aff
  • statusBar.foreground#d0d0d0
  • statusBar.noFolderBackground#252525
  • statusBarItem.hoverBackground#3a3a3a
  • tab.activeBackground#1e1e1e
  • tab.activeBorder#ff3b30
  • tab.activeForeground#ffffff
  • tab.border#3a3a3a
  • tab.inactiveBackground#252525
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlue#007aff
  • terminal.ansiBrightBlue#5ac8fa
  • terminal.ansiBrightCyan#63d9a5
  • terminal.ansiBrightGreen#63d9a5
  • terminal.ansiBrightMagenta#c08dff
  • terminal.ansiBrightRed#ff6a5e
  • terminal.ansiBrightYellow#ffd760
  • terminal.ansiCyan#28cd41
  • terminal.ansiGreen#28cd41
  • terminal.ansiMagenta#bf5af2
  • terminal.ansiRed#ff3b30
  • terminal.ansiYellow#ffcc00
  • terminal.background#1e1e1e
  • terminal.foreground#d0d0d0
  • titleBar.activeBackground#2c2c2c
  • titleBar.activeForeground#d0d0d0
  • titleBar.inactiveBackground#252525
  • titleBar.inactiveForeground#8a8a8a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a737ditalic
string, string.quoted, string.template#a8ff60—
keyword, storage.type, storage.modifier#ff3b30bold
keyword.operator, punctuation.accessor#ff9500—
variable, variable.other#d0d0d0—
variable.parameter#ff9f0aitalic
entity.name.function, support.function#ffcc00—
meta.function-call#ffcc00—
entity.name.class, entity.name.type.class, support.class#28cd41bold
entity.name.type, support.type#5ac8fa—
entity.name.type.interface#5ac8faitalic
constant.numeric#ff9500—
constant, constant.language, constant.character#ff9500—
constant.language.boolean#ffcc00bold
variable.other.property, support.variable.property#ff3b30—
meta.object-literal.key#5ac8fa—
entity.name.tag, punctuation.definition.tag#ff3b30—
entity.other.attribute-name#ff9f0aitalic
punctuation, meta.brace#d0d0d0—
string.regexp#ff9500—
constant.character.escape#ff9f0a—
meta.decorator, punctuation.decorator#bf5af2—
invalid, invalid.illegal#ff3b30strikethrough
markup.heading, entity.name.section#ff3b30bold
markup.bold#ff3b30bold
markup.italic#ff9f0aitalic
markup.underline.link#007aff—
markup.inline.raw, markup.fenced_code#28cd41—
support.type.property-name.json#5ac8fa—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ff9500—
support.type.property-name.css#ff3b30—
support.constant.property-value.css#ffcc00—