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.activeBorder#00FFE5
  • activityBar.background#0B1016
  • activityBar.foreground#00FFE5
  • activityBarBadge.background#00FFE5
  • activityBarBadge.foreground#0A0F14
  • badge.background#00FFE5
  • badge.foreground#0A0F14
  • button.background#151A22
  • button.foreground#FFFFFF
  • button.hoverBackground#1E252F
  • dropdown.background#0C1118
  • dropdown.border#151A22
  • dropdown.foreground#C0C0C0
  • editor.background#0A0F14
  • editor.findMatchBackground#00FFE544
  • editor.findMatchHighlightBackground#00FFE522
  • editor.foreground#C0C0C0
  • editor.lineHighlightBackground#151A2280
  • editor.lineHighlightBorder#151A22C0
  • editor.selectionBackground#00FFE533
  • editor.selectionHighlightBackground#00FFE522
  • editorBracketMatch.background#00FFE533
  • editorBracketMatch.border#00FFE5
  • editorCursor.foreground#00FFE5
  • editorGroupHeader.tabsBackground#0A0F14
  • editorIndentGuide.activeBackground#2E354099
  • editorIndentGuide.background#2E35404D
  • editorLineNumber.activeForeground#00FFE5
  • editorLineNumber.foreground#4A4F58
  • editorWhitespace.foreground#2E3540
  • focusBorder#00FFE5
  • gitDecoration.conflictingResourceForeground#FFD700
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.modifiedResourceForeground#00FFE5
  • gitDecoration.untrackedResourceForeground#7CFF6F
  • input.background#0C1118
  • input.border#151A22
  • input.foreground#C0C0C0
  • input.placeholderForeground#4A4F58
  • inputOption.activeBorder#00FFE5
  • list.activeSelectionBackground#151A22
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#151A22
  • list.highlightForeground#00FFE5
  • list.hoverBackground#151A2266
  • minimap.background#0A0F14
  • minimapSlider.activeBackground#00FFE566
  • minimapSlider.background#00FFE522
  • minimapSlider.hoverBackground#00FFE544
  • panel.background#0A0F14
  • panel.border#151A22
  • panelTitle.activeBorder#00FFE5
  • panelTitle.activeForeground#00FFE5
  • panelTitle.inactiveForeground#A0A0A0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#00FFE588
  • scrollbarSlider.background#4A4F5844
  • scrollbarSlider.hoverBackground#4A4F5888
  • sideBar.background#0C1118
  • sideBar.foreground#A0A0A0
  • sideBarSectionHeader.background#0B1016
  • sideBarSectionHeader.foreground#00FFE5
  • sideBarTitle.foreground#00FFE5
  • statusBar.background#151A22
  • statusBar.debuggingBackground#00FFE5
  • statusBar.foreground#C0C0C0
  • statusBar.noFolderBackground#0B1016
  • statusBarItem.hoverBackground#1E252F
  • tab.activeBackground#151A22
  • tab.activeBorder#00FFE5
  • tab.activeForeground#FFFFFF
  • tab.border#0A0F14
  • tab.inactiveBackground#0C1118
  • tab.inactiveForeground#A0A0A0
  • terminal.ansiBlue#00FFE5
  • terminal.ansiBrightBlue#55B8FF
  • terminal.ansiBrightCyan#55E8FF
  • terminal.ansiBrightGreen#9CFF8F
  • terminal.ansiBrightMagenta#E5AFFF
  • terminal.ansiBrightRed#FF7777
  • terminal.ansiBrightYellow#FFE877
  • terminal.ansiCyan#00FFD7
  • terminal.ansiGreen#7CFF6F
  • terminal.ansiMagenta#C58BFF
  • terminal.ansiRed#FF5555
  • terminal.ansiYellow#FFD700
  • terminal.background#0A0F14
  • terminal.foreground#C0C0C0
  • titleBar.activeBackground#0B1016
  • titleBar.activeForeground#C0C0C0
  • titleBar.inactiveBackground#0A0F14
  • titleBar.inactiveForeground#A0A0A0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A5Aitalic
string, string.quoted, string.template#7CFF6F
keyword, storage.type, storage.modifier#00FFE5bold
keyword.operator, punctuation.accessor#00FFD7
variable, variable.other#C0C0C0
variable.parameter#00FFD7italic
entity.name.function, support.function#00FFE5
meta.function-call#A0A0A0
entity.name.class, entity.name.type.class, support.class#9A4DFFbold
entity.name.type, support.type#9A4DFF
entity.name.type.interface#00FFE5italic
constant.numeric#FFD700
constant, constant.language, constant.character#FFD700
constant.language.boolean#FFD700bold
variable.other.property, support.variable.property#A0A0A0
meta.object-literal.key#00FFE5
entity.name.tag, punctuation.definition.tag#00FFE5
entity.other.attribute-name#C58BFFitalic
punctuation, meta.brace#00FFD7
string.regexp#FF5555
constant.character.escape#C58BFF
meta.decorator, punctuation.decorator#FFD700
invalid, invalid.illegal#FF5555strikethrough
markup.heading, entity.name.section#00FFE5bold
markup.bold#FFD700bold
markup.italic#C58BFFitalic
markup.underline.link#00FFD7
markup.inline.raw, markup.fenced_code#7CFF6F
support.type.property-name.json#00FFE5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFD700
support.type.property-name.css#00FFE5
support.constant.property-value.css#00FFD7