doums / darcula

A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
368 stars 59 forks source link

`ANSIBlack` and `ANSIWhite` seem to be swapped #32

Open mamekoro opened 7 months ago

mamekoro commented 7 months ago

https://github.com/doums/darcula/blob/faf8dbab27bee0f27e4f1c3ca7e9695af9b1242b/colors/darcula.vim#L94 https://github.com/doums/darcula/blob/faf8dbab27bee0f27e4f1c3ca7e9695af9b1242b/colors/darcula.vim#L109

AFAIK #FFFFFF is white and #1F1F1F is dark gray, so they seem to be swapped. But I'm not familiar with ANSI colors, so I'm sorry if I'm incorrect.