aura-theme icon indicating copy to clipboard operation
aura-theme copied to clipboard

Mouse down text color in footer

Open RickR2H opened this issue 3 years ago • 0 comments

Thanks for this great theme!

Not really a large issue but in VScode I noticed that on mouse down on an option in the footer the text color is to light. Image 13

Maybe add:

"activityBarBadge.background": "#6118ff",
"activityBarBadge.foreground": "#ffffff",
"activityBar.activeBorder": "#6118ff",
"statusBarItem.activeBackground": "#6118ff",

to get: Image 15

RickR2H avatar Oct 20 '21 09:10 RickR2H