feature: Extend Cyberpunk palette for TypeScript support

Cyberpunk palette is now complete:
  - Neon pink keywords
  - Matrix green functions/strings
  - Electric cyan accents
  - Neon yellow variables
  - Cyber purple types
  - Blue-tinted comments
  - Dark teal backgrounds

  - typescriptBlock → Cyan #8BE9FD
  - typescriptBraces → Cyan #8BE9FD
  - typescriptParens → Purple-gray #A0A0C0
  - typescriptIdentifierName → Yellow #F1FA8C (matches variables)
  - typescriptVariable → Yellow #F1FA8C
  - typescriptTypeReference → Purple #BD93F9
  - Plus other TypeScript keywords and functions
This commit is contained in:
2026-02-04 00:26:41 -05:00
parent 7a439c1aec
commit 969a41f658
3 changed files with 31 additions and 12 deletions

View File

@@ -213,7 +213,7 @@
"punctuation.definition.comment"
],
"settings": {
"foreground": "#666666",
"foreground": "#6272A4",
"fontStyle": "italic"
}
},
@@ -777,7 +777,7 @@
},
"modifier": "#FF79C6",
"comment": {
"foreground": "#666666",
"foreground": "#6272A4",
"fontStyle": "italic"
},
"string": "#5AF78E",