Intellij-elixir: ugly sigil highlighting in the default theme

Created on 7 May 2017  路  9Comments  路  Source: KronicDeth/intellij-elixir

The way sigils are highlighted by default in the default theme is very ugly:
screen shot 2017-05-06 at 8 14 20 pm

It gets much better in the darcula theme:
screen shot 2017-05-06 at 8 15 23 pm

I think that in the default theme, the colour for the sigils should be changed.

Bug

All 9 comments

I assume you mean that you don't like the black background. You really need to be more specific than "ugly".

Yea, it is really hard to read on my screen. Contrasts hard with everything else. I'll come up with some colours I think look nice.

Ok, what do you think of an only #005700 foreground? It's a darker version of the string's #008000 color, because they are sort of like strings, but not.

screen shot 2017-05-08 at 5 33 47 pm

Could also do a bold only #007366 foreground (darker than strings and a bit blue) . Strings are bold, so I think perhaps sigils should too?

screen shot 2017-05-08 at 5 39 24 pm

edit: never mind, this is too similar.

Miss labeled branch for #751 as 693 instead of 683.

@nhooyr, Char List, String, and Sigil hues are 90掳 from each other (using HSB color system) on purpose to make them more obviously different. I'm going to drop the black background, but leave the color, #996C18 unless you can find a combination of Textual (Char List, String, Escape Sequence, and Sigil) attributes that have better readability.

Sounds good to me.

Also, you forgot to update the description for the sigil text attribute in your link.

https://github.com/KronicDeth/intellij-elixir/blob/e83bfcc99a378cefa9bd82f662b15055b4995660/COLOR_SCHEME_DESIGN.md#textual

Thanks @nhooyr, fixed it in #765

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wooque picture wooque  路  3Comments

kandeshvari picture kandeshvari  路  5Comments

merqlove picture merqlove  路  3Comments

joshuataylor picture joshuataylor  路  3Comments

tungnt244 picture tungnt244  路  6Comments