github-vscode-theme
github-vscode-theme copied to clipboard
Haskell `data name` and `type name` remain same color
Thanks for the theme. I love it a lot! But when I'm working with Haskell, I notice that there are perhaps too many red color, for example:
I think it would be even better if it is more distinguishable. :)
GitHub Dark
same for TypeScript. many blue colors
same for TypeScript. many blue colors
Was curious how github.com does?
Example code:
const foo: string = <string>'Foo';
const bar: number = <number>123;
const fooBar: boolean = <boolean>true;
const barFoo: Record<string, number> = {};
Screenshot:

VS Code:

Seems the "logic" is the same, just using white instead of blue. Yeah, I agree it could be improved by differentiating the different parts more.