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#000000
  • activityBar.foreground#00ff00
  • activityBar.inactiveForeground#004400
  • activityBarBadge.background#00ff00
  • activityBarBadge.foreground#000000
  • badge.background#00ff00
  • badge.foreground#000000
  • button.background#00ff00
  • button.foreground#000000
  • button.hoverBackground#00ee00
  • debugToolBar.background#000000
  • debugToolBar.border#004400
  • editor.background#000000
  • editor.findMatchBackground#00ff0060
  • editor.findMatchHighlightBackground#00ff0030
  • editor.foreground#00ff00
  • editor.inactiveSelectionBackground#00220040
  • editor.lineHighlightBackground#00110040
  • editor.selectionBackground#00440060
  • editor.wordHighlightBackground#00440050
  • editor.wordHighlightStrongBackground#00440080
  • editorBracketMatch.background#00440050
  • editorBracketMatch.border#00ff00
  • editorCursor.foreground#00ff00
  • editorError.foreground#008800
  • editorGroupHeader.tabsBackground#000000
  • editorHint.foreground#00cc00
  • editorIndentGuide.activeBackground#003300
  • editorIndentGuide.background#002200
  • editorInfo.foreground#00ff00
  • editorLineNumber.activeForeground#00aa00
  • editorLineNumber.foreground#003300
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#004400
  • editorSuggestWidget.selectedBackground#002200
  • editorWarning.foreground#00dd00
  • editorWhitespace.foreground#002200
  • editorWidget.background#000000
  • editorWidget.border#004400
  • extensionButton.prominentBackground#00ff00
  • extensionButton.prominentForeground#000000
  • extensionButton.prominentHoverBackground#00ee00
  • gitDecoration.conflictingResourceForeground#00cc00
  • gitDecoration.deletedResourceForeground#008800
  • gitDecoration.ignoredResourceForeground#003300
  • gitDecoration.modifiedResourceForeground#00dd00
  • gitDecoration.untrackedResourceForeground#00ff00
  • input.background#001100
  • input.border#004400
  • input.foreground#00ff00
  • inputOption.activeBackground#002200
  • inputOption.activeForeground#00ff00
  • list.activeSelectionBackground#002200
  • list.activeSelectionForeground#00ff00
  • list.hoverBackground#001800
  • list.hoverForeground#00ff00
  • list.inactiveSelectionBackground#001100
  • notificationCenter.border#004400
  • notifications.background#000000
  • notifications.border#004400
  • notificationToast.border#004400
  • panel.background#000000
  • panel.border#002200
  • panelTitle.activeBorder#00ff00
  • panelTitle.activeForeground#00ff00
  • panelTitle.inactiveForeground#006600
  • peekViewEditor.background#000000
  • peekViewResult.background#000000
  • peekViewTitle.background#002200
  • pickerGroup.border#004400
  • pickerGroup.foreground#00ff00
  • scrollbarSlider.activeBackground#008800
  • scrollbarSlider.background#00440080
  • scrollbarSlider.hoverBackground#006600
  • sideBar.background#000000
  • sideBar.foreground#00cc00
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.foreground#00ff00
  • sideBarTitle.foreground#00ff00
  • statusBar.background#000000
  • statusBar.debuggingBackground#00ff00
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#00aa00
  • statusBar.noFolderBackground#000000
  • tab.activeBackground#001100
  • tab.activeForeground#00ff00
  • tab.border#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#006600
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#00aa00
  • terminal.ansiBrightBlack#004400
  • terminal.ansiBrightBlue#00bb00
  • terminal.ansiBrightCyan#00ff00
  • terminal.ansiBrightGreen#00ff00
  • terminal.ansiBrightMagenta#00dd00
  • terminal.ansiBrightRed#009900
  • terminal.ansiBrightWhite#00ff00
  • terminal.ansiBrightYellow#00ee00
  • terminal.ansiCyan#00ee00
  • terminal.ansiGreen#00ff00
  • terminal.ansiMagenta#00cc00
  • terminal.ansiRed#008800
  • terminal.ansiWhite#00ff00
  • terminal.ansiYellow#00dd00
  • terminal.background#000000
  • terminal.foreground#00ff00
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#00ff00
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#004400

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#006600italic
keyword, storage.type, storage.modifier#00ff00
keyword.control, keyword.operator#00ee00
string, string.quoted#00cc00
constant.numeric, constant.language#00dd00
constant.character.escape#00ff00
entity.name.function, support.function#00ff00
entity.name.class, entity.name.type, support.class#00ee00
variable, variable.other#00ff00
variable.parameter#00cc00
entity.name.tag#00ff00
entity.other.attribute-name#00dd00
support.type.property-name#00ee00
markup.heading#00ff00bold
markup.bold#00ff00bold
markup.italic#00ee00italic
markup.underlineunderline
markup.inline.raw#00cc00
punctuation.definition.tag#006600
meta.function-call#00ff00
invalid#008800
Smit Dark Theme by Smit Dudhat - VS Code Theme