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#040806
  • activityBar.border#081408
  • activityBar.foreground#68c030
  • activityBar.inactiveForeground#405838
  • activityBarBadge.background#68c030
  • activityBarBadge.foreground#040806
  • badge.background#68c030
  • badge.foreground#040806
  • breadcrumb.activeSelectionForeground#68c030
  • breadcrumb.focusForeground#c0d0b8
  • breadcrumb.foreground#405838
  • breadcrumbPicker.background#080e0a
  • button.background#68c030
  • button.foreground#040806
  • button.hoverBackground#80d848
  • button.secondaryBackground#101c10
  • button.secondaryForeground#c0d0b8
  • descriptionForeground#405838
  • dropdown.background#080e0a
  • dropdown.border#101c10
  • dropdown.foreground#c0d0b8
  • editor.background#050908
  • editor.findMatchBackground#68c03030
  • editor.findMatchHighlightBackground#68c03018
  • editor.foreground#c0d0b8
  • editor.inactiveSelectionBackground#68c03015
  • editor.lineHighlightBackground#0c140e08
  • editor.selectionBackground#68c03028
  • editor.wordHighlightBackground#68c03018
  • editorBracketMatch.background#68c03018
  • editorBracketMatch.border#68c03044
  • editorCursor.foreground#90e848
  • editorGroupHeader.tabsBackground#040806
  • editorGroupHeader.tabsBorder#081408
  • editorGutter.addedBackground#68c03066
  • editorGutter.deletedBackground#d8504066
  • editorGutter.modifiedBackground#c8a83066
  • editorIndentGuide.activeBackground1#182818
  • editorIndentGuide.background1#0c180c
  • editorLineNumber.activeForeground#507050
  • editorLineNumber.foreground#1e301e
  • editorOverviewRuler.border#081408
  • editorWhitespace.foreground#101c10
  • errorForeground#d85040
  • focusBorder#68c03044
  • foreground#c0d0b8
  • gitDecoration.addedResourceForeground#68c030
  • gitDecoration.conflictingResourceForeground#c8a830
  • gitDecoration.deletedResourceForeground#d85040
  • gitDecoration.ignoredResourceForeground#1e301e
  • gitDecoration.modifiedResourceForeground#c8a830
  • gitDecoration.untrackedResourceForeground#48a8a0
  • input.background#080e0a
  • input.border#101c10
  • input.foreground#c0d0b8
  • input.placeholderForeground#405838
  • inputOption.activeBorder#68c030
  • list.activeSelectionBackground#68c03022
  • list.activeSelectionForeground#d0e0c8
  • list.focusBackground#68c03018
  • list.highlightForeground#90e848
  • list.hoverBackground#081008
  • list.inactiveSelectionBackground#68c03012
  • minimap.findMatchHighlight#90e84844
  • minimap.selectionHighlight#68c03044
  • notifications.background#080e0a
  • notifications.border#101c10
  • notifications.foreground#c0d0b8
  • panel.background#050908
  • panel.border#101c10
  • panelTitle.activeBorder#68c030
  • panelTitle.activeForeground#c0d0b8
  • panelTitle.inactiveForeground#405838
  • peekView.border#68c03044
  • peekViewEditor.background#060a08
  • peekViewResult.background#060a08
  • peekViewTitle.background#080e0a
  • scrollbar.shadow#00000040
  • scrollbarSlider.activeBackground#68c03044
  • scrollbarSlider.background#68c03018
  • scrollbarSlider.hoverBackground#68c03030
  • selection.background#68c03033
  • sideBar.background#060a08
  • sideBar.border#081408
  • sideBar.foreground#c0d0b8
  • sideBarSectionHeader.background#080e0a
  • sideBarSectionHeader.foreground#607850
  • sideBarTitle.foreground#68c030
  • statusBar.background#040806
  • statusBar.border#081408
  • statusBar.debuggingBackground#68c030
  • statusBar.debuggingForeground#040806
  • statusBar.foreground#68c030
  • statusBar.noFolderBackground#040806
  • statusBarItem.hoverBackground#68c03022
  • statusBarItem.remoteBackground#68c030
  • statusBarItem.remoteForeground#040806
  • tab.activeBackground#081008
  • tab.activeBorderTop#68c030
  • tab.activeForeground#d0e0c8
  • tab.border#081408
  • tab.hoverBackground#0a120a
  • tab.inactiveBackground#040806
  • tab.inactiveForeground#405838
  • terminal.ansiBlack#101c10
  • terminal.ansiBlue#5888b0
  • terminal.ansiBrightBlack#385038
  • terminal.ansiBrightBlue#78a0c8
  • terminal.ansiBrightCyan#60c0b8
  • terminal.ansiBrightGreen#90e848
  • terminal.ansiBrightMagenta#b080c0
  • terminal.ansiBrightRed#f06858
  • terminal.ansiBrightWhite#d0e0c8
  • terminal.ansiBrightYellow#e0c048
  • terminal.ansiCyan#48a8a0
  • terminal.ansiGreen#68c030
  • terminal.ansiMagenta#9868a8
  • terminal.ansiRed#d85040
  • terminal.ansiWhite#c0d0b8
  • terminal.ansiYellow#c8a830
  • terminal.background#040806
  • terminal.foreground#c0d0b8
  • terminalCursor.foreground#90e848
  • titleBar.activeBackground#040806
  • titleBar.activeForeground#68c030
  • titleBar.inactiveBackground#040806
  • titleBar.inactiveForeground#405838
  • widget.shadow#00000060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#2e4028italic
string, string.quoted#90e848
constant.numeric#c8a830
constant.language, constant.other#d85040
keyword, storage.type, storage.modifier#68c030
keyword.control, keyword.operator.logical#80d848
keyword.operator#48a8a0
entity.name.function, support.function, meta.function-call#5888b0
entity.name.type, entity.name.class, support.class, support.type#c8a830
entity.name.type.interface#48a8a0
variable, variable.other#c0d0b8
variable.parameter#a0b890
variable.other.property, variable.other.object.property#88a078
entity.name.tag#68c030
entity.other.attribute-name#48a8a0italic
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#90e848
support.type.property-name.css#88a078
variable.scss, variable.css#a0b890
string.regexp#d85040
constant.character.escape#48a8a0
punctuation#4a6040
support.type.property-name.json#88a078
markup.heading, entity.name.section.markdown#68c030bold
markup.bold#d0e0c8bold
markup.italic#a0b890italic
markup.underline.link#48a8a0
markup.inline.raw, markup.fenced_code#90e848
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#d85040
variable.other.php#a0b890
entity.name.tag.yaml#88a078
variable.language.this, variable.language.self#9868a8italic
Syn Themes — Syn-Agentic Cyberpunk Glass Design Presets by jenninexus - VS Code Theme