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#9A4DFF
  • activityBar.background#0B0E17
  • activityBar.foreground#00E5FF
  • activityBarBadge.background#00E5FF
  • activityBarBadge.foreground#0B0E17
  • badge.background#00E5FF
  • badge.foreground#0B0E17
  • button.background#1A2233
  • button.foreground#E0E5F2
  • button.hoverBackground#2A3A5A
  • dropdown.background#141B2A
  • dropdown.border#1A2233
  • dropdown.foreground#E0E5F2
  • editor.background#0B0E17
  • editor.findMatchBackground#00E5FF44
  • editor.findMatchHighlightBackground#00E5FF22
  • editor.foreground#E0E5F2
  • editor.lineHighlightBackground#1A223340
  • editor.lineHighlightBorder#1A223380
  • editor.selectionBackground#9A4DFF55
  • editor.selectionHighlightBackground#9A4DFF33
  • editorBracketMatch.background#00E5FF33
  • editorBracketMatch.border#00E5FF
  • editorCursor.foreground#00E5FF
  • editorGroupHeader.tabsBackground#0B0E17
  • editorIndentGuide.activeBackground#00E5FF88
  • editorIndentGuide.background#2A3A5A44
  • editorLineNumber.activeForeground#00E5FF
  • editorLineNumber.foreground#4A5A7A
  • editorWhitespace.foreground#2A3A5A
  • focusBorder#00E5FF
  • gitDecoration.conflictingResourceForeground#FFA500
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.modifiedResourceForeground#00E5FF
  • gitDecoration.untrackedResourceForeground#4FFFA0
  • input.background#141B2A
  • input.border#1A2233
  • input.foreground#E0E5F2
  • input.placeholderForeground#4A5A7A
  • inputOption.activeBorder#00E5FF
  • list.activeSelectionBackground#1A2233
  • list.activeSelectionForeground#E0E5F2
  • list.focusBackground#1A2233
  • list.highlightForeground#00E5FF
  • list.hoverBackground#1A223366
  • minimap.background#0B0E17
  • minimapSlider.activeBackground#00E5FF66
  • minimapSlider.background#00E5FF22
  • minimapSlider.hoverBackground#00E5FF44
  • panel.background#0B0E17
  • panel.border#1A2233
  • panelTitle.activeBorder#00E5FF
  • panelTitle.activeForeground#00E5FF
  • panelTitle.inactiveForeground#5A6C8A
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#00E5FF88
  • scrollbarSlider.background#4A5A7A44
  • scrollbarSlider.hoverBackground#4A5A7A88
  • sideBar.background#0B0E17
  • sideBar.foreground#A8B8D8
  • sideBarSectionHeader.background#141B2A
  • sideBarSectionHeader.foreground#00E5FF
  • sideBarTitle.foreground#00E5FF
  • statusBar.background#1A2233
  • statusBar.debuggingBackground#9A4DFF
  • statusBar.foreground#E0E5F2
  • statusBar.noFolderBackground#0B0E17
  • statusBarItem.hoverBackground#1E2A40
  • tab.activeBackground#1A2233
  • tab.activeBorder#00E5FF
  • tab.activeForeground#E0E5F2
  • tab.border#0B0E17
  • tab.inactiveBackground#0B0E17
  • tab.inactiveForeground#5A6C8A
  • terminal.ansiBlue#00E5FF
  • terminal.ansiBrightBlue#5E81AC
  • terminal.ansiBrightCyan#8BE9FD
  • terminal.ansiBrightGreen#69FF94
  • terminal.ansiBrightMagenta#D08770
  • terminal.ansiBrightRed#FF6E6E
  • terminal.ansiBrightYellow#FFFA87
  • terminal.ansiCyan#8BE9FD
  • terminal.ansiGreen#4FFFA0
  • terminal.ansiMagenta#FF79C6
  • terminal.ansiRed#FF5555
  • terminal.ansiYellow#FFA500
  • terminal.background#0B0E17
  • terminal.foreground#E0E5F2
  • titleBar.activeBackground#0B0E17
  • titleBar.activeForeground#E0E5F2
  • titleBar.inactiveBackground#0B0E17
  • titleBar.inactiveForeground#5A6C8A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A6C8Aitalic
string, string.quoted, string.template#4FFFA0
keyword, storage.type, storage.modifier#00E5FFbold
keyword.operator, punctuation.accessor#8BE9FD
variable, variable.other#E0E5F2
variable.parameter#FF79C6italic
entity.name.function, support.function#8BE9FD
meta.function-call#A8B8D8
entity.name.class, entity.name.type.class, support.class#9A4DFFbold
entity.name.type, support.type#9A4DFF
entity.name.type.interface#00E5FFitalic
constant.numeric#FFFA87
constant, constant.language, constant.character#FF79C6
constant.language.boolean#FFFA87bold
variable.other.property, support.variable.property#A8B8D8
meta.object-literal.key#00E5FF
entity.name.tag, punctuation.definition.tag#00E5FF
entity.other.attribute-name#FF79C6italic
punctuation, meta.brace#8BE9FD
string.regexp#FF5555
constant.character.escape#FF79C6
meta.decorator, punctuation.decorator#FFA500
invalid, invalid.illegal#FF5555strikethrough
markup.heading, entity.name.section#00E5FFbold
markup.bold#FFFA87bold
markup.italic#FF79C6italic
markup.underline.link#8BE9FD
markup.inline.raw, markup.fenced_code#4FFFA0
support.type.property-name.json#00E5FF
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFA500
support.type.property-name.css#8BE9FD
support.constant.property-value.css#4FFFA0