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#151312
  • activityBar.foreground#faf6f5
  • activityBar.inactiveForeground#696463
  • activityBarBadge.background#ea7332
  • activityBarBadge.foreground#151312
  • badge.background#ea7332
  • badge.foreground#151312
  • button.background#ea7332
  • button.foreground#151312
  • button.hoverBackground#f88b54
  • diffEditor.insertedTextBackground#75ad2f26
  • diffEditor.removedTextBackground#ec678526
  • dropdown.background#242120
  • dropdown.border#3c3836
  • editor.background#151312
  • editor.foreground#faf6f5
  • editor.inactiveSelectionBackground#312d2b
  • editor.lineHighlightBackground#242120
  • editor.selectionBackground#312d2b
  • editor.wordHighlightBackground#312d2b
  • editorBracketMatch.border#ea7332
  • editorCursor.foreground#ea7332
  • editorError.foreground#ec6785
  • editorHoverWidget.background#242120
  • editorHoverWidget.border#3c3836
  • editorIndentGuide.activeBackground1#524e4c
  • editorIndentGuide.background1#3c3836
  • editorInfo.foreground#00aebd
  • editorLineNumber.activeForeground#999593
  • editorLineNumber.foreground#696463
  • editorSuggestWidget.background#242120
  • editorSuggestWidget.selectedBackground#312d2b
  • editorWarning.foreground#bb9500
  • editorWhitespace.foreground#524e4c
  • editorWidget.background#242120
  • editorWidget.border#3c3836
  • errorForeground#ec6785
  • focusBorder#ea7332
  • gitDecoration.deletedResourceForeground#ec6785
  • gitDecoration.ignoredResourceForeground#696463
  • gitDecoration.modifiedResourceForeground#bb9500
  • gitDecoration.untrackedResourceForeground#75ad2f
  • input.background#242120
  • input.border#3c3836
  • input.foreground#faf6f5
  • input.placeholderForeground#696463
  • list.activeSelectionBackground#312d2b
  • list.activeSelectionForeground#faf6f5
  • list.highlightForeground#ea7332
  • list.hoverBackground#242120
  • list.inactiveSelectionBackground#312d2b
  • notificationCenterHeader.background#242120
  • notifications.background#242120
  • notifications.foreground#faf6f5
  • panel.background#242120
  • panel.border#3c3836
  • panelTitle.activeForeground#faf6f5
  • panelTitle.inactiveForeground#696463
  • progressBar.background#ea7332
  • scrollbarSlider.activeBackground#524e4c
  • scrollbarSlider.background#3c3836
  • scrollbarSlider.hoverBackground#524e4c
  • sideBar.background#242120
  • sideBar.border#3c3836
  • sideBar.foreground#999593
  • sideBarSectionHeader.background#242120
  • sideBarTitle.foreground#faf6f5
  • statusBar.background#242120
  • statusBar.debuggingBackground#ea7332
  • statusBar.debuggingForeground#151312
  • statusBar.foreground#999593
  • statusBar.noFolderBackground#242120
  • statusBarItem.remoteBackground#00aebd
  • statusBarItem.remoteForeground#151312
  • tab.activeBackground#151312
  • tab.activeBorderTop#ea7332
  • tab.activeForeground#faf6f5
  • tab.border#3c3836
  • tab.inactiveBackground#242120
  • tab.inactiveForeground#696463
  • terminal.ansiBlack#242120
  • terminal.ansiBlue#2aa0f9
  • terminal.ansiBrightBlack#807c7a
  • terminal.ansiBrightBlue#5bb3ff
  • terminal.ansiBrightCyan#00c3d3
  • terminal.ansiBrightGreen#8bbf53
  • terminal.ansiBrightMagenta#f681ac
  • terminal.ansiBrightRed#fa8099
  • terminal.ansiBrightWhite#faf6f5
  • terminal.ansiBrightYellow#d0a70e
  • terminal.ansiCyan#00aebd
  • terminal.ansiGreen#75ad2f
  • terminal.ansiMagenta#e76899
  • terminal.ansiRed#ec6785
  • terminal.ansiWhite#b4afad
  • terminal.ansiYellow#bb9500
  • terminal.background#151312
  • terminal.foreground#faf6f5
  • textLink.activeForeground#2aa0f9
  • textLink.foreground#2aa0f9
  • titleBar.activeBackground#151312
  • titleBar.activeForeground#faf6f5
  • titleBar.inactiveBackground#151312
  • titleBar.inactiveForeground#696463

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#696463italic
string, string.quoted, constant.character.escape#bb9500
constant.numeric, constant.language, constant.character#9b84f7
keyword, keyword.control, storage, storage.type, storage.modifier, keyword.operator.new#e76899
entity.name.function, support.function, meta.function-call#75ad2f
entity.name.class, entity.name.type, entity.other.inherited-class, support.class, support.type#00aebd
variable, variable.other, meta.definition.variable#faf6f5
variable.parameter#ea7332
entity.name.tag, punctuation.definition.tag#e76899
entity.other.attribute-name#75ad2f
keyword.operator#ec6785
invalid, invalid.illegal#ec6785
string.regexp#bb9500
markup.heading#2aa0f9bold
markup.bold#faf6f5bold
markup.italic#faf6f5italic
markup.underline.link#2aa0f9
punctuation, punctuation.separator, punctuation.terminator#999593