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#FFB300
  • activityBar.background#150F2A
  • activityBar.foreground#FFB300
  • activityBarBadge.background#FFB300
  • activityBarBadge.foreground#0F0A1A
  • badge.background#FFB300
  • badge.foreground#0F0A1A
  • button.background#1B172D
  • button.foreground#FFFFFF
  • button.hoverBackground#2A263F
  • dropdown.background#130E23
  • dropdown.border#1B172D
  • dropdown.foreground#E2E0EB
  • editor.background#0F0A1A
  • editor.findMatchBackground#FFB30044
  • editor.findMatchHighlightBackground#FFB30022
  • editor.foreground#E2E0EB
  • editor.lineHighlightBackground#1B172D66
  • editor.lineHighlightBorder#1B172D99
  • editor.selectionBackground#7B1FA266
  • editor.selectionHighlightBackground#7B1FA222
  • editorBracketMatch.background#7B1FA233
  • editorBracketMatch.border#7B1FA2
  • editorCursor.foreground#FFB300
  • editorGroupHeader.tabsBackground#0F0A1A
  • editorIndentGuide.activeBackground#2A263F88
  • editorIndentGuide.background#2A263F44
  • editorLineNumber.activeForeground#FFB300
  • editorLineNumber.foreground#5A567B
  • editorWhitespace.foreground#2A263F
  • focusBorder#FFB300
  • gitDecoration.conflictingResourceForeground#7B1FA2
  • gitDecoration.deletedResourceForeground#FF5722
  • gitDecoration.modifiedResourceForeground#FFB300
  • gitDecoration.untrackedResourceForeground#00E5C2
  • input.background#130E23
  • input.border#1B172D
  • input.foreground#E2E0EB
  • input.placeholderForeground#5A567B
  • inputOption.activeBorder#FFB300
  • list.activeSelectionBackground#1B172D
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#1B172D
  • list.highlightForeground#FFB300
  • list.hoverBackground#1B172D66
  • minimap.background#0F0A1A
  • minimapSlider.activeBackground#7B1FA266
  • minimapSlider.background#7B1FA222
  • minimapSlider.hoverBackground#7B1FA244
  • panel.background#0F0A1A
  • panel.border#1B172D
  • panelTitle.activeBorder#FFB300
  • panelTitle.activeForeground#FFB300
  • panelTitle.inactiveForeground#B0A9C9
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#7B1FA288
  • scrollbarSlider.background#5A567B44
  • scrollbarSlider.hoverBackground#5A567B88
  • sideBar.background#130E23
  • sideBar.foreground#B0A9C9
  • sideBarSectionHeader.background#150F2A
  • sideBarSectionHeader.foreground#FFB300
  • sideBarTitle.foreground#FFB300
  • statusBar.background#1B172D
  • statusBar.debuggingBackground#7B1FA2
  • statusBar.foreground#E2E0EB
  • statusBar.noFolderBackground#150F2A
  • statusBarItem.hoverBackground#2A263F
  • tab.activeBackground#1B172D
  • tab.activeBorder#FFB300
  • tab.activeForeground#FFFFFF
  • tab.border#0F0A1A
  • tab.inactiveBackground#130E23
  • tab.inactiveForeground#B0A9C9
  • terminal.ansiBlue#7B1FA2
  • terminal.ansiBrightBlue#9C27B0
  • terminal.ansiBrightCyan#33EB91
  • terminal.ansiBrightGreen#33EB91
  • terminal.ansiBrightMagenta#FF7043
  • terminal.ansiBrightRed#FF7043
  • terminal.ansiBrightYellow#FFEB3B
  • terminal.ansiCyan#00E5C2
  • terminal.ansiGreen#00E5C2
  • terminal.ansiMagenta#FFB300
  • terminal.ansiRed#FF5722
  • terminal.ansiYellow#FFB300
  • terminal.background#0F0A1A
  • terminal.foreground#E2E0EB
  • titleBar.activeBackground#150F2A
  • titleBar.activeForeground#E2E0EB
  • titleBar.inactiveBackground#0F0A1A
  • titleBar.inactiveForeground#B0A9C9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A7Aitalic
string, string.quoted, string.template#4CAF50
keyword, storage.type, storage.modifier#FF6F61bold
keyword.operator, punctuation.accessor#D8D5E8
variable, variable.other#D8D5E8
variable.parameter#FFD700italic
entity.name.function, support.function#FFD700
meta.function-call#D8D5E8
entity.name.class, entity.name.type.class, support.class#8A2BE2bold
entity.name.type, support.type#8A2BE2
entity.name.type.interface#4CAF50italic
constant.numeric#FFD700
constant, constant.language, constant.character#FFD700
constant.language.boolean#FF6F61bold
variable.other.property, support.variable.property#D8D5E8
meta.object-literal.key#FFD700
entity.name.tag, punctuation.definition.tag#FF6F61
entity.other.attribute-name#8A2BE2italic
punctuation, meta.brace#D8D5E8
string.regexp#FF6F61
constant.character.escape#8A2BE2
meta.decorator, punctuation.decorator#FFD700
invalid, invalid.illegal#FF6F61strikethrough
markup.heading, entity.name.section#FF6F61bold
markup.bold#FFD700bold
markup.italic#8A2BE2italic
markup.underline.link#4CAF50
markup.inline.raw, markup.fenced_code#4CAF50
support.type.property-name.json#FFD700
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFD700
support.type.property-name.css#FF6F61
support.constant.property-value.css#4CAF50