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#000000
  • activityBar.foreground#c0c7c8
  • activityBarBadge.background#000000
  • activityBarBadge.foreground#c0c7c8
  • badge.background#c0c7c8
  • badge.foreground#0000a8
  • button.background#0000a8
  • button.foreground#c0c7c8
  • button.hoverBackground#0000a8bf
  • debugExceptionWidget.background#a85400
  • debugExceptionWidget.border#422100
  • debugToolBar.background#c0c7c8
  • descriptionForeground#c0c7c8
  • dropdown.background#000000
  • dropdown.border#595959
  • dropdown.foreground#c0c7c8
  • dropdown.listBackground#000000
  • editor.background#000000
  • editor.findMatchBackground#a85400bf
  • editor.findMatchBorder#422100
  • editor.findMatchHighlightBackground#0000a899
  • editor.foreground#c0c7c8
  • editor.hoverHighlightBackground#a8a8a899
  • editor.lineHighlightBackground#000000
  • editor.lineHighlightBorder#000000
  • editor.rangeHighlightBackground#a800a899
  • editor.selectionBackground#0000a899
  • editor.selectionHighlightBackground#0000a899
  • editor.wordHighlightBackground#00a8a8bf
  • editor.wordHighlightStrongBackground#54fcfcb3
  • editorBracketMatch.background#0000a899
  • editorBracketMatch.border#000042
  • editorCodeLens.foreground#c0c7c8
  • editorCursor.foreground#c0c7c8
  • editorError.foreground#fc5454
  • editorGroupHeader.noTabsBackground#000000
  • editorGroupHeader.tabsBackground#000000
  • editorGutter.addedBackground#00a800
  • editorGutter.deletedBackground#a80000
  • editorGutter.modifiedBackground#0000a899
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#333333
  • editorIndentGuide.activeBackground1#a8a8a8
  • editorIndentGuide.background1#ffffff
  • editorLineNumber.foreground#ffffff
  • editorRuler.foreground#ffffff
  • editorWhitespace.foreground#fcfc54
  • editorWidget.background#000000
  • editorWidget.border#333333
  • errorForeground#fc5454
  • focusBorder#333333
  • foreground#c0c7c8
  • gitDecoration.addedResourceForeground#00a800
  • gitDecoration.conflictingResourceForeground#a85400
  • gitDecoration.deletedResourceForeground#a80000
  • gitDecoration.ignoredResourceForeground#a93800
  • gitDecoration.modifiedResourceForeground#a85400
  • gitDecoration.submoduleResourceForeground#a800a8
  • gitDecoration.untrackedResourceForeground#00a8a8
  • input.background#000000
  • input.border#c0c7c8
  • list.activeSelectionBackground#545454
  • list.activeSelectionForeground#c0c7c8
  • list.dropBackground#40404099
  • list.errorForeground#fc5454
  • list.focusBackground#ffffff
  • list.focusForeground#545454
  • list.highlightForeground#8f8fff
  • list.hoverBackground#ffffff
  • list.hoverForeground#545454
  • list.inactiveFocusBackground#a8a8a8
  • list.inactiveSelectionBackground#404040
  • list.inactiveSelectionForeground#c0c7c8
  • list.invalidItemForeground#c0c7c8
  • list.warningForeground#fcfc54
  • ports.iconRunningProcessForeground#0000a8
  • progressBar.background#a8a8a8
  • sideBar.background#000000
  • sideBar.foreground#c0c7c8
  • sideBarTitle.foreground#c0c7c8
  • statusBar.background#000000
  • statusBar.debuggingBackground#a80000
  • statusBar.foreground#c0c7c8
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.activeBorder#545454
  • tab.activeForeground#c0c7c8
  • tab.border#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#c0c7c8
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#0000a8
  • terminal.ansiBrightBlack#545454
  • terminal.ansiBrightBlue#5454fc
  • terminal.ansiBrightCyan#54fcfc
  • terminal.ansiBrightGreen#54fc54
  • terminal.ansiBrightMagenta#fc54fc
  • terminal.ansiBrightRed#fc5454
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fcfc54
  • terminal.ansiCyan#00a8a8
  • terminal.ansiGreen#00a800
  • terminal.ansiMagenta#a800a8
  • terminal.ansiRed#a80000
  • terminal.ansiWhite#a8a8a8
  • terminal.ansiYellow#a85400
  • terminal.background#000000
  • terminal.foreground#c0c7c8
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#c0c7c8
  • titleBar.border#000000
  • titleBar.inactiveBackground#545454
  • titleBar.inactiveForeground#c0c7c8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
emphasis, storage, comment, entity.other.attribute-name, markup.italic, keyword.control, variable.languageitalic
strong, markup.bold, markup.headingbold
markup.underlineunderline
#000000
#a80000
entity.name.class, entity.other.inherited-class, entity.name.function, entity.other.attribute-name#00a800
string#a85400
storage.type, support.function, support.type, support.class#0000a8
keyword, storage, entity.name.tag#a800a8
support.constant#00a8a8
keyword.operator.class, constant.other, source.php.embedded.line#a8a8a8
comment#545454
invalid#fc5454
#54fc54
variable.parameter#fcfc54
#5454fc
constant.numeric, constant.language, constant.character, constant.other#fc54fc
#54fcfc
#ffffff