vim / colorschemes

colorschemes for Vim
285 stars 23 forks source link

Bat :: comment with wildcharm light mode. #249

Closed JPLiu closed 1 year ago

JPLiu commented 1 year ago

In bat files, it is hard to read the :: comment when the cursor in the comment line with wildcharm light mode.

  1. Easy to read, when the cursor is not in the comment line with wildcharm light mode.

nocursorcomment

  1. Hard to read, when the cursor is in the comment line with wildcharm light mode.

cursorcomment

habamax commented 1 year ago

Could you please check master if it is fixed for you?

JPLiu commented 1 year ago

Fixed, problem solved, thanks.