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.activeBackground#002800
  • activityBar.activeBorder#00FF00
  • activityBar.background#001400
  • activityBar.border#002800
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#808080
  • activityBarBadge.background#00FF00
  • activityBarBadge.foreground#000000
  • badge.background#00ff0d
  • button.background#00ff0d
  • button.border#002800
  • button.foreground#002800
  • button.hoverBackground#00ff0d
  • button.secondaryBackground#002800
  • button.secondaryForeground#00ff0d
  • button.secondaryHoverBackground#002800
  • dropdown.background#001400
  • dropdown.border#002800
  • dropdown.foreground#FFFFFF
  • dropdown.listBackground#002800
  • editor.background#001400
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#004400
  • editor.lineHighlightBackground#002800
  • editor.selectionBackground#004400
  • editorBracketMatch.background#004400
  • editorBracketMatch.border#FFFFFF
  • editorCursor.foreground#00FF00
  • editorGroup.border#002800
  • editorGroupHeader.tabsBackground#002800
  • editorGroupHeader.tabsBorder#002800
  • editorHoverWidget.background#001400
  • editorHoverWidget.border#002800
  • editorHoverWidget.foreground#FFFFFF
  • editorHoverWidget.statusBarBackground#002800
  • editorIndentGuide.activeBackground1#002800
  • editorIndentGuide.background1#001400
  • editorLineNumber.foreground#808080
  • focusBorder#002800
  • input.background#001400
  • input.border#002800
  • input.foreground#FFFFFF
  • input.placeholderForeground#CCCCCC
  • inputOption.activeBackground#002800
  • inputOption.activeBorder#002800
  • inputOption.activeForeground#FFFFFF
  • inputValidation.errorBackground#004400
  • inputValidation.errorBorder#FF0000
  • inputValidation.infoBackground#004400
  • inputValidation.infoBorder#1E90FF
  • inputValidation.warningBackground#004400
  • inputValidation.warningBorder#FFA500
  • inputValidation.warningForeground#FFA500
  • list.activeSelectionBackground#004400
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#383B3D
  • list.focusBackground#002800
  • list.focusForeground#FFFFFF
  • list.hoverBackground#002800
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#004400
  • list.inactiveSelectionForeground#CCCCCC
  • quickInput.background#001400
  • quickInput.foreground#FFFFFF
  • quickInputList.focusBackground#002800
  • quickInputList.focusForeground#FFFFFF
  • quickInputList.focusIconForeground#FFFFFF
  • quickInputTitle.background#002800
  • sideBar.background#001400
  • sideBar.border#002800
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#002800
  • sideBarSectionHeader.foreground#FFFFFF
  • statusBar.background#002800
  • statusBar.border#002800
  • statusBar.debuggingBackground#00ff0d
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#002800
  • statusBar.noFolderForeground#FFFFFF
  • tab.activeBackground#002800
  • tab.activeBorder#00FF00
  • tab.activeBorderTop#FFFFFF
  • tab.activeForeground#FFFFFF
  • tab.activeModifiedBorder#FFA500
  • tab.border#002800
  • tab.hoverBackground#002800
  • tab.inactiveBackground#001400
  • tab.inactiveForeground#CCCCCC
  • tab.unfocusedActiveForeground#CCCCCC
  • tab.unfocusedHoverBackground#002800
  • tab.unfocusedInactiveForeground#CCCCCC
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#569CD6
  • terminal.ansiBrightBlack#808080
  • terminal.ansiBrightBlue#9CDCFE
  • terminal.ansiBrightCyan#56B6C2
  • terminal.ansiBrightGreen#B5CEA8
  • terminal.ansiBrightMagenta#B19CD9
  • terminal.ansiBrightRed#E54B4B
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#F2C000
  • terminal.ansiCyan#4EC9B0
  • terminal.ansiGreen#4E9A06
  • terminal.ansiMagenta#C586C0
  • terminal.ansiRed#CE9178
  • terminal.ansiWhite#D4D4D4
  • terminal.ansiYellow#D7BA7D
  • terminal.background#001400
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#001400
  • titleBar.activeForeground#FFFFFF
  • titleBar.border#002800
  • titleBar.inactiveBackground#001400
  • titleBar.inactiveForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#00FF00
constant, entity.name.constant, variable.other.constant, variable.language#4E9A06
variable#00FF00
keyword#4E9A06
storage, storage.type#4E9A06
entity.name.class, entity.name.type.class#4E9A06
meta.class#00FF00
string#CE9178
support.function#DCDCAA
entity.name.function#DCDCAA
variable.parameter#00FF00
entity.name.tag#4E9A06
keyword.operator#FFFFFF
invalid#F44747
source.js#FFFFFF
string.quoted.double.js#CE9178
support.function.console.js#DCDCAA
variable.other.readwrite.js#00FF00
punctuation.definition.string.begin.js#FFFFFF
punctuation.definition.string.end.js#FFFFFF
goosebumps by roxcelic - VS Code Theme