79325360

Date: 2025-01-03 02:27:01
Score: 1
Natty:
Report link

On settings.json, set the following to have this :

screenshot

{
    "workbench.colorCustomizations": {
        "[One Dark Pro]": {   // your theme name
            "editorHoverWidget.foreground":"#ffff00",  
            "textLink.foreground": "#00ffff",  
            "editorHoverWidget.statusBarBackground":"#008800"   // as a bonus
        }
    }
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vimchun