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#001100
  • activityBar.border#001100
  • activityBar.foreground#00FF41
  • activityBar.inactiveForeground#0A3A10
  • activityBarBadge.background#00FF41
  • activityBarBadge.foreground#000000
  • breadcrumb.activeSelectionForeground#00C853
  • breadcrumb.background#000000
  • breadcrumb.foreground#0A3A10
  • button.background#00FF41
  • button.foreground#000000
  • button.hoverBackground#44FF66
  • dropdown.background#001100
  • dropdown.border#00FF4130
  • editor.background#000000
  • editor.foreground#B0FFB0
  • editor.inactiveSelectionBackground#00FF4114
  • editor.lineHighlightBackground#00220080
  • editor.lineHighlightBorder#00FF4125
  • editor.selectionBackground#00FF4128
  • editor.wordHighlightBackground#00FF411A
  • editor.wordHighlightStrongBackground#00FF4130
  • editorBracketMatch.background#00FF4122
  • editorBracketMatch.border#00FF4170
  • editorCursor.foreground#00FF41
  • editorGutter.background#000000
  • editorHoverWidget.background#000A00
  • editorHoverWidget.border#00FF4130
  • editorIndentGuide.activeBackground1#00FF4135
  • editorIndentGuide.background1#002200
  • editorLineNumber.activeForeground#00C853
  • editorLineNumber.foreground#0A3A10
  • editorOverviewRuler.border#001100
  • editorSuggestWidget.background#000A00
  • editorSuggestWidget.border#00FF4130
  • editorSuggestWidget.highlightForeground#00C853
  • editorSuggestWidget.selectedBackground#00FF4118
  • editorWidget.background#001100
  • focusBorder#00FF4150
  • inputBox.background#001100
  • inputBox.border#00FF4130
  • inputBox.foreground#B0FFB0
  • list.activeSelectionBackground#00FF411A
  • list.activeSelectionForeground#00C853
  • list.focusBackground#00FF411A
  • list.highlightForeground#00FF41
  • list.hoverBackground#00FF410E
  • panel.background#000000
  • panel.border#001100
  • panelTitle.activeBorder#00FF41
  • panelTitle.activeForeground#00C853
  • scrollbarSlider.activeBackground#00FF4138
  • scrollbarSlider.background#00FF4112
  • scrollbarSlider.hoverBackground#00FF4122
  • selection.background#00FF4130
  • sideBar.background#001100
  • sideBar.foreground#44BB44
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#00FF4120
  • sideBarSectionHeader.foreground#00C853
  • statusBar.background#001100
  • statusBar.debuggingBackground#00FF41
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#00C853
  • statusBarItem.hoverBackground#00FF4122
  • tab.activeBackground#001100
  • tab.activeBorder#00FF41
  • tab.activeBorderTop#00FF41
  • tab.activeForeground#00C853
  • tab.border#001100
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#0A3A10
  • terminal.ansiBlack#001100
  • terminal.ansiBrightBlack#1A4A1A
  • terminal.ansiBrightGreen#00C853
  • terminal.ansiGreen#00FF41
  • terminal.background#000000
  • terminal.foreground#B0FFB0
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#B0FFB0
  • titleBar.inactiveBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6A9955italic
string, string.quoted, string.template#CE9178—
keyword, keyword.control, keyword.operator.new, keyword.other.important#569CD6—
keyword.operator, keyword.operator.arithmetic, keyword.operator.bitwise, keyword.operator.comparison, keyword.operator.logical#D4D4D4—
storage.type, storage.modifier#569CD6—
entity.name.function, meta.function-call, support.function#DCDCAA—
entity.name.type, entity.name.class, entity.name.namespace, support.class#4EC9B0—
entity.name.tag, meta.tag#569CD6—
entity.other.attribute-name#9CDCFE—
variable, variable.other.readwrite, meta.object-literal.key#9CDCFE—
variable.other.constant, variable.other.enummember#4FC1FF—
variable.parameter#9CDCFE—
constant.numeric, constant.language, constant.character#B5CEA8—
constant.language.boolean#569CD6—
support.type.property-name.css, support.type.vendored.property-name.css#9CDCFE—
support.constant.property-value.css, constant.numeric.css, keyword.other.unit.css#CE9178—
entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#D7BA7D—
punctuation.definition.tag, punctuation.section.embedded#569CD6—
markup.heading#569CD6bold
markup.bold—bold
markup.italic—italic
markup.underline.link#4EC9B0—
markup.inserted#B5CEA8—
markup.deleted#CE9178—
invalid#F44747—
invalid.deprecated#D7BA7D—