nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.07k stars 99 forks source link

Adjusting colours #76

Closed mpounsett closed 5 years ago

mpounsett commented 5 years ago

I find the default grey-on-lightblue colour of the first listed flake8 error to be unreadable on my terminal. I can't quite figure out from the vim-flake8 docs how to change that. Can you make a suggestion and/or cover tweaking the colour scheme in the README?

nvie commented 5 years ago

The flake8 plugin only specifies that vim needs to display a message as an error or a warning. Vim then defers to your color scheme of choice. By picking another color scheme (or tweaking your current color scheme definition), you can change your color preferences. Hope that helps!

LeonT-A commented 4 years ago

In the colorscheme file, is there a particular setting we should be looking for to change the highlight?

Judging by the bright-blue, I'm sure it's not specified in my dark colorscheme and it's defaulting to that color.

I've tried looking for it in the default colorschemes, but the defaults only use named colors, so I can't use a rgb/hex value to locate it.

Edit I found some highlight options in the readme to overwrite the defaults it uses to match against the colorscheme. It worked great, thanks a bunch.