PyaeSoneAungRgn / github-zed-theme

GitHub's Zed themes
38 stars 10 forks source link

Python import statements #8

Open verhovsky opened 2 weeks ago

verhovsky commented 2 weeks ago

This looks bad

Screenshot 2024-09-01 at 20 06 27

Compare github:

import sys
import builtins as bltns
from types import MappingProxyType, DynamicClassAttribute
verhovsky commented 1 week ago

If I remove this line

https://github.com/PyaeSoneAungRgn/github-zed-theme/blob/29b3eb8e65ae5756d9697e97495fc7396dd98666/themes/github_theme.json#L357-L361

It's colored normally

Screenshot 2024-09-04 at 13 26 59
verhovsky commented 1 week ago

https://github.com/zed-industries/zed/issues/14892