Skip to main content
Coding Theme

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#000000
  • activityBar.border#0D0F0D
  • activityBar.foreground#3AAE58
  • activityBar.inactiveForeground#1D5E30
  • activityBarBadge.background#00FF41
  • activityBarBadge.foreground#000000
  • badge.background#00FF41
  • badge.foreground#080809
  • button.background#1A3A2A
  • button.foreground#00FF41
  • button.hoverBackground#204A34
  • descriptionForeground#2A4035
  • diffEditor.insertedTextBackground#1A3A2A30
  • diffEditor.removedTextBackground#3A151030
  • dropdown.background#050505
  • dropdown.border#2A4035
  • dropdown.foreground#8BBBA8
  • editor.background#000000
  • editor.findMatchBackground#2A5A38
  • editor.findMatchHighlightBackground#1A3A28
  • editor.foreground#8BBBA8
  • editor.inactiveSelectionBackground#0D1F15
  • editor.lineHighlightBackground#0A0F0C
  • editor.selectionBackground#1A3A2A
  • editor.selectionHighlightBackground#122818
  • editor.wordHighlightBackground#122818
  • editor.wordHighlightStrongBackground#1A3A2A
  • editorBracketMatch.background#1A3A2A
  • editorBracketMatch.border#00FF41
  • editorCursor.foreground#00FF41
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#0D0F0D
  • editorGutter.addedBackground#267840
  • editorGutter.deletedBackground#AA3322
  • editorGutter.modifiedBackground#33BBCC
  • editorHoverWidget.background#050505
  • editorHoverWidget.border#2A4035
  • editorIndentGuide.activeBackground1#162018
  • editorIndentGuide.background1#0D0F0D
  • editorLineNumber.activeForeground#3A8055
  • editorLineNumber.foreground#2A4035
  • editorRuler.foreground#0F1010
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#2A4035
  • editorSuggestWidget.foreground#8BBBA8
  • editorSuggestWidget.highlightForeground#00FF41
  • editorSuggestWidget.selectedBackground#1A3A2A
  • editorWhitespace.foreground#0D0F0D
  • editorWidget.background#050505
  • editorWidget.border#2A4035
  • errorForeground#CC4433
  • focusBorder#267840
  • foreground#8BBBA8
  • gitDecoration.addedResourceForeground#3AAE58
  • gitDecoration.deletedResourceForeground#CC4433
  • gitDecoration.ignoredResourceForeground#2A4035
  • gitDecoration.modifiedResourceForeground#33BBCC
  • gitDecoration.untrackedResourceForeground#3AAE58
  • icon.foreground#3AAE58
  • input.background#050505
  • input.border#2A4035
  • input.foreground#8BBBA8
  • input.placeholderForeground#2A4035
  • inputOption.activeBorder#00FF41
  • list.activeSelectionBackground#1A3A2A
  • list.activeSelectionForeground#00FF41
  • list.errorForeground#CC4433
  • list.focusBackground#1A3A2A
  • list.focusForeground#00FF41
  • list.highlightForeground#00FF41
  • list.hoverBackground#0A0F0C
  • list.hoverForeground#8BBBA8
  • list.inactiveSelectionBackground#0A0F0C
  • list.inactiveSelectionForeground#3AAE58
  • list.warningForeground#FFB833
  • menu.background#000000
  • menu.foreground#8BBBA8
  • menu.selectionBackground#1A3A2A
  • menu.selectionForeground#00FF41
  • menu.separatorBackground#2A4035
  • notificationCenter.border#2A4035
  • notificationCenterHeader.background#0E1012
  • notificationCenterHeader.foreground#3AAE58
  • notifications.background#000000
  • notifications.border#2A4035
  • notifications.foreground#8BBBA8
  • panel.background#000000
  • panel.border#0D0F0D
  • panelTitle.activeBorder#00FF41
  • panelTitle.activeForeground#3AAE58
  • panelTitle.inactiveForeground#2A4035
  • progressBar.background#00FF41
  • quickInput.background#000000
  • quickInput.foreground#8BBBA8
  • quickInputList.focusBackground#1A3A2A
  • scrollbarSlider.activeBackground#3AAE5880
  • scrollbarSlider.background#2A403540
  • scrollbarSlider.hoverBackground#3AAE5860
  • selection.background#1A3A2A
  • sideBar.background#000000
  • sideBar.border#0D0F0D
  • sideBar.foreground#3AAE58
  • sideBarSectionHeader.background#050505
  • sideBarSectionHeader.border#0D0F0D
  • sideBarSectionHeader.foreground#3AAE58
  • sideBarTitle.foreground#267840
  • statusBar.background#000000
  • statusBar.border#0D0F0D
  • statusBar.debuggingBackground#1A3020
  • statusBar.debuggingForeground#00FF41
  • statusBar.foreground#3AAE58
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#000000
  • tab.activeBorder#00FF41
  • tab.activeForeground#8BBBA8
  • tab.border#0D0F0D
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#2A4035
  • tab.unfocusedActiveForeground#3AAE58
  • tab.unfocusedInactiveForeground#1D5E30
  • terminal.ansiBlack#090A0C
  • terminal.ansiBlue#3399BB
  • terminal.ansiBrightBlack#2A4035
  • terminal.ansiBrightBlue#44BBDD
  • terminal.ansiBrightCyan#44CCDD
  • terminal.ansiBrightGreen#44EE77
  • terminal.ansiBrightMagenta#AA55CC
  • terminal.ansiBrightRed#CC4433
  • terminal.ansiBrightWhite#BBDDCC
  • terminal.ansiBrightYellow#FFD055
  • terminal.ansiCyan#33BBCC
  • terminal.ansiGreen#00FF41
  • terminal.ansiMagenta#8844AA
  • terminal.ansiRed#AA3322
  • terminal.ansiWhite#8BBBA8
  • terminal.ansiYellow#FFB833
  • terminal.background#000000
  • terminal.foreground#8BBBA8
  • terminalCursor.background#000000
  • terminalCursor.foreground#00FF41
  • textLink.activeForeground#44CCDD
  • textLink.foreground#33BBCC
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#3AAE58
  • titleBar.border#0D0F0D
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#1D5E30
  • widget.shadow#00000080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4A8C60italic
