Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haskell data name and type name remain same color #91

Open
raptazure opened this issue Oct 27, 2020 · 2 comments
Open

Haskell data name and type name remain same color #91

raptazure opened this issue Oct 27, 2020 · 2 comments
Labels
type: syntax Syntax highlighting

Comments

@raptazure
Copy link

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. :)

@CatsMiaow
Copy link

CatsMiaow commented Nov 3, 2020

GitHub Dark
image
same for TypeScript. many blue colors

@simurai
Copy link
Contributor

simurai commented Jan 6, 2023

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 simurai added the type: syntax Syntax highlighting label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: syntax Syntax highlighting
Projects
None yet
Development

No branches or pull requests

3 participants