Skip to main content
CodingTheme

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#173F17
  • editor.background#0A1F0A
  • editor.foreground#D4F4C7
  • editor.inactiveSelectionBackground#1F4F1F
  • editor.lineHighlightBackground#173F17
  • editor.selectionBackground#2A5F2A
  • editorCursor.foreground#00FF00
  • editorLineNumber.activeForeground#00FF00
  • editorLineNumber.foreground#A0CFA0
  • sideBar.background#0A1F0A
  • statusBar.background#173F17
  • tab.activeBackground#2A5F2A
  • tab.border#173F17
  • tab.inactiveBackground#0A1F0A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#A0CFA0
variable, variable.other, variable.language#00FF00
keyword#FFD700
string#7FFF00
constant.numeric#ADFF2F
entity.name.function#32CD32
variable.parameter#9ACD32
storage.type#00FF00
entity.name.type#7CFC00

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...