elixir-editors / vim-elixir

Vim configuration files for Elixir

Home Page:http://elixir-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make examples anything but red

v0idpwn opened this issue · comments

Examples should use a more neutral color, like comments themselves. I don't know if this is a bug.

I don't know what your referring to. Could you post a screenshot of what you're referring to?

2019-08-30-211521_242x214_scrot

When you use "iex>" on a docstring it becomes red.

I don't know, I never had issues with this theme (gotham), but this syntax highliter makes it weird :~

@v0idpwn There's not much we can do from vim-elixir side as we only define what regions of code mean, but not their colours. Changing the meaning of this region's name will probably break other things and we would be in an infinite loop where solving one issue create others.
If you want a different colour for this specific region I suggest you ask in your favourite theme's repo for them to change the colour of elixirDocTest so it does not match the colour of other regions.

Well, Guess I'll have to fork my colorscheme then. Sorry for bothering :)