Closed WhyNotHugo closed 1 year ago
Can confirm that I get the same issue, running on macOS Ventura 13.3.1.
Edit: Removed unrelated code example
I can reproduce the above Issue with the editor-libcosmic example. Interestingly, I can comment out all the following lines in the text_box.rs file, except for creating the pixel_buffer, and everything renders perfectly fine (minus text of course).
The background is determined by syntect::highlighting::ThemeSet
@Aargonian. We could update the theme to something like "base16-ocean.light" for light mode and keep the existing "base16-eighties.dark" for dark mode.
Running the editor-libcosmic example, I get this:
I think it's rendering black on almost-black. Dark mode is fine though: