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.activeBackground#1a4a2e
  • activityBar.activeBorder#ffb000
  • activityBar.background#061016
  • activityBar.foreground#00cc33
  • activityBarBadge.background#ffb000
  • activityBarBadge.foreground#0c1021
  • badge.background#ffb000
  • badge.foreground#0c1021
  • button.background#ffb000
  • button.foreground#0c1021
  • button.hoverBackground#ffcc33
  • diffEditor.insertedTextBackground#00ff4120
  • diffEditor.removedTextBackground#ff444420
  • editor.background#0c1021
  • editor.findMatchBackground#ffb000
  • editor.findMatchHighlightBackground#ffb00060
  • editor.foreground#00ff41
  • editor.lineHighlightBackground#15202b
  • editor.selectionBackground#33aa5550
  • editor.selectionHighlightBackground#33aa5530
  • editor.wordHighlightBackground#ffb00030
  • editor.wordHighlightStrongBackground#ffb00050
  • editorBracketMatch.background#33aa5550
  • editorBracketMatch.border#ffb000
  • editorCursor.foreground#ffb000
  • editorError.foreground#ff4444
  • editorHint.foreground#88ff88
  • editorIndentGuide.activeBackground1#33aa55
  • editorIndentGuide.background1#1a4a2e
  • editorInfo.foreground#4488ff
  • editorLineNumber.activeForeground#ffb000
  • editorLineNumber.foreground#33aa55
  • editorRuler.foreground#1a4a2e
  • editorSuggestWidget.background#15202b
  • editorSuggestWidget.border#33aa55
  • editorSuggestWidget.selectedBackground#33aa5550
  • editorWarning.foreground#ffcc00
  • editorWhitespace.foreground#1a4a2e
  • editorWidget.background#15202b
  • editorWidget.border#33aa55
  • extensionButton.prominentBackground#ffb000
  • extensionButton.prominentForeground#0c1021
  • extensionButton.prominentHoverBackground#ffcc33
  • gitDecoration.conflictingResourceForeground#ff8844
  • gitDecoration.deletedResourceForeground#ff4444
  • gitDecoration.modifiedResourceForeground#ffcc00
  • gitDecoration.untrackedResourceForeground#88ff88
  • input.background#15202b
  • input.border#33aa55
  • input.foreground#00ff41
  • input.placeholderForeground#667755
  • list.activeSelectionBackground#33aa5550
  • list.activeSelectionForeground#00ff41
  • list.focusBackground#33aa5550
  • list.hoverBackground#2a5a3e
  • list.inactiveSelectionBackground#1a4a2e
  • notificationLink.foreground#ffb000
  • notifications.background#15202b
  • notifications.border#33aa55
  • notifications.foreground#00ff41
  • panel.background#0c1021
  • panel.border#1a4a2e
  • panelTitle.activeBorder#ffb000
  • panelTitle.activeForeground#00ff41
  • panelTitle.inactiveForeground#00cc33
  • peekView.border#ffb000
  • peekViewEditor.background#15202b
  • peekViewResult.background#0c1021
  • peekViewTitle.background#061016
  • progressBar.background#ffb000
  • scrollbarSlider.activeBackground#00ff41c0
  • scrollbarSlider.background#33aa5580
  • scrollbarSlider.hoverBackground#33aa55a0
  • sideBar.background#061016
  • sideBar.foreground#00cc33
  • sideBarSectionHeader.background#0c1021
  • sideBarSectionHeader.foreground#ffb000
  • sideBarTitle.foreground#ffb000
  • statusBar.background#061016
  • statusBar.foreground#00cc33
  • statusBarItem.activeBackground#1a4a2e
  • statusBarItem.hoverBackground#2a5a3e
  • tab.activeBackground#0c1021
  • tab.activeBorder#ffb000
  • tab.activeForeground#00ff41
  • tab.border#1a4a2e
  • tab.inactiveBackground#061016
  • tab.inactiveForeground#00cc33
  • terminal.ansiBlack#2a5a3e
  • terminal.ansiBlue#4488ff
  • terminal.ansiCyan#44ffff
  • terminal.ansiGreen#00ff41
  • terminal.ansiMagenta#ff8844
  • terminal.ansiRed#ff4444
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffcc00
  • terminal.background#0c1021
  • terminal.foreground#00ff41
  • titleBar.activeBackground#0c1021
  • titleBar.activeForeground#00ff41
  • titleBar.inactiveBackground#061016
  • titleBar.inactiveForeground#667755

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#667755italic
string#88ff88
constant.numeric, constant.language, constant.character#ffcc00
keyword, storage.type, storage.modifier#ff8844
entity.name.function, meta.function-call, variable.function, support.function#ffb000
entity.name.class, entity.name.type, support.type, support.class#4488ff
variable#00ff41
entity.name.tag#ff4444
entity.other.attribute-name#44ffff
keyword.control, punctuation, keyword.operator#ffffff
invalid, invalid.illegal#ffffff