-
Notifications
You must be signed in to change notification settings - Fork 17
Chromatica works poorly with Solarized Color Scheme #50
Comments
Can you post the output of running From the first look of you screenshot, I think Chromatica may not correctly parsed your code (since |
Ah, okay, yes there is a syntax error indeed (missing ';' after struct).
Log: chromatica.log Given that it did not compile, I was expecting Chromatica to still work (since Clang is able to parse the code and suggest two modifications making it valid anyway, there are few other tools like include-fixer which operate on broken TU). However, there are other examples which seem strange to me: So, this one compiles just fine using the compile commands specified somewhere (verified using
I'm not an experienced Chromatica user, but this seems like some inconsistency. |
Is it okay for you to upload this |
@arakashic Yes, sure. That was a bit messy (because that's a code from a Codeforces contest problem solution) so I decided to omit it in the Issue. I have fixed one compilation error, but I don't remember which one. I tried to find it in my screenshot (which shows the whole source file) but was unable to find it quickly enough. |
Thanks. I can reproduce the problem now. I will figure out what went wrong. |
Hi! I've tried to setup Chromatica with my vim-colors-solarized colorscheme setup and noticed major issues:
struct Line
members)Here is my nvim config, I only added two lines where appropriate:
and
I also attached the screenshot. Left pane:
colorscheme solarized
enabled, chromatica enabled, middle pane:colorscheme solarized
disabled, chromatica enabled, right pane:colorscheme solarized
enabled, chromatica disabled.The text was updated successfully, but these errors were encountered: