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#ff0066
  • activityBar.background#e0e6ed
  • activityBar.foreground#ff0066
  • activityBarBadge.background#ff0066
  • activityBarBadge.foreground#ffffff
  • badge.background#ff0066
  • badge.foreground#ffffff
  • button.background#ff0066
  • button.foreground#ffffff
  • button.hoverBackground#ff006688
  • dropdown.background#e0e6ed
  • dropdown.border#ff0066
  • dropdown.foreground#2c3e50
  • editor.background#f0f4f8
  • editor.findMatchBackground#ff006644
  • editor.findMatchHighlightBackground#ff006622
  • editor.foreground#2c3e50
  • editor.lineHighlightBackground#ff00660d
  • editor.lineHighlightBorder#ff006633
  • editor.selectionBackground#ff006644
  • editor.selectionHighlightBackground#ff006622
  • editorBracketMatch.background#ff006633
  • editorBracketMatch.border#ff0066
  • editorCursor.foreground#ff0066
  • editorGroupHeader.tabsBackground#f0f4f8
  • editorIndentGuide.activeBackground#a0a0a0
  • editorIndentGuide.background#c0c0c0
  • editorLineNumber.activeForeground#ff0066
  • editorLineNumber.foreground#a0a0a0
  • editorWhitespace.foreground#c0c0c0
  • focusBorder#ff0066
  • gitDecoration.conflictingResourceForeground#ffb300
  • gitDecoration.deletedResourceForeground#ff453a
  • gitDecoration.modifiedResourceForeground#ff0066
  • gitDecoration.untrackedResourceForeground#00c853
  • input.background#e0e6ed
  • input.border#ff0066
  • input.foreground#2c3e50
  • input.placeholderForeground#a0a0a0
  • inputOption.activeBorder#ff0066
  • list.activeSelectionBackground#ff006633
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ff006644
  • list.highlightForeground#ff0066
  • list.hoverBackground#ff006622
  • minimap.background#f0f4f8
  • minimapSlider.activeBackground#ff006666
  • minimapSlider.background#ff006622
  • minimapSlider.hoverBackground#ff006644
  • panel.background#f0f4f8
  • panel.border#e0e6ed
  • panelTitle.activeBorder#ff0066
  • panelTitle.activeForeground#ff0066
  • panelTitle.inactiveForeground#7f8c8d
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#ff0066
  • scrollbarSlider.background#c0c0c0
  • scrollbarSlider.hoverBackground#a0a0a0
  • sideBar.background#e0e6ed
  • sideBar.foreground#2c3e50
  • sideBarSectionHeader.background#f0f4f8
  • sideBarSectionHeader.foreground#ff0066
  • sideBarTitle.foreground#ff0066
  • statusBar.background#f0f4f8
  • statusBar.debuggingBackground#ff0066
  • statusBar.foreground#2c3e50
  • statusBar.noFolderBackground#e0e6ed
  • statusBarItem.hoverBackground#ff006633
  • tab.activeBackground#f0f4f8
  • tab.activeBorder#ff0066
  • tab.activeForeground#2c3e50
  • tab.border#d0d7de
  • tab.inactiveBackground#e0e6ed
  • tab.inactiveForeground#7f8c8d
  • terminal.ansiBlue#0066ff
  • terminal.ansiBrightBlue#4285f4
  • terminal.ansiBrightCyan#33c9dc
  • terminal.ansiBrightGreen#4caf50
  • terminal.ansiBrightMagenta#ff4081
  • terminal.ansiBrightRed#ff7f7f
  • terminal.ansiBrightYellow#ffd54f
  • terminal.ansiCyan#00aaff
  • terminal.ansiGreen#00c853
  • terminal.ansiMagenta#ff0066
  • terminal.ansiRed#ff453a
  • terminal.ansiYellow#ffb300
  • terminal.background#f0f4f8
  • terminal.foreground#2c3e50
  • titleBar.activeBackground#e0e6ed
  • titleBar.activeForeground#2c3e50
  • titleBar.inactiveBackground#f0f4f8
  • titleBar.inactiveForeground#7f8c8d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7f8c8ditalic
string, string.quoted, string.template#00c853
keyword, storage.type, storage.modifier#ff0066bold
keyword.operator, punctuation.accessor#0066ff
variable, variable.other#2c3e50
variable.parameter#ffb300italic
entity.name.function, support.function#4285f4
meta.function-call#4285f4
entity.name.class, entity.name.type.class, support.class#ff4081bold
entity.name.type, support.type#ff4081
entity.name.type.interface#ffb300italic
constant.numeric#ffb300
constant, constant.language, constant.character#ffb300
constant.language.boolean#ffb300bold
variable.other.property, support.variable.property#2c3e50
meta.object-literal.key#0066ff
entity.name.tag, punctuation.definition.tag#ff0066
entity.other.attribute-name#ff0066italic
punctuation, meta.brace#7f8c8d
string.regexp#ff0066
constant.character.escape#ff0066
meta.decorator, punctuation.decorator#ffb300
invalid, invalid.illegal#ff453astrikethrough
markup.heading, entity.name.section#ff0066bold
markup.bold#ff0066bold
markup.italic#ff0066italic
markup.underline.link#0066ff
markup.inline.raw, markup.fenced_code#00c853
support.type.property-name.json#0066ff
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ffb300
support.type.property-name.css#00c853
support.constant.property-value.css#ff0066