cideM / yui

A minimal Vim/Neovim color scheme inspired by Dieter Rams
MIT License
135 stars 6 forks source link

gui powershell pipe and forward slash look really similar #21

Closed jmzagorski closed 3 years ago

jmzagorski commented 3 years ago

Thank you for such a simple light colorscheme. I just switched over and am pleasantly surprised by how much I enjoy it so far.

I have been doing some powershell development and noticed that the pipe character looks a little bit like a forward slash, though there is a difference when they are next to each other. When i run hi clear Statement it looks like a pipe again since the italic is removed. Do you notice this in .ps1 files, and if so do you think an exception should be added for this in the library or should this be set in our own autocmd? Thank you

The image below shows the pipe:

yui-colorscheme-powershell-pipe

cideM commented 3 years ago

Thanks for the issue! This is definitely something that should be done differently. I'll add an exception in the color scheme itself later today

cideM commented 3 years ago

@jmzagorski I just pushed a change were keyword, label, repeat, operator and exception are no longer linked to statement (which is italic) but rather to normal. Operator is what caused the italic | in this case here

jmzagorski commented 3 years ago

Just pulled down the new code, looks good! Thank you.