79268903

Date: 2024-12-10 16:03:30
Score: 0.5
Natty:
Report link

panelTitle is the one which is changing color of Details, features, changelog labels in extensions panel . Let me know if this is what you looking for.

Modifications in settings.json :

"workbench.colorCustomizations": {
"editorGroupHeader.foreground": "#f40808",  
"textLink.foreground": "#f40808",          
"editor.foreground": "#f40808",             
"panelTitle.inactiveForeground": "#f40808",
"panelTitle.activeForeground":"#f40808"

}

and got this result :

enter image description here

enter image description here

You can refer to this for further information : https://code.visualstudio.com/api/references/theme-color

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arf_code