MordFustang21 / zed-one-dark-pro

Zed One Dark Pro Port
GNU General Public License v3.0
20 stars 7 forks source link

Find highlighting hard to see #11

Closed derekperkins closed 1 month ago

derekperkins commented 7 months ago

In Goland

image

In Zed

image
0x2CA commented 6 months ago
    "experimental.theme_overrides": {
        "search.match_background": "#74ade866",
        "players": [
            {
                "cursor": "#74ade8ff",
                "background": "#74ade8ff",
                "selection": "#74ade83d"
            },
            {
                "cursor": "#be5046ff",
                "background": "#be5046ff",
                "selection": "#be50463d"
            },
            {
                "cursor": "#bf956aff",
                "background": "#bf956aff",
                "selection": "#bf956a3d"
            },
            {
                "cursor": "#b477cfff",
                "background": "#b477cfff",
                "selection": "#b477cf3d"
            },
            {
                "cursor": "#6eb4bfff",
                "background": "#6eb4bfff",
                "selection": "#6eb4bf3d"
            },
            {
                "cursor": "#d07277ff",
                "background": "#d07277ff",
                "selection": "#d072773d"
            },
            {
                "cursor": "#dec184ff",
                "background": "#dec184ff",
                "selection": "#dec1843d"
            },
            {
                "cursor": "#a1c181ff",
                "background": "#a1c181ff",
                "selection": "#a1c1813d"
            }
        ]
    }

image

MordFustang21 commented 1 month ago

This is fixed in v0.0.7 once this merges https://github.com/zed-industries/extensions/pull/1441