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#0f111d
  • activityBar.foreground#E52521
  • activityBar.inactiveForeground#6b7280
  • activityBarBadge.background#E52521
  • activityBarBadge.foreground#ffffff
  • badge.background#E52521
  • badge.foreground#ffffff
  • button.background#E52521
  • button.foreground#ffffff
  • button.hoverBackground#c71f1c
  • dropdown.background#0a0c14
  • dropdown.border#4b5563
  • editor.background#1a1d2e
  • editor.findMatchBackground#FFC10760
  • editor.findMatchHighlightBackground#FFC10730
  • editor.foreground#e8eaed
  • editor.lineHighlightBackground#ffffff08
  • editor.selectionBackground#E5252140
  • editor.selectionHighlightBackground#0095DD30
  • editor.wordHighlightBackground#FFC10730
  • editorBracketHighlight.foreground1#E52521
  • editorBracketHighlight.foreground2#FFC107
  • editorBracketHighlight.foreground3#0095DD
  • editorBracketHighlight.foreground4#00A651
  • editorBracketHighlight.foreground5#9370DB
  • editorBracketHighlight.foreground6#00BFFF
  • editorCursor.foreground#E52521
  • editorGroupHeader.tabsBackground#0f111d
  • editorLineNumber.activeForeground#E52521
  • editorLineNumber.foreground#4b5563
  • editorSuggestWidget.background#0f111d
  • editorSuggestWidget.highlightForeground#E52521
  • editorSuggestWidget.selectedBackground#E5252130
  • editorWidget.background#0f111d
  • editorWidget.border#E52521
  • gitDecoration.conflictingResourceForeground#FF6B00
  • gitDecoration.deletedResourceForeground#E52521
  • gitDecoration.ignoredResourceForeground#6b7280
  • gitDecoration.modifiedResourceForeground#FFC107
  • gitDecoration.untrackedResourceForeground#00A651
  • input.background#0a0c14
  • input.border#4b5563
  • input.foreground#e8eaed
  • inputOption.activeBorder#E52521
  • list.activeSelectionBackground#E5252140
  • list.activeSelectionForeground#E52521
  • list.focusOutline#E52521
  • list.hoverBackground#ffffff10
  • list.inactiveSelectionBackground#ffffff08
  • scrollbarSlider.activeBackground#E5252180
  • scrollbarSlider.background#E5252140
  • scrollbarSlider.hoverBackground#E5252160
  • sideBar.background#13151f
  • sideBar.border#E52521
  • sideBar.foreground#d1d5db
  • sideBarSectionHeader.background#0f111d
  • sideBarSectionHeader.foreground#FFC107
  • sideBarTitle.foreground#E52521
  • statusBar.background#E52521
  • statusBar.debuggingBackground#FFC107
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#0095DD
  • tab.activeBackground#1a1d2e
  • tab.activeBorder#E52521
  • tab.activeBorderTop#E52521
  • tab.activeForeground#E52521
  • tab.border#0f111d
  • tab.inactiveBackground#0f111d
  • tab.inactiveForeground#9ca3af
  • terminal.ansiBlue#0095DD
  • terminal.ansiCyan#00BFFF
  • terminal.ansiGreen#00A651
  • terminal.ansiMagenta#9370DB
  • terminal.ansiRed#E52521
  • terminal.ansiYellow#FFC107
  • terminal.background#0f111d
  • terminal.foreground#e8eaed
  • titleBar.activeBackground#0f111d
  • titleBar.activeForeground#E52521
  • titleBar.border#E52521
  • titleBar.inactiveBackground#0a0c14
  • titleBar.inactiveForeground#6b7280

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6b7280italic
keyword, storage.type, storage.modifier#E52521bold
keyword.control, keyword.operator#E52521—
variable, support.variable#e8eaed—
variable.parameter, variable.other#0095DD—
entity.name.function, support.function#FFC107bold
entity.name.type, entity.name.class, support.class#00BFFFbold
string, string.quoted#00A651—
constant.numeric, constant.language, constant.character#FF69B4—
constant.character.escape#00BFFF—
support.type, support.class#9370DB—
meta.tag, punctuation.definition.tag#E52521—
entity.name.tag#E52521bold
entity.other.attribute-name#FFC107—
meta.import, meta.export#0095DD—
markup.heading#E52521bold
markup.bold#FFC107bold
markup.italic#00BFFFitalic
markup.inline.raw, markup.fenced_code#00A651—
invalid, invalid.illegal#ffffff—