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#D4AF37
  • activityBar.background#141414
  • activityBar.foreground#e0e0e0
  • activityBarBadge.background#D4AF37
  • activityBarBadge.foreground#000000
  • badge.background#D4AF37
  • badge.foreground#000000
  • button.background#D4AF37
  • button.foreground#000000
  • button.hoverBackground#e6c66d
  • dropdown.background#141414
  • dropdown.border#555555
  • dropdown.foreground#e0e0e0
  • editor.background#0d0d0d
  • editor.findMatchBackground#ffeb3b33
  • editor.findMatchHighlightBackground#ffeb3b55
  • editor.foreground#cfcfcf
  • editor.lineHighlightBackground#212121
  • editor.lineHighlightBorder#333333
  • editor.selectionBackground#3b5bdb80
  • editor.selectionHighlightBackground#3b5bdb40
  • editorBracketMatch.background#444444
  • editorBracketMatch.border#D4AF37
  • editorCursor.foreground#D4AF37
  • editorGroupHeader.tabsBackground#141414
  • editorIndentGuide.activeBackground#555555
  • editorIndentGuide.background#444444
  • editorLineNumber.activeForeground#e0e0e0
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#555555
  • focusBorder#D4AF37
  • gitDecoration.conflictingResourceForeground#b55cb5
  • gitDecoration.deletedResourceForeground#e53935
  • gitDecoration.modifiedResourceForeground#4caf50
  • gitDecoration.untrackedResourceForeground#ff9800
  • input.background#141414
  • input.border#555555
  • input.foreground#e0e0e0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#D4AF37
  • list.activeSelectionBackground#2c3e50
  • list.activeSelectionForeground#e0e0e0
  • list.focusBackground#2c3e50
  • list.highlightForeground#D4AF37
  • list.hoverBackground#1c2733
  • minimap.background#00000000
  • minimapSlider.activeBackground#999999
  • minimapSlider.background#555555
  • minimapSlider.hoverBackground#777777
  • panel.background#0d0d0d
  • panel.border#333333
  • panelTitle.activeBorder#D4AF37
  • panelTitle.activeForeground#e0e0e0
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#999999
  • scrollbarSlider.background#555555
  • scrollbarSlider.hoverBackground#777777
  • sideBar.background#0d0d0d
  • sideBar.foreground#cfcfcf
  • sideBarSectionHeader.background#141414
  • sideBarSectionHeader.foreground#e0e0e0
  • sideBarTitle.foreground#e0e0e0
  • statusBar.background#1a1a1a
  • statusBar.debuggingBackground#8B0000
  • statusBar.foreground#e0e0e0
  • statusBar.noFolderBackground#141414
  • statusBarItem.hoverBackground#2a2a2a
  • tab.activeBackground#0d0d0d
  • tab.activeBorder#D4AF37
  • tab.activeForeground#e0e0e0
  • tab.border#333333
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#4e8ae8
  • terminal.ansiBrightBlue#5c9fff
  • terminal.ansiBrightCyan#50e3c2
  • terminal.ansiBrightGreen#6ad84c
  • terminal.ansiBrightMagenta#c685f2
  • terminal.ansiBrightRed#ff6659
  • terminal.ansiBrightYellow#ffd75f
  • terminal.ansiCyan#3dd5c3
  • terminal.ansiGreen#4caf50
  • terminal.ansiMagenta#b55cb5
  • terminal.ansiRed#e53935
  • terminal.ansiYellow#ffb300
  • terminal.background#0d0d0d
  • terminal.foreground#cfcfcf
  • titleBar.activeBackground#141414
  • titleBar.activeForeground#e0e0e0
  • titleBar.inactiveBackground#0a0a0a
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a9955italic
string, string.quoted, string.template#ce9178—
keyword, storage.type, storage.modifier#D4AF37bold
keyword.operator, punctuation.accessor#c5c5c5—
variable, variable.other#9cdcfe—
variable.parameter#9cdcfeitalic
entity.name.function, support.function#dcdcaa—
meta.function-call#c5e0ff—
entity.name.class, entity.name.type.class, support.class#4ec9b0bold
entity.name.type, support.type#b8d7a3—
entity.name.type.interface#c586c0italic
constant.numeric#b5cea8—
constant, constant.language, constant.character#dcdcaa—
constant.language.boolean#D4AF37bold
variable.other.property, support.variable.property#d7ba7d—
meta.object-literal.key#9cdcfe—
entity.name.tag, punctuation.definition.tag#569cd6—
entity.other.attribute-name#9cdcfeitalic
punctuation, meta.brace#d4d4d4—
string.regexp#d16969—
constant.character.escape#d16969—
meta.decorator, punctuation.decorator#c586c0—
invalid, invalid.illegal#f44747strikethrough
markup.heading, entity.name.section#D4AF37bold
markup.bold#D4AF37bold
markup.italic#c586c0italic
markup.underline.link#569cd6—
markup.inline.raw, markup.fenced_code#dcdcaa—
support.type.property-name.json#9cdcfe—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#d7ba7d—
support.type.property-name.css#ce9178—
support.constant.property-value.css#b5cea8—