Grigory Bakunov
Grigory Bakunov
Just tried and checked the json schema for themes, Zed still doesn't support different background colors for syntax highlighting :(
@klemola oh thank you. My quick research shows that [zed themes json schema](https://zed.dev/schema/themes/v0.1.0.json) is wrong :) `HighlightStyleContent` shows only three supported fields: `color`, `font_style`, and `font_weight`. Author of flat-theme-zed used...
please note, that latest Zed release fixes the problem: https://zed.dev/schema/themes/v0.2.0.json `HightlightStyleContent` officially have `background_color`. @biletskyy if you're working on porting, I'm 100% ready to test or to help with something....