diff --git a/Brackets Dark.sublime-color-scheme b/Brackets Dark.sublime-color-scheme index e410a53..b90a262 100644 --- a/Brackets Dark.sublime-color-scheme +++ b/Brackets Dark.sublime-color-scheme @@ -87,6 +87,11 @@ "scope": "comment.block.documentation variable.parameter, comment.line.documentation variable.parameter", "foreground": "color(var(orange) alpha(0.6)" }, + { + "name": "Doc comment: link", + "scope": "comment.block.documentation markup.underline.link, comment.line.documentation markup.underline.link", + "foreground": "color(var(textcolor) alpha(0.6))" + }, { "name": "Escaped or special character", "scope": "constant.character", @@ -725,11 +730,6 @@ "scope": "support.type.package.java", "foreground": "var(textcolor)" }, - { - "name": "JavaDoc link", - "scope": "comment.block.documentation markup.underline.link.javadoc", - "foreground": "color(var(textcolor) alpha(0.6))" - }, { "name": "JavaDoc inline-tag punctuation", "scope": "comment.block.documentation meta.inline-tag.javadoc punctuation.section.inline-tag", diff --git a/Brackets Light.sublime-color-scheme b/Brackets Light.sublime-color-scheme index 77f6914..56dbdc1 100644 --- a/Brackets Light.sublime-color-scheme +++ b/Brackets Light.sublime-color-scheme @@ -87,6 +87,11 @@ "scope": "comment.block.documentation variable.parameter, comment.line.documentation variable.parameter", "foreground": "color(var(orange) alpha(0.7)" }, + { + "name": "Doc comment: link", + "scope": "comment.block.documentation markup.underline.link, comment.line.documentation markup.underline.link", + "foreground": "color(var(textcolor) alpha(0.7))" + }, { "name": "Escaped or special character", "scope": "constant.character", @@ -725,11 +730,6 @@ "scope": "support.type.package.java", "foreground": "var(textcolor)" }, - { - "name": "JavaDoc link", - "scope": "comment.block.documentation markup.underline.link.javadoc", - "foreground": "color(var(textcolor) alpha(0.7))" - }, { "name": "JavaDoc inline-tag punctuation", "scope": "comment.block.documentation meta.inline-tag.javadoc punctuation.section.inline-tag",