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#222522
  • activityBar.border#525959
  • activityBar.foreground#cfdfd5
  • activityBarBadge.background#78afff
  • activityBarBadge.foreground#111111
  • badge.background#0f3c2f
  • badge.foreground#d0ffe0
  • button.background#0f3c2f
  • button.foreground#d0ffe0
  • button.hoverBackground#4f3f9a
  • diffEditor.border#525959
  • diffEditor.insertedLineBackground#002a1099
  • diffEditor.insertedTextBackground#003b1f99
  • diffEditor.removedLineBackground#380a0f99
  • diffEditor.removedTextBackground#4e111999
  • dropdown.background#111111
  • dropdown.border#525959
  • dropdown.foreground#cfdfd5
  • editor.background#111111
  • editor.findMatchBackground#8f5040
  • editor.findMatchHighlightBackground#4648d099
  • editor.findRangeHighlightBackground#3b340099
  • editor.foreground#cfdfd5
  • editor.hoverHighlightBackground#4f3f9a99
  • editor.inactiveSelectionBackground#1a386399
  • editor.lineHighlightBackground#00331f
  • editor.selectionBackground#3a3027
  • editor.selectionHighlightBackground#0f3c2f99
  • editor.wordHighlightBackground#1a3b0f99
  • editor.wordHighlightStrongBackground#003e5f99
  • editorBracketMatch.background#664950
  • editorBracketMatch.border#d38faf
  • editorCursor.foreground#35f038
  • editorError.foreground#f47360
  • editorGutter.addedBackground#3fb83f
  • editorGutter.background#161916
  • editorGutter.deletedBackground#f47360
  • editorGutter.modifiedBackground#e09a0f
  • editorHint.foreground#808f80
  • editorIndentGuide.activeBackground1#505250
  • editorIndentGuide.background1#525959
  • editorInfo.foreground#3fb83f
  • editorLineNumber.activeForeground#cfdfd5
  • editorLineNumber.foreground#808f80
  • editorOverviewRuler.addedForeground#3fb83f
  • editorOverviewRuler.border#525959
  • editorOverviewRuler.deletedForeground#f47360
  • editorOverviewRuler.modifiedForeground#e09a0f
  • editorRuler.foreground#303230
  • editorWarning.foreground#e09a0f
  • editorWhitespace.foreground#525959
  • gitDecoration.addedResourceForeground#3fb83f
  • gitDecoration.conflictingResourceForeground#ff778f
  • gitDecoration.deletedResourceForeground#ffbfbf
  • gitDecoration.ignoredResourceForeground#808f80
  • gitDecoration.modifiedResourceForeground#efef80
  • gitDecoration.submoduleResourceForeground#8fcfaf
  • gitDecoration.untrackedResourceForeground#00c089
  • input.background#111111
  • input.border#525959
  • input.foreground#cfdfd5
  • input.placeholderForeground#808f80
  • inputOption.activeBackground#0f3c2f
  • inputOption.activeBorder#78afff
  • inputValidation.errorBackground#48100f
  • inputValidation.errorBorder#f47360
  • inputValidation.infoBackground#1a3b0f
  • inputValidation.infoBorder#3fb83f
  • inputValidation.warningBackground#3b3400
  • inputValidation.warningBorder#e09a0f
  • list.activeSelectionBackground#0f3c2f
  • list.activeSelectionForeground#d0ffe0
  • list.activeSelectionIconForeground#78afff
  • list.focusBackground#0f3c2f
  • list.highlightForeground#78afff
  • list.hoverBackground#4f3f9a
  • list.inactiveSelectionBackground#1a3863
  • notificationCenterHeader.background#303230
  • notificationCenterHeader.foreground#cfdfd5
  • panel.background#111111
  • panel.border#525959
  • panelTitle.activeBorder#78afff
  • panelTitle.activeForeground#cfdfd5
  • panelTitle.inactiveForeground#808f80
  • progressBar.background#78afff
  • sideBar.background#222522
  • sideBar.border#525959
  • sideBar.foreground#cfdfd5
  • sideBarSectionHeader.background#303230
  • sideBarSectionHeader.foreground#cfdfd5
  • sideBarTitle.foreground#cfdfd5
  • statusBar.background#00552f
  • statusBar.border#525959
  • statusBar.debuggingBackground#a04fc5
  • statusBar.debuggingForeground#d0ffe0
  • statusBar.foreground#d0ffe0
  • statusBar.noFolderBackground#303230
  • statusBar.noFolderForeground#cfdfd5
  • tab.activeBackground#111111
  • tab.activeBorder#78afff
  • tab.activeForeground#cfdfd5
  • tab.border#525959
  • tab.hoverBackground#00331f
  • tab.hoverBorder#525959
  • tab.inactiveBackground#222522
  • tab.inactiveForeground#808f80
  • tab.unfocusedActiveBackground#161916
  • tab.unfocusedActiveBorder#525959
  • tab.unfocusedActiveForeground#808f80
  • terminal.ansiBlack#cfdfd5
  • terminal.ansiBlue#37aff6
  • terminal.ansiBrightBlack#808f80
  • terminal.ansiBrightBlue#78afff
  • terminal.ansiBrightCyan#7fcfdf
  • terminal.ansiBrightGreen#7fc500
  • terminal.ansiBrightMagenta#e490df
  • terminal.ansiBrightRed#f47360
  • terminal.ansiBrightWhite#111111
  • terminal.ansiBrightYellow#e09a0f
  • terminal.ansiCyan#6fc5ef
  • terminal.ansiGreen#3fb83f
  • terminal.ansiMagenta#d38faf
  • terminal.ansiRed#ef6560
  • terminal.ansiWhite#222522
  • terminal.ansiYellow#d4aa02
  • terminal.background#111111
  • terminal.foreground#cfdfd5
  • terminalCursor.foreground#35f038
  • titleBar.activeBackground#303230
  • titleBar.activeForeground#cfdfd5
  • titleBar.border#525959
  • titleBar.inactiveBackground#161916
  • titleBar.inactiveForeground#808f80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b7a07fitalic
comment.documentation, comment.block.documentation, string.quoted.docstring#7fb4cf
keyword, storage, storage.modifier#af9fff
keyword.operator#808f80
storage.type, support.type, entity.name.type, entity.other.inherited-class#00c089
entity.name.function, support.function, meta.function-call, variable.function#e490df
variable, support.variable, variable.other#5dc0aa
constant, constant.numeric, constant.character, constant.language, support.constant#32cfef
string, constant.other.symbol#78afff
constant.character.escape, string.regexp#d38faf
punctuation#808f80
invalid, invalid.illegal#f47360
markup.heading#ef6560bold
markup.bold, markup.italic#78afffbold italic
meta.link, markup.underline.link#78afffunderline
markup.list, markup.quote#8fcfaf
markup.inline.raw#e490df
markup.inserted, meta.diff.header.to-file#a0e0a0
markup.deleted, meta.diff.header.from-file#ffbfbf
markup.changed, meta.diff.range#efef80