如何更改 VS 代码中链接的颜色?
How do you change the colour of links in VS code?
我在 VS Code 上安装了一个我非常喜欢的主题,但是它用于链接的颜色真的很难读。
有没有办法自定义这些链接的颜色?我不想因为这一个问题就把整个主题都扔掉。
"textLink.foreground": "#e06c75",
"textLink.activeForeground": "#41a6d9"
https://code.visualstudio.com/docs/getstarted/theme-color-reference#_text-colors
我在 VS Code 上安装了一个我非常喜欢的主题,但是它用于链接的颜色真的很难读。
有没有办法自定义这些链接的颜色?我不想因为这一个问题就把整个主题都扔掉。
"textLink.foreground": "#e06c75",
"textLink.activeForeground": "#41a6d9"
https://code.visualstudio.com/docs/getstarted/theme-color-reference#_text-colors