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#050A05
  • activityBar.border#1a3a1a
  • activityBar.foreground#00FF66
  • activityBarBadge.background#FF3333
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF3333
  • badge.foreground#FFFFFF
  • button.background#00FF66
  • button.foreground#050A05
  • button.hoverBackground#00CC55
  • debugIcon.breakpointForeground#FF3333
  • debugToolBar.background#0a150a
  • dropdown.background#0a150a
  • dropdown.border#446644
  • dropdown.foreground#CEFFCE
  • editor.background#050A05
  • editor.findMatchBackground#00FF6640
  • editor.findMatchHighlightBackground#00FF6625
  • editor.foreground#CEFFCE
  • editor.lineHighlightBackground#0a150a
  • editor.selectionBackground#30803050
  • editor.wordHighlightBackground#00FF6630
  • editorBracketMatch.background#00FF6630
  • editorBracketMatch.border#00FF66
  • editorCursor.foreground#00FF66
  • editorGroupHeader.tabsBackground#050A05
  • editorGutter.background#050A05
  • editorIndentGuide.activeBackground1#446644
  • editorIndentGuide.background1#1a3a1a
  • editorLineNumber.activeForeground#00FF66
  • editorLineNumber.foreground#446644
  • editorSuggestWidget.background#081008
  • editorSuggestWidget.border#1a3a1a
  • editorSuggestWidget.highlightForeground#CCFF00
  • editorSuggestWidget.selectedBackground#2a5a2a
  • editorWidget.background#081008
  • editorWidget.border#1a3a1a
  • focusBorder#00FF66
  • gitDecoration.conflictingResourceForeground#FF6600
  • gitDecoration.deletedResourceForeground#FF3333
  • gitDecoration.modifiedResourceForeground#CCFF00
  • gitDecoration.untrackedResourceForeground#00FF66
  • input.background#0a150a
  • input.border#446644
  • input.foreground#CEFFCE
  • input.placeholderForeground#446644
  • inputOption.activeBorder#00FF66
  • list.activeSelectionBackground#2a5a2a
  • list.activeSelectionForeground#CEFFCE
  • list.highlightForeground#00FF66
  • list.hoverBackground#153a15
  • list.inactiveSelectionBackground#1a4a1a
  • minimap.background#050A05
  • minimapSlider.activeBackground#00FF6650
  • minimapSlider.background#44664430
  • minimapSlider.hoverBackground#44664450
  • panel.background#050A05
  • panel.border#1a3a1a
  • panelTitle.activeBorder#00FF66
  • panelTitle.activeForeground#CEFFCE
  • panelTitle.inactiveForeground#668866
  • peekView.border#00FF66
  • peekViewEditor.background#081008
  • peekViewResult.background#0a150a
  • peekViewTitle.background#0a150a
  • peekViewTitleLabel.foreground#00FFCC
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#00FF6680
  • scrollbarSlider.background#44664450
  • scrollbarSlider.hoverBackground#44664480
  • sideBar.background#081008
  • sideBar.border#1a3a1a
  • sideBar.foreground#AACCAA
  • sideBarSectionHeader.background#0a150a
  • sideBarSectionHeader.foreground#CCFF00
  • sideBarTitle.foreground#00FF66
  • statusBar.background#050A05
  • statusBar.border#1a3a1a
  • statusBar.debuggingBackground#FF3333
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#00FF66
  • statusBarItem.hoverBackground#1a4a1a
  • tab.activeBackground#0f300f
  • tab.activeBorderTop#00FF66
  • tab.activeForeground#CEFFCE
  • tab.border#1a3a1a
  • tab.inactiveBackground#050A05
  • tab.inactiveForeground#668866
  • terminal.ansiBlack#050A05
  • terminal.ansiBlue#00FFCC
  • terminal.ansiBrightBlack#446644
  • terminal.ansiBrightBlue#66FFDD
  • terminal.ansiBrightCyan#66FFDD
  • terminal.ansiBrightGreen#66FF99
  • terminal.ansiBrightMagenta#FF6666
  • terminal.ansiBrightRed#FF6666
  • terminal.ansiBrightWhite#EEFFEE
  • terminal.ansiBrightYellow#DDFF66
  • terminal.ansiCyan#00FFCC
  • terminal.ansiGreen#00FF66
  • terminal.ansiMagenta#FF3333
  • terminal.ansiRed#FF3333
  • terminal.ansiWhite#CEFFCE
  • terminal.ansiYellow#CCFF00
  • terminal.background#050A05
  • terminal.foreground#CEFFCE
  • titleBar.activeBackground#050A05
  • titleBar.activeForeground#CEFFCE
  • titleBar.inactiveBackground#030803
  • titleBar.inactiveForeground#668866

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#446644italic
keyword, storage.type, storage.modifier, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, keyword.operator.sizeof, keyword.operator.typeof#FF3333
string, string.quoted, string.template, punctuation.definition.string#00FF66
entity.name.function, support.function, meta.function-call, variable.function#CCFF00
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined#00FFCC
variable, variable.other, variable.parameter#CEFFCE
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#00FFCC
keyword.operator, punctuation.accessor#CCFF00
punctuation.bracket, punctuation.separator, punctuation.terminator, meta.brace#88AA88
constant, constant.other, variable.other.constant#00FFCC
entity.name.tag, support.type.property-name, meta.object-literal.key#CCFF00
entity.name.tag.html, entity.name.tag.xml#FF3333
entity.other.attribute-name#CCFF00
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#00FF66
support.type.property-name.css#CCFF00
support.constant.property-value.css, support.constant.color.css#00FFCC
string.regexp#FF3333
constant.character.escape#00FFCC
heading.1.markdown, heading.2.markdown, heading.3.markdown, punctuation.definition.heading.markdown#CCFF00bold
markup.bold#FF3333bold
markup.italic#00FF66italic
markup.underline.link#00FFCC
markup.inline.raw, markup.fenced_code.block#00FF66
support.type.property-name.json#CCFF00
string.quoted.double.json#00FF66
invalid, invalid.illegal#FF3333underline
invalid.deprecated#FF6600strikethrough
Monkey Island Theme - Revenge's LeChuck Edition by fidelp27 - VS Code Theme