vscode-highlight icon indicating copy to clipboard operation
vscode-highlight copied to clipboard

Theme-scoped settings

Open flux627 opened this issue 4 years ago • 5 comments

It would be nice to be able to define options that are only active when certain themes are active. I have a few themes I cycle through, and would like to configure my highlight colors to match the current theme I'm on without having to open my settings and comment/uncomment corresponding blocks.

flux627 avatar Apr 24 '20 16:04 flux627

The probably better fix here would be being able to reference your current theme's colors rather than hardcoding values, which is impossible today AFAIK: microsoft/vscode#32813

I'm not sure if it's possible to implement per-theme settings 🤔

fabiospampinato avatar Apr 24 '20 16:04 fabiospampinato

Maybe we can add a filterTheme just like filterLanguageRegex?

I have been using a dark theme until I found a great light theme.

yzhang-gh avatar Jun 03 '20 08:06 yzhang-gh

Maybe we can add a filterTheme just like filterLanguageRegex?

PR welcome 👍

fabiospampinato avatar Jun 03 '20 11:06 fabiospampinato

Will try when I get some time 🤪

yzhang-gh avatar Jun 03 '20 11:06 yzhang-gh

PR #62 is a possible solution for this

rioj7 avatar Nov 21 '20 15:11 rioj7