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#00FFF5
  • activityBar.background#0C0C30
  • activityBar.foreground#00FFF5
  • activityBarBadge.background#00FFF5
  • activityBarBadge.foreground#0B0B1F
  • badge.background#00FFF5
  • badge.foreground#0B0B1F
  • button.background#00FFF5
  • button.foreground#0B0B1F
  • button.hoverBackground#00FFF580
  • dropdown.background#0C0C30
  • dropdown.border#333355
  • dropdown.foreground#E0E0FF
  • editor.background#0B0B1F
  • editor.findMatchBackground#FF00C855
  • editor.findMatchHighlightBackground#FF00C833
  • editor.foreground#E0E0FF
  • editor.lineHighlightBackground#00FFF520
  • editor.lineHighlightBorder#00FFF540
  • editor.selectionBackground#00FFF555
  • editor.selectionHighlightBackground#00FFF530
  • editorBracketMatch.background#FF00C833
  • editorBracketMatch.border#FF00C8
  • editorCursor.foreground#00FFF5
  • editorGroupHeader.tabsBackground#0B0B1F
  • editorIndentGuide.activeBackground#33335588
  • editorIndentGuide.background#33335544
  • editorLineNumber.activeForeground#00FFF5
  • editorLineNumber.foreground#444466
  • editorWhitespace.foreground#444466
  • focusBorder#00FFF5
  • gitDecoration.conflictingResourceForeground#FFAE00
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.modifiedResourceForeground#00FFF5
  • gitDecoration.untrackedResourceForeground#A0FF00
  • input.background#0C0C30
  • input.border#333355
  • input.foreground#E0E0FF
  • input.placeholderForeground#555577
  • inputOption.activeBorder#00FFF5
  • list.activeSelectionBackground#00FFF533
  • list.activeSelectionForeground#E0E0FF
  • list.focusBackground#00FFF530
  • list.highlightForeground#00FFF5
  • list.hoverBackground#00FFF525
  • minimap.background#0B0B1F
  • minimapSlider.activeBackground#00FFF566
  • minimapSlider.background#00FFF522
  • minimapSlider.hoverBackground#00FFF544
  • panel.background#0B0B1F
  • panel.border#0C0C30
  • panelTitle.activeBorder#00FFF5
  • panelTitle.activeForeground#00FFF5
  • panelTitle.inactiveForeground#A0A0C0
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#555577CC
  • scrollbarSlider.background#55557744
  • scrollbarSlider.hoverBackground#55557788
  • sideBar.background#0B0B1F
  • sideBar.foreground#C0C0FF
  • sideBarSectionHeader.background#0C0C30
  • sideBarSectionHeader.foreground#00FFF5
  • sideBarTitle.foreground#00FFF5
  • statusBar.background#0C0C30
  • statusBar.debuggingBackground#FF00C8
  • statusBar.foreground#E0E0FF
  • statusBar.noFolderBackground#0B0B1F
  • statusBarItem.hoverBackground#00FFF533
  • tab.activeBackground#0B0B1F
  • tab.activeBorder#00FFF5
  • tab.activeForeground#E0E0FF
  • tab.border#0B0B1F
  • tab.inactiveBackground#0B0B1F
  • tab.inactiveForeground#A0A0C0
  • terminal.ansiBlue#0066FF
  • terminal.ansiBrightBlue#3399FF
  • terminal.ansiBrightCyan#33FFF5
  • terminal.ansiBrightGreen#B5FF5C
  • terminal.ansiBrightMagenta#FF66B2
  • terminal.ansiBrightRed#FF7777
  • terminal.ansiBrightYellow#FFCC66
  • terminal.ansiCyan#00FFF5
  • terminal.ansiGreen#A0FF00
  • terminal.ansiMagenta#FF00C8
  • terminal.ansiRed#FF5555
  • terminal.ansiYellow#FFAE00
  • terminal.background#0B0B1F
  • terminal.foreground#E0E0FF
  • titleBar.activeBackground#0C0C30
  • titleBar.activeForeground#E0E0FF
  • titleBar.inactiveBackground#0B0B1F
  • titleBar.inactiveForeground#A0A0C0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555555italic
string, string.quoted, string.template#A0FF00
keyword, storage.type, storage.modifier#00FFF5bold
keyword.operator, punctuation.accessor#FF00C8
variable, variable.other#E0E0FF
variable.parameter#FF00C8italic
entity.name.function, support.function#FFE600
meta.function-call#FFE600
entity.name.class, entity.name.type.class, support.class#00FFF5bold
entity.name.type, support.type#00FFF5
entity.name.type.interface#FF00C8italic
constant.numeric#FFAE00
constant, constant.language, constant.character#FFAE00
constant.language.boolean#FFAE00bold
variable.other.property, support.variable.property#E0E0FF
meta.object-literal.key#00FFF5
entity.name.tag, punctuation.definition.tag#FF00C8
entity.other.attribute-name#FF00C8italic
punctuation, meta.brace#E0E0FF
string.regexp#FFAE00
constant.character.escape#FF00C8
meta.decorator, punctuation.decorator#FFE600
invalid, invalid.illegal#FF3333strikethrough
markup.heading, entity.name.section#00FFF5bold
markup.bold#FFAE00bold
markup.italic#FF00C8italic
markup.underline.link#00FFF5
markup.inline.raw, markup.fenced_code#A0FF00
support.type.property-name.json#00FFF5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF00C8
support.type.property-name.css#00FFF5
support.constant.property-value.css#A0FF00