Skip to content

Commit 962233d

Browse files
committed
Tweak color for LSP link underline
1 parent 775ae06 commit 962233d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Brackets Dark.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@
21082108
{
21092109
"name": "LSP DocumentLink",
21102110
"scope": "markup.underline.link.lsp",
2111-
"foreground": "var(grey)"
2111+
"foreground": "color(var(textcolor) alpha(0.6))"
21122112
},
21132113
{
21142114
"name": "LSP SemanticTokens",

Brackets Light.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@
21082108
{
21092109
"name": "LSP DocumentLink",
21102110
"scope": "markup.underline.link.lsp",
2111-
"foreground": "var(grey)"
2111+
"foreground": "color(var(textcolor) alpha(0.7))"
21122112
},
21132113
{
21142114
"name": "LSP SemanticTokens",

0 commit comments

Comments
 (0)