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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user