string, string.quoted, string.template#5EC87A
punctuation.definition.string.begin, punctuation.definition.string.end#3AAA60
constant.numeric#FFB833
keyword, keyword.control, storage.type, storage.modifier#00FF41
keyword.operator#44BB70
entity.name.function, meta.function-call.generic, support.function, support.function.builtin.shell, entity.name.function.shell#33DDAA
entity.name.type, entity.name.class, support.type, support.class#22CCDD
constant.language#FFD044
variable.other.enummember#FFD044
constant.other, variable.other.constant#FFD044
variable, variable.other, variable.other.readwrite, variable.other.readwrite.shell#9ABFB0
variable.other.normal.shell, variable.other.special.shell, punctuation.definition.variable.shell#AACCBB
variable.other.property, meta.object-literal.key, support.type.property-name#5AACDD
variable.parameter#88BBAAitalic
variable.language.this, variable.language.self, variable.parameter.function.language.special.self.python#FF8844italic
punctuation#448060
entity.name.tag, punctuation.definition.tag#33DDAA
entity.other.attribute-name#9ABFB0
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#00FF41
support.type.property-name.css#5AACDD
support.constant.property-value.css, constant.numeric.css, support.constant.color.w3c-standard-color-name.css#FFB833
support.type.property-name.json#33DDAA
entity.name.tag.yaml#33DDAA
entity.name.namespace, entity.name.module#22CCDD
meta.decorator punctuation.decorator, entity.name.function.decorator#FFD044
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#FFB833
markup.heading, punctuation.definition.heading.markdown#00FF41bold
markup.bold#BBDDCCbold
markup.italic#BBDDCCitalic
markup.inline.raw, markup.raw.block#FFB833
markup.underline.link#22CCDD
invalid, invalid.deprecated#CC4433
Nocturne Alien Isolation by r-seize - VS Code Theme