atelierbram / Atelier-VSCode-Themes

Atelier themes for VS Code
https://marketplace.visualstudio.com/items?itemName=Atelierbram.atelier-vscode-themes
MIT License
3 stars 0 forks source link

No terminal selection background for Atelier_SulphurpoolLight and others #1

Closed freref closed 1 month ago

freref commented 3 months ago

Currently Atelier_SulphurpoolLight and some other Atelier themes don't have a terminal selection background.

Workaround is adding the following with you desired colour to your user settings:

    "workbench.colorCustomizations": {
        "terminal.selectionBackground": "#528BFF66"
    },
atelierbram commented 3 months ago

Ok, I see what you mean. None of my themes currently have a setting for terminal.selectionBackground, and now there's also highlighting for find in the integrated terminal it seems ... which is all very cool. Whenever I have some time I will work on this, but don't hold your breath 😉 .

https://stackoverflow.com/questions/68776940/vscode-terminal-change-the-find-highlight-color?noredirect=1&lq=1 https://github.com/microsoft/vscode-docs/blob/vnext/release-notes/v1_66.md#display-all-find-matches

freref commented 3 months ago

I'm good with my workaround, just wanted to let you know. Thanks for taking a look!

atelierbram commented 1 month ago

@freref should be fixed now, added some semi-transparency too. Please let me know if this update works for you or not.