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#333333
  • activityBarBadge.background#ff6f61
  • activityBarBadge.foreground#ffffff
  • badge.background#ff6f61
  • badge.foreground#ffffff
  • button.background#ff6f61
  • button.foreground#ffffff
  • button.hoverBackground#ff8a65
  • dropdown.background#ffffff
  • dropdown.border#c0c0c0
  • dropdown.foreground#212121
  • editor.background#f5f5f5
  • editor.findMatchBackground#fff59d
  • editor.findMatchHighlightBackground#ffecb3
  • editor.foreground#222222
  • editor.lineHighlightBackground#fff9c4
  • editor.lineHighlightBorder#ffecb3
  • editor.selectionBackground#b3e5fc
  • editor.selectionHighlightBackground#e3f2fd
  • editorBracketMatch.background#ffccbc
  • editorBracketMatch.border#ff8a65
  • editorCursor.foreground#ff6f61
  • editorGroupHeader.tabsBackground#f5f5f5
  • editorIndentGuide.activeBackground#ff6f61
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#ff6f61
  • editorLineNumber.foreground#9e9e9e
  • editorWhitespace.foreground#bdbdbd
  • focusBorder#ff6f61
  • gitDecoration.conflictingResourceForeground#ab47bc
  • gitDecoration.deletedResourceForeground#ef5350
  • gitDecoration.modifiedResourceForeground#ffb74d
  • gitDecoration.untrackedResourceForeground#66bb6a
  • input.background#ffffff
  • input.border#c0c0c0
  • input.foreground#212121
  • input.placeholderForeground#9e9e9e
  • inputOption.activeBorder#ff6f61
  • list.activeSelectionBackground#b3e5fc
  • list.activeSelectionForeground#000000
  • list.focusBackground#b2ebf2
  • list.highlightForeground#ff6f61
  • list.hoverBackground#e0f7fa
  • minimap.background#f5f5f5
  • minimapSlider.activeBackground#808080
  • minimapSlider.background#c0c0c0
  • minimapSlider.hoverBackground#a0a0a0
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#ff6f61
  • panelTitle.activeForeground#000000
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000033
  • scrollbarSlider.activeBackground#808080
  • scrollbarSlider.background#c0c0c0
  • scrollbarSlider.hoverBackground#a0a0a0
  • sideBar.background#fafafa
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#e8e8e8
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#222222
  • statusBar.background#e0e0e0
  • statusBar.debuggingBackground#ffb74d
  • statusBar.foreground#333333
  • statusBar.noFolderBackground#d0d0d0
  • statusBarItem.hoverBackground#c0c0c0
  • tab.activeBackground#ffffff
  • tab.activeBorder#ff6f61
  • tab.activeForeground#000000
  • tab.border#c0c0c0
  • tab.inactiveBackground#f0f0f0
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#42a5f5
  • terminal.ansiBrightBlue#80d8ff
  • terminal.ansiBrightCyan#84ffff
  • terminal.ansiBrightGreen#b9f6ca
  • terminal.ansiBrightMagenta#ea80fc
  • terminal.ansiBrightRed#ff8a80
  • terminal.ansiBrightYellow#ffff8d
  • terminal.ansiCyan#26c6da
  • terminal.ansiGreen#66bb6a
  • terminal.ansiMagenta#ab47bc
  • terminal.ansiRed#ef5350
  • terminal.ansiYellow#ffca28
  • terminal.background#ffffff
  • terminal.foreground#212121
  • titleBar.activeBackground#d4d4d4
  • titleBar.activeForeground#000000
  • titleBar.inactiveBackground#c8c8c8
  • titleBar.inactiveForeground#666666

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9e9e9eitalic
string, string.quoted, string.template#43a047—
keyword, storage.type, storage.modifier#1565c0bold
keyword.operator, punctuation.accessor#d32f2f—
variable, variable.other#6d4c41—
variable.parameter#8e24aaitalic
entity.name.function, support.function#ff8f00—
meta.function-call#ffb300—
entity.name.class, entity.name.type.class, support.class#0288d1bold
entity.name.type, support.type#6a1b9a—
entity.name.type.interface#00796bitalic
constant.numeric#f57c00—
constant, constant.language, constant.character#5d4037—
constant.language.boolean#c62828bold
variable.other.property, support.variable.property#7b1fa2—
meta.object-literal.key#00838f—
entity.name.tag, punctuation.definition.tag#e64a19—
entity.other.attribute-name#5e35b1italic
punctuation, meta.brace#616161—
string.regexp#c2185b—
constant.character.escape#bf360c—
meta.decorator, punctuation.decorator#01579b—
invalid, invalid.illegal#b71c1cstrikethrough
markup.heading, entity.name.section#0d47a1bold
markup.bold#0d47a1bold
markup.italic#0d47a1italic
markup.underline.link#1565c0—
markup.inline.raw, markup.fenced_code#37474f—
support.type.property-name.json#00695c—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#00695c—
support.type.property-name.css#455a64—
support.constant.property-value.css#37474f—