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.activeBorder#00FF41
  • activityBar.background#050B08
  • activityBar.border#0A1A0F
  • activityBar.foreground#E0FFE0
  • button.background#00FF41
  • button.foreground#050B08
  • button.hoverBackground#33FF66
  • editor.background#050B08
  • editor.foreground#E0FFE0
  • editor.lineHighlightBackground#0A1410
  • editor.selectionBackground#1A4D2E
  • editorError.foreground#FF6B6B
  • editorGroup.border#0A1A0F
  • editorInfo.foreground#00D9FF
  • editorLineNumber.activeForeground#D0F0D0
  • editorLineNumber.foreground#8BC98B
  • editorWarning.foreground#FFD700
  • focusBorder#00FF41
  • input.background#0A1410
  • input.border#8BC98B
  • input.foreground#E0FFE0
  • inputOption.activeBorder#00FF41
  • list.activeSelectionBackground#1A4D2E
  • list.activeSelectionForeground#E0FFE0
  • list.focusOutline#00FF41
  • list.hoverBackground#0F1E14
  • list.hoverForeground#E0FFE0
  • panel.background#050B08
  • panel.border#0A1A0F
  • sideBar.background#0A1410
  • sideBar.border#0A1A0F
  • sideBar.foreground#D0F0D0
  • statusBar.background#00FF41
  • statusBar.border#0A1A0F
  • statusBar.foreground#050B08
  • tab.activeBackground#0F1E14
  • tab.activeBorder#00FF41
  • tab.activeForeground#E0FFE0
  • tab.border#0A1A0F
  • tab.inactiveBackground#050B08
  • tab.inactiveForeground#8BC98B
  • terminal.background#050B08
  • terminal.foreground#E0FFE0
  • titleBar.activeBackground#050B08
  • titleBar.activeForeground#E0FFE0
  • titleBar.border#0A1A0F
  • titleBar.inactiveBackground#050B08
  • titleBar.inactiveForeground#8BC98B
  • window.activeBorder#0A1A0F

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6BA86Bitalic
keyword#00FF41—
keyword.control#00FF41—
keyword.operator#66FFAA—
string#A8FFD0—
variable#E0FFE0—
variable.parameter#D0F0D0—
constant.numeric#88FF88—
constant.language#66FFAA—
entity.name.function#66FFAA—
entity.name.type#A8FFD0—
entity.name.class#A8FFD0—
support.type#A8FFD0—
support.function#66FFAA—
support.class#A8FFD0—
storage.type#00FF41—
storage.modifier#00FF41—
entity.other.attribute-name#66FFAA—
entity.name.tag#00FF41—
punctuation.definition.tag#00FF41—
meta.tag#E0FFE0—
markup.heading#00FF41bold
markup.bold#E0FFE0bold
markup.italic#D0F0D0italic
markup.underline.link#66FFAA—
markup.inline.raw#A8FFD0—
invalid#FF6B6B—
invalid.deprecated#FFD700—
WCAG Themes by Michael J. Calkins - VS Code Theme