github-vscode-theme icon indicating copy to clipboard operation
github-vscode-theme copied to clipboard

Haskell `data name` and `type name` remain same color

Open raptazure opened this issue 5 years ago • 2 comments

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: image I think it would be even better if it is more distinguishable. :)

raptazure avatar Oct 27 '20 14:10 raptazure

GitHub Dark image same for TypeScript. many blue colors

CatsMiaow avatar Nov 03 '20 06:11 CatsMiaow

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:

image

VS Code:

image

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.

simurai avatar Jan 06 '23 01:01 simurai