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#0A0F0A
  • activityBar.foreground#39FF14
  • activityBar.inactiveForeground#2E8B57
  • editor.background#0A0F0A
  • editor.foreground#C8FFC8
  • editor.inactiveSelectionBackground#163016
  • editor.lineHighlightBackground#112211
  • editor.selectionBackground#1F3F1F
  • editorCursor.foreground#39FF14
  • panel.background#0A0F0A
  • sideBar.background#0C120C
  • sideBar.border#1A2A1A
  • sideBar.foreground#7CFC00
  • statusBar.background#0C120C
  • statusBar.foreground#39FF14
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#00FFFF
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#39FF14
  • terminal.ansiMagenta#C586FF
  • terminal.ansiRed#FF5555
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#F1FA8C
  • terminal.background#0A0F0A
  • terminal.foreground#39FF14
  • titleBar.activeBackground#0C120C
  • titleBar.activeForeground#7CFC00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#2E8B57italic
string#7CFC00
keyword#39FF14bold
entity.name.function#00FFFF
variable#C8FFC8
constant.numeric#F1FA8C
entity.name.type#C586FF