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#240e3a
  • activityBar.foreground#e0e0e0
  • activityBarBadge.background#4d2c61
  • activityBarBadge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#ffffff
  • breadcrumb.background#240e3a
  • breadcrumb.focusForeground#ffffff
  • breadcrumb.foreground#e0e0e0
  • breadcrumb.separatorForeground#4d2c61
  • editor.background#1d0a2f
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#3b1a4d
  • editor.selectionBackground#5d2e81
  • editorBracketMatch.background#6f4a8e
  • editorBracketMatch.border#e0e0e0
  • editorCursor.foreground#ffffff
  • editorError.foreground#ff3a00
  • editorGroupHeader.tabsBackground#240e3a
  • editorGroupHeader.tabsBorder#4d2c61
  • editorGutter.background#1d0a2f
  • editorHint.foreground#00ff50
  • editorIndentGuide.background1#505050
  • editorInfo.foreground#00ccff
  • editorWarning.foreground#ffcc00
  • editorWhitespace.foreground#505050
  • list.activeSelectionBackground#3b1a4d
  • list.activeSelectionForeground#ffffff
  • list.background#240e3a
  • list.foreground#e0e0e0
  • list.hoverBackground#5d2e81
  • list.inactiveSelectionBackground#4d2c61
  • list.inactiveSelectionForeground#b0b0b0
  • quickInput.background#3b1a4d
  • quickInput.border#4d2c61
  • quickInput.foreground#e0e0e0
  • quickInput.selectedBackground#5d2e81
  • quickInput.selectedForeground#ffffff
  • scrollbarSlider.activeBackground#6f4a8e
  • scrollbarSlider.background#4d2c61
  • scrollbarSlider.hoverBackground#5d2e81
  • sideBar.background#240e3a
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#3a0e57
  • statusBar.background#3b1a4d
  • statusBar.foreground#ffffff
  • tab.activeBackground#3b1a4d
  • tab.activeBorder#5d2e81
  • tab.activeForeground#ffffff
  • tab.border#4d2c61
  • tab.inactiveBackground#1f0b35
  • tab.inactiveForeground#b0b0b0
  • tab.unfocusedActiveBorder#4d2c61
  • tab.unfocusedInactiveBackground#2a0f3d
  • tabsBackground#240e3a
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#00ccff
  • terminal.ansiBrightBlack#757575
  • terminal.ansiCyan#00bcd4
  • terminal.ansiGreen#00ff50
  • terminal.ansiMagenta#880088
  • terminal.ansiRed#ff3a00
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ffcc00
  • terminal.background#1d0a2f
  • terminal.foreground#e0e0e0
  • terminal.integrated.titleBackground#3b1a4d
  • terminal.integrated.titleForeground#ffffff
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#ffffff
  • titleBar.activeBackground#3b1a4d
  • titleBar.activeForeground#ffffff
  • tree.indentGuidesStroke#505050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546E7Aitalic
variable, string constant.other.placeholder#EEFFFF—
string#C3E88D—
keyword, storage.type, storage.modifier#C792EA—
entity.name.function, support.function#82AAFF—
entity.name, support.type#FFCB6B—
invalid#FF5370—
constant.numeric#F78C6C—
keyword.control, punctuation#89DDFF—
*url*, *link*, *uri*#82AAFFunderline
shades-of-life by Rafael Bertelli Borges - VS Code Theme