catppuccin / visual-studio

:ocean: Soothing pastel themes for Visual Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.CatppuccinVS
MIT License
75 stars 8 forks source link

Added the sticky scroll line color #56

Closed moonbeeper closed 2 months ago

moonbeeper commented 2 months ago

Adds the correct color for the sticky scroll line introduced in the last preview release or UI refresh release

Do note that for some reason there's an opacity of 25% being applied to the hover color that I don't know how to override

This fixes issue #50

show: gaming

djflan commented 2 months ago

@moonbeeper Nice, can you remove the comment from the code. I think the opacity might not be under control unfortunately (maybe). Typically, it is controlled by the first two hex digits in the color reference. These are FF in code, so it seems it is as dark as possible. Only other thought is that maybe another color reference is being used for the hover highlight. These are rather tricky to track down. I do have a 'tool' that can sort of help sometimes. It forces each color reference to be unique to make tracking these down a bit easier. See: https://github.com/djflan/Visual-Studio-Theme-Tools

In any case, thanks for the contribution. When you update this branch (remove comments), I'll go ahead and merge it in.

moonbeeper commented 2 months ago

I tried using your tool to track down what was controlling the opacity, but I couldn’t find anything that could give me clue. Am just going to assume the overlay rectangle is hardcoded to 25%