Skip to content

Commit

Permalink
Tweak color for LSP link underline
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Aug 10, 2022
1 parent 775ae06 commit 962233d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@
{
"name": "LSP DocumentLink",
"scope": "markup.underline.link.lsp",
"foreground": "var(grey)"
"foreground": "color(var(textcolor) alpha(0.6))"
},
{
"name": "LSP SemanticTokens",
Expand Down
2 changes: 1 addition & 1 deletion Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@
{
"name": "LSP DocumentLink",
"scope": "markup.underline.link.lsp",
"foreground": "var(grey)"
"foreground": "color(var(textcolor) alpha(0.7))"
},
{
"name": "LSP SemanticTokens",
Expand Down

0 comments on commit 962233d

Please sign in to comment.