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.background#0A0E0A
  • activityBar.foreground#33FF66
  • activityBar.inactiveForeground#1A5A2A
  • activityBarBadge.background#33FF66
  • activityBarBadge.foreground#0A0E0A
  • badge.background#33FF66
  • badge.foreground#0A0E0A
  • breadcrumb.activeSelectionForeground#66FFB2
  • breadcrumb.focusForeground#33FF66
  • breadcrumb.foreground#1A5A2A
  • button.background#1AAF3C
  • button.foreground#0A0E0A
  • button.hoverBackground#22CC48
  • dropdown.background#0A0E0A
  • dropdown.border#1A5A2A
  • dropdown.foreground#33FF66
  • editor.background#0D140D
  • editor.findMatchBackground#33FF6633
  • editor.findMatchHighlightBackground#33FF6618
  • editor.foreground#33FF66
  • editor.lineHighlightBackground#0F1C0F
  • editor.selectionBackground#33FF6622
  • editor.selectionHighlightBackground#33FF6615
  • editor.wordHighlightBackground#33FF6618
  • editor.wordHighlightStrongBackground#33FF6622
  • editorBracketHighlight.foreground1#33FF66
  • editorBracketHighlight.foreground2#66FFB2
  • editorBracketHighlight.foreground3#AAFF44
  • editorBracketHighlight.foreground4#1AAF3C
  • editorBracketHighlight.foreground5#88FFCC
  • editorBracketHighlight.foreground6#CCFF66
  • editorBracketMatch.background#33FF6622
  • editorBracketMatch.border#33FF66
  • editorCursor.foreground#33FF66
  • editorError.foreground#FF4444
  • editorGroupHeader.tabsBackground#0A0E0A
  • editorGutter.addedBackground#66FFB2
  • editorGutter.deletedBackground#33FF66
  • editorGutter.modifiedBackground#AAFF44
  • editorIndentGuide.activeBackground#1AAF3C
  • editorIndentGuide.background#1A2E1A
  • editorLineNumber.activeForeground#33FF66
  • editorLineNumber.foreground#1A5A2A
  • editorOverviewRuler.addedForeground#66FFB2
  • editorOverviewRuler.deletedForeground#33FF66
  • editorOverviewRuler.modifiedForeground#AAFF44
  • editorWarning.foreground#AAFF44
  • editorWhitespace.foreground#1A2E1A
  • gitDecoration.addedResourceForeground#66FFB2
  • gitDecoration.conflictingResourceForeground#CCFF66
  • gitDecoration.deletedResourceForeground#33FF66
  • gitDecoration.ignoredResourceForeground#1A2E1A
  • gitDecoration.modifiedResourceForeground#AAFF44
  • gitDecoration.untrackedResourceForeground#66FFB2
  • input.background#0A0E0A
  • input.border#1A5A2A
  • input.foreground#33FF66
  • input.placeholderForeground#1A5A2A
  • inputOption.activeBorder#33FF66
  • list.activeSelectionBackground#1A3A1A
  • list.activeSelectionForeground#33FF66
  • list.focusBackground#1A3A1A
  • list.focusForeground#33FF66
  • list.highlightForeground#66FFB2
  • list.hoverBackground#0F1C0F
  • list.hoverForeground#33FF66
  • list.inactiveSelectionBackground#0F1C0F
  • list.inactiveSelectionForeground#33FF66
  • minimap.selectionHighlight#33FF6630
  • notificationCenter.border#33FF66
  • notifications.background#0A0E0A
  • notifications.foreground#33FF66
  • panel.background#0A0E0A
  • panel.border#0D140D
  • panelTitle.activeBorder#33FF66
  • panelTitle.activeForeground#33FF66
  • panelTitle.inactiveForeground#1A5A2A
  • peekView.border#33FF66
  • peekViewEditor.background#0A0E0A
  • peekViewResult.background#0A0E0A
  • peekViewTitle.background#0A0E0A
  • peekViewTitleLabel.foreground#33FF66
  • scrollbar.shadow#00000050
  • scrollbarSlider.activeBackground#33FF6660
  • scrollbarSlider.background#33FF6620
  • scrollbarSlider.hoverBackground#33FF6640
  • sideBar.background#0A0E0A
  • sideBar.border#0D140D
  • sideBar.foreground#1AAF3C
  • sideBarSectionHeader.background#0D140D
  • sideBarSectionHeader.foreground#33FF66
  • sideBarTitle.foreground#33FF66
  • statusBar.background#0A0E0A
  • statusBar.debuggingBackground#33FF66
  • statusBar.debuggingForeground#0A0E0A
  • statusBar.foreground#33FF66
  • statusBar.noFolderBackground#0D140D
  • tab.activeBackground#0D140D
  • tab.activeBorderTop#33FF66
  • tab.activeForeground#33FF66
  • tab.border#0A0E0A
  • tab.inactiveBackground#0A0E0A
  • tab.inactiveForeground#1A5A2A
  • terminal.ansiBlack#0A0E0A
  • terminal.ansiBlue#1AAF3C
  • terminal.ansiBrightBlack#1A5A2A
  • terminal.ansiBrightBlue#33CC55
  • terminal.ansiBrightCyan#88FFCC
  • terminal.ansiBrightGreen#66FF88
  • terminal.ansiBrightMagenta#88FFCC
  • terminal.ansiBrightRed#66FF88
  • terminal.ansiBrightWhite#AAFFAA
  • terminal.ansiBrightYellow#CCFF66
  • terminal.ansiCyan#66FFB2
  • terminal.ansiGreen#33FF66
  • terminal.ansiMagenta#66FFB2
  • terminal.ansiRed#33FF66
  • terminal.ansiWhite#33FF66
  • terminal.ansiYellow#AAFF44
  • terminal.background#0A0E0A
  • terminal.foreground#33FF66
  • titleBar.activeBackground#0A0E0A
  • titleBar.activeForeground#33FF66
  • titleBar.inactiveBackground#0A0E0A
  • titleBar.inactiveForeground#1A5A2A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source, text#33FF66
