zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.01k stars 2.7k forks source link

theme: Gruvbox Dark: classes, property, and ids are not colored #17335

Open matubu opened 1 week ago

matubu commented 1 week ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Open a CSS file ex:

.test {
    color: red;
}
#test {
    text-align: center;
}
button {
    line-height: 1 !important;
}

Switch to the Gruvbox Dark theme image

Environment

Zed: v0.152.0 (Zed Dev 0176ee4bbbf621fb76a381f3d48fc1aae0c2fe19) OS: Linux Wayland nixos 24.11 Memory: 62.6 GiB Architecture: x86_64 GPU: NVIDIA GeForce RTX 4070 Laptop GPU || NVIDIA || 560.35.03

If applicable, add mockups / screenshots to help explain present your vision of the feature

For reference One Dark: image

If applicable, attach your Zed.log file to this issue.

Zed.log


matubu commented 1 week ago

Property colors might be fixed by #17324