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#1A1A1A
  • editor.background#1C1C1C
  • editor.foreground#E6E6E6
  • editor.inactiveSelectionBackground#3A3A3A
  • editor.lineHighlightBackground#2A2A2A
  • editor.selectionBackground#4A4A4A
  • editorCursor.foreground#FF0000
  • editorLineNumber.activeForeground#FF0000
  • editorLineNumber.foreground#8A8A8A
  • sideBar.background#252525
  • statusBar.background#1A1A1A
  • tab.activeBackground#2A2A2A
  • tab.border#1A1A1A
  • tab.inactiveBackground#1C1C1C

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string.comment#8A8A8A
variable, variable.other, variable.language#FF0000
keyword#FF4500
string#00FF00
constant.numeric#FFD700
entity.name.function#00BFFF
variable.parameter#FF69B4
storage.type#FF6347
entity.name.type#7B68EE

Shiki preview

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

Loading...

Ufo Theme by wendreof - VS Code Theme