comment, punctuation.definition.comment#1A5A2Aitalic
string, string.quoted, string.template, punctuation.definition.string#66FFB2
constant.numeric#AAFF44
constant.language#AAFF44italic
constant.character, constant.other#AAFF44
keyword, keyword.control, keyword.operator.new#33FF66bold
keyword.operator#33FF66
storage, storage.type#33FF66italic
storage.modifier#33FF66italic
entity.name.type, entity.name.class, support.class, entity.other.inherited-class#66FFB2underline
entity.name.function, support.function, meta.function-call#44FF88
variable.parameter#AAFF44italic
variable, variable.other#33FF66
variable.language#66FFB2italic
variable.other.property, variable.other.object.property, support.variable.property, meta.object-literal.key#22CC55
entity.name.tag#33FF66
entity.other.attribute-name#66FFB2italic
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#33FF66
support.type.property-name.css#1AAF3C
support.constant.property-value.css#66FFB2
keyword.other.unit.css#AAFF44
punctuation.separator, punctuation.terminator, punctuation.accessor#1AAF3C
punctuation.section, punctuation.definition.block, meta.brace#1AAF3C
markup.heading, entity.name.section.markdown#33FF66bold
markup.bold#66FFB2bold
markup.italic#AAFF44italic
markup.underline.link#66FFB2
markup.inline.raw, markup.fenced_code#1AAF3C
support.type.property-name.json#33FF66
string.quoted.double.json#66FFB2
entity.name.tag.yaml#33FF66
meta.decorator, punctuation.decorator#AAFF44italic
string.regexp#88FFCC
constant.character.escape#88FFCC
support.type, support.class#66FFB2
support.constant#AAFF44
invalid#0A0E0A
invalid.deprecated#0A0E0A