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#1D3557
  • editor.background#0A0E1A
  • editor.foreground#A8DADC
  • editor.inactiveSelectionBackground#1D3557
  • editor.lineHighlightBackground#1D3557
  • editor.selectionBackground#457B9D
  • editorCursor.foreground#E63946
  • editorLineNumber.activeForeground#E63946
  • editorLineNumber.foreground#A8DADC
  • sideBar.background#0A0E1A
  • statusBar.background#1D3557
  • tab.activeBackground#457B9D
  • tab.border#1D3557
  • tab.inactiveBackground#0A0E1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#6C757D
variable, variable.other, variable.language#E63946
keyword#F4A261
string#2A9D8F
constant.numeric#E9C46A
entity.name.function#1D3557
variable.parameter#F4A261
storage.type#E63946
entity.name.type#A8DADC

Shiki preview

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

Loading...