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.background#141414
  • activityBar.border#282727
  • activityBar.foreground#ccc
  • activityBar.inactiveForeground#999
  • activityBarBadge.background#ccc
  • activityBarBadge.foreground#252424
  • badge.background#ffffff
  • badge.foreground#252424
  • button.background#999
  • button.foreground#151414
  • button.hoverBackground#ccc
  • diffEditor.insertedTextBackground#A0BE6318
  • diffEditor.removedTextBackground#dd4a6818
  • dropdown.background#000
  • dropdown.border#282727
  • editor.background#242424
  • editor.findMatchBackground#fce4b633
  • editor.findMatchHighlightBackground#fcfcb622
  • editor.foreground#ccc
  • editor.rangeHighlightBackground#fcfcb622
  • editor.selectionBackground#b3d4fc44
  • editorCursor.foreground#fff
  • editorError.foreground#dd4a68
  • editorGroupHeader.tabsBackground#141414
  • editorGutter.addedBackground#A0BE6344
  • editorGutter.deletedBackground#dd4a6844
  • editorGutter.modifiedBackground#539bba44
  • editorLineNumber.activeForeground#ccc
  • editorLineNumber.foreground#777
  • editorLink.activeForeground#539bba
  • editorWarning.foreground#8F7454
  • editorWidget.background#141414
  • focusBorder#959290
  • gitDecoration.addedResourceForeground#A0BE63
  • gitDecoration.deletedResourceForeground#dd4a68
  • gitDecoration.modifiedResourceForeground#539bba
  • gitDecoration.renamedResourceForeground#8F7454
  • input.background#000
  • input.border#282727
  • list.activeSelectionBackground#b3d4fc44
  • list.activeSelectionForeground#ccc
  • list.errorForeground#dd4a68
  • list.focusBackground#b3d4fc44
  • list.highlightForeground#539bba
  • list.hoverBackground#b3d4fc22
  • list.inactiveSelectionBackground#b3d4fc44
  • list.inactiveSelectionForeground#ccc
  • list.warningForeground#8F7454
  • notificationLink.foreground#539bba
  • notificationsErrorIcon.foreground#BE6396
  • notificationsInfoIcon.foreground#539bba
  • notificationsWarningIcon.foreground#8f7454
  • panel.background#141414
  • panel.border#282727
  • progressBar.background#ccc
  • quickInput.background#242424
  • sideBar.background#141414
  • sideBar.border#272727
  • sideBar.foreground#ccc
  • sideBarTitle.foreground#777
  • statusBar.background#141414
  • statusBar.border#282727
  • statusBar.debuggingBackground#593e4e
  • statusBar.debuggingForeground#fff
  • statusBar.foreground#ccc
  • statusBar.noFolderBackground#141414
  • tab.activeForeground#ccc
  • tab.border#00000000
  • tab.inactiveBackground#141414
  • tab.inactiveForeground#777
  • tab.selectedBorderTop#00000000
  • terminal.ansiBlack#000
  • terminal.ansiBlue#539bba
  • terminal.ansiBrightBlack#444
  • terminal.ansiBrightBlue#97dffe
  • terminal.ansiBrightCyan#00f0f0
  • terminal.ansiBrightGreen#eeffa7
  • terminal.ansiBrightMagenta#ffa7da
  • terminal.ansiBrightRed#ff8eac
  • terminal.ansiBrightWhite#fff
  • terminal.ansiBrightYellow#ffdca7
  • terminal.ansiCyan#00acac
  • terminal.ansiGreen#A0BE63
  • terminal.ansiMagenta#BE6396
  • terminal.ansiRed#dd4a68
  • terminal.ansiWhite#708090
  • terminal.ansiYellow#8F7454
  • terminal.selectionBackground#b3d4fc44
  • textLink.activeForeground#539bba
  • textLink.foreground#539bba
  • titleBar.activeBackground#151414
  • titleBar.border#282727
  • titleBar.inactiveBackground#151414

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.other.attribute-name#d1949e—
constant, string.quoted.double.html, string#A0BE63—
comment, punctuation.definition.comment#708090—
entity.name.tag, property, support.type.property-name.json, support.type.property-name.css#BE6396—
entity.name.function, entity.name.type.class#BE6396—
entity.name.section.markdown, keyword, keyword.operator.new, storage.modifier, storage.type, variable.language.this#539bba—
markup.changed#8F7454—
markup.deleted#dd4a68—
markup.inserted#a0be63—
keyword.operator#8F7454—
meta.brace.round, punctuation#777—
constant.numeric.css, keyword.other.unit, variable#ccc—
entity.name.tag.css, entity.name.tag.html, entity.name.tag.wildcard.css, entity.other.attribute-name.class.css, entity.other.attribute-name.html, entity.other.attribute-name.id.css, punctuation.definition.entity.css, tag#539bba—
entity.other.attribute-name.html#91bab8—