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#cfa65a
  • activityBar.background#151515
  • activityBar.foreground#cfa65a
  • activityBarBadge.background#cfa65a
  • activityBarBadge.foreground#0d0d0d
  • badge.background#cfa65a
  • badge.foreground#0d0d0d
  • button.background#cfa65a
  • button.foreground#0d0d0d
  • button.hoverBackground#e0b86e
  • dropdown.background#1e1e1e
  • dropdown.border#333333
  • dropdown.foreground#d0d0d0
  • editor.background#0d0d0d
  • editor.findMatchBackground#cfa65a80
  • editor.findMatchHighlightBackground#cfa65a33
  • editor.foreground#d0d0d0
  • editor.lineHighlightBackground#2a2a2a
  • editor.lineHighlightBorder#3b3b3b
  • editor.selectionBackground#5a5a5a
  • editor.selectionHighlightBackground#3f3f3f
  • editorBracketMatch.background#444444
  • editorBracketMatch.border#cfa65a
  • editorCursor.foreground#ffcc00
  • editorGroupHeader.tabsBackground#151515
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#333333
  • editorLineNumber.activeForeground#cfa65a
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#555555
  • focusBorder#cfa65a
  • gitDecoration.conflictingResourceForeground#c58cb9
  • gitDecoration.deletedResourceForeground#e06c75
  • gitDecoration.modifiedResourceForeground#cfa65a
  • gitDecoration.untrackedResourceForeground#8ac6d1
  • input.background#1e1e1e
  • input.border#333333
  • input.foreground#d0d0d0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#cfa65a
  • list.activeSelectionBackground#2a2a2a
  • list.activeSelectionForeground#d0d0d0
  • list.focusBackground#3a3a3a
  • list.highlightForeground#cfa65a
  • list.hoverBackground#2e2e2e
  • minimap.background#0d0d0d
  • minimapSlider.activeBackground#777777
  • minimapSlider.background#333333
  • minimapSlider.hoverBackground#555555
  • panel.background#151515
  • panel.border#0d0d0d
  • panelTitle.activeBorder#cfa65a
  • panelTitle.activeForeground#d0d0d0
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#777777
  • scrollbarSlider.background#333333
  • scrollbarSlider.hoverBackground#555555
  • sideBar.background#151515
  • sideBar.foreground#d0d0d0
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#cfa65a
  • sideBarTitle.foreground#cfa65a
  • statusBar.background#0f0f0f
  • statusBar.debuggingBackground#4a6ea8
  • statusBar.foreground#cfa65a
  • statusBar.noFolderBackground#0a0a0a
  • statusBarItem.hoverBackground#2c2c2c
  • tab.activeBackground#1e1e1e
  • tab.activeBorder#cfa65a
  • tab.activeForeground#d0d0d0
  • tab.border#0d0d0d
  • tab.inactiveBackground#151515
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#5f8dd3
  • terminal.ansiBrightBlue#81a1c1
  • terminal.ansiBrightCyan#a3be8c
  • terminal.ansiBrightGreen#a3be8c
  • terminal.ansiBrightMagenta#d08770
  • terminal.ansiBrightRed#bf616a
  • terminal.ansiBrightYellow#ebcb8b
  • terminal.ansiCyan#8ac6d1
  • terminal.ansiGreen#8bc34a
  • terminal.ansiMagenta#c58cb9
  • terminal.ansiRed#e06c75
  • terminal.ansiYellow#cfa65a
  • terminal.background#0d0d0d
  • terminal.foreground#d0d0d0
  • titleBar.activeBackground#151515
  • titleBar.activeForeground#d0d0d0
  • titleBar.inactiveBackground#0f0f0f
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777777italic
string, string.quoted, string.template#8ac6d1
keyword, storage.type, storage.modifier#cfa65abold
keyword.operator, punctuation.accessor#d0d0d0
variable, variable.other#d0d0d0
variable.parameter#ffcc00italic
entity.name.function, support.function#5f8dd3
meta.function-call#8bc34a
entity.name.class, entity.name.type.class, support.class#c58cb9bold
entity.name.type, support.type#e06c75
entity.name.type.interface#ffcc00italic
constant.numeric#ffcc00
constant, constant.language, constant.character#e06c75
constant.language.boolean#cfa65abold
variable.other.property, support.variable.property#8ac6d1
meta.object-literal.key#d0d0d0
entity.name.tag, punctuation.definition.tag#e06c75
entity.other.attribute-name#ffcc00italic
punctuation, meta.brace#d0d0d0
string.regexp#8bc34a
constant.character.escape#ffcc00
meta.decorator, punctuation.decorator#c58cb9
invalid, invalid.illegal#ff5555strikethrough
markup.heading, entity.name.section#cfa65abold
markup.bold#cfa65abold
markup.italic#ffcc00italic
markup.underline.link#5f8dd3
markup.inline.raw, markup.fenced_code#8ac6d1
support.type.property-name.json#5f8dd3
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#c58cb9
support.type.property-name.css#e06c75
support.constant.property-value.css#8bc34a