uloco / theme-bluloco-light

A fancy and sophisticated light designer color scheme.
https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light
GNU Lesser General Public License v3.0
95 stars 11 forks source link

Gitlens (eamodio.gitlens) trailing line appears highlighted #46

Closed StefanBrand closed 3 years ago

StefanBrand commented 3 years ago

I find it distracting that the Gitlens trailing line is highlighted (blue background). Could you change that? I have attached an example on how other themes handle this.

These are the themable colors that Gitlens defines: https://github.com/eamodio/vscode-gitlens#themable-colors-

Bluloco

image

Atom One Light

image

StefanBrand commented 3 years ago

This works for me:

    "workbench.colorCustomizations": {
        "[Bluloco Light Italic]": {
            "gitlens.trailingLineForegroundColor": "#0000002c"
            "gitlens.trailingLineBackgroundColor": "#0000"
        }
    }

image

uloco commented 3 years ago

I just wanted to set it apart from the rest back then, but makes sense now for me too to tune it down. I'm on vacation rn, will come back to it next week.