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#30f9f9
  • activityBar.background#080b15
  • activityBar.foreground#30f9f9
  • activityBarBadge.background#30f9f9
  • activityBarBadge.foreground#0a0d1f
  • badge.background#30f9f9
  • badge.foreground#0a0d1f
  • button.background#152030
  • button.foreground#30f9f9
  • button.hoverBackground#26304a
  • dropdown.background#0b0e21
  • dropdown.border#152030
  • dropdown.foreground#c4c9e0
  • editor.background#0a0d1f
  • editor.findMatchBackground#ff7f5044
  • editor.findMatchHighlightBackground#ff7f5022
  • editor.foreground#c4c9e0
  • editor.lineHighlightBackground#15203080
  • editor.lineHighlightBorder#152030c0
  • editor.selectionBackground#e6b86b40
  • editor.selectionHighlightBackground#e6b86b33
  • editorBracketMatch.background#ff7f5033
  • editorBracketMatch.border#ff7f50
  • editorCursor.foreground#30f9f9
  • editorGroupHeader.tabsBackground#0a0d1f
  • editorIndentGuide.activeBackground#40415588
  • editorIndentGuide.background#40415544
  • editorLineNumber.activeForeground#30f9f9
  • editorLineNumber.foreground#65757a
  • editorWhitespace.foreground#404155
  • focusBorder#30f9f9
  • gitDecoration.conflictingResourceForeground#ff7f50
  • gitDecoration.deletedResourceForeground#ff6f6f
  • gitDecoration.modifiedResourceForeground#30f9f9
  • gitDecoration.untrackedResourceForeground#4fffd5
  • input.background#0b0e21
  • input.border#152030
  • input.foreground#c4c9e0
  • input.placeholderForeground#65757a
  • inputOption.activeBorder#30f9f9
  • list.activeSelectionBackground#152030
  • list.activeSelectionForeground#30f9f9
  • list.focusBackground#152030
  • list.highlightForeground#30f9f9
  • list.hoverBackground#15203066
  • minimap.background#0a0d1f
  • minimapSlider.activeBackground#30f9f966
  • minimapSlider.background#30f9f922
  • minimapSlider.hoverBackground#30f9f944
  • panel.background#0a0d1f
  • panel.border#152030
  • panelTitle.activeBorder#30f9f9
  • panelTitle.activeForeground#30f9f9
  • panelTitle.inactiveForeground#65757a
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#30f9f988
  • scrollbarSlider.background#40415544
  • scrollbarSlider.hoverBackground#40415588
  • sideBar.background#0b0e21
  • sideBar.foreground#c4c9e0
  • sideBarSectionHeader.background#0a0d1f
  • sideBarSectionHeader.foreground#30f9f9
  • sideBarTitle.foreground#30f9f9
  • statusBar.background#080b15
  • statusBar.debuggingBackground#ff7f50
  • statusBar.foreground#30f9f9
  • statusBar.noFolderBackground#0a0d1f
  • statusBarItem.hoverBackground#152030
  • tab.activeBackground#0a0d1f
  • tab.activeBorder#30f9f9
  • tab.activeForeground#30f9f9
  • tab.border#0a0d1f
  • tab.inactiveBackground#090b18
  • tab.inactiveForeground#65757a
  • terminal.ansiBlue#30f9f9
  • terminal.ansiBrightBlue#70f9ff
  • terminal.ansiBrightCyan#80ffe0
  • terminal.ansiBrightGreen#80ffe0
  • terminal.ansiBrightMagenta#ff9f80
  • terminal.ansiBrightRed#ff9999
  • terminal.ansiBrightYellow#ffdd99
  • terminal.ansiCyan#4fffd5
  • terminal.ansiGreen#4fffd5
  • terminal.ansiMagenta#ff7f50
  • terminal.ansiRed#ff6f6f
  • terminal.ansiYellow#e6b86b
  • terminal.background#0a0d1f
  • terminal.foreground#c4c9e0
  • titleBar.activeBackground#0a0d1f
  • titleBar.activeForeground#c4c9e0
  • titleBar.inactiveBackground#080b15
  • titleBar.inactiveForeground#65757a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#65757aitalic
string, string.quoted, string.template#4fffd5—
keyword, storage.type, storage.modifier#30f9f9bold
keyword.operator, punctuation.accessor#c4c9e0—
variable, variable.other#c4c9e0—
variable.parameter#30f9f9italic
entity.name.function, support.function#4fffd5—
meta.function-call#4fffd5—
entity.name.class, entity.name.type.class, support.class#30f9f9bold
entity.name.type, support.type#30f9f9—
entity.name.type.interface#ff7f50italic
constant.numeric#e6b86b—
constant, constant.language, constant.character#30f9f9—
constant.language.boolean#ff7f50bold
variable.other.property, support.variable.property#c4c9e0—
meta.object-literal.key#c4c9e0—
entity.name.tag, punctuation.definition.tag#30f9f9—
entity.other.attribute-name#ff7f50italic
punctuation, meta.brace#c4c9e0—
string.regexp#4fffd5—
constant.character.escape#ff7f50—
meta.decorator, punctuation.decorator#30f9f9—
invalid, invalid.illegal#ff6f6fstrikethrough
markup.heading, entity.name.section#ff7f50bold
markup.bold#30f9f9bold
markup.italic#ff7f50italic
markup.underline.link#4fffd5—
markup.inline.raw, markup.fenced_code#4fffd5—
support.type.property-name.json#30f9f9—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ff7f50—
support.type.property-name.css#c4c9e0—
support.constant.property-value.css#4fffd5—