Skip to content

Commit

Permalink
Colors: Underline URLs
Browse files Browse the repository at this point in the history
Fixes #685
  • Loading branch information
deathaxe committed Mar 24, 2022
1 parent f661ac1 commit 758dbd1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messages/3.1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ feedback you can use [GitHub issues][issues].

## Changes

* MardownEditings color schemes now underline link urls (fixes #685)

[issues]: https://github.com/SublimeText-Markdown/MarkdownEditing/issues
5 changes: 5 additions & 0 deletions schemes/MarkdownEditor-ArcDark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@
"scope": "markup.strikethrough markup.kbd.content",
"foreground": "#484848"
},
{
"name": "Markdown: Underline",
"scope": "markup.underline",
"font_style": "underline"
},

//
// Markups
Expand Down
5 changes: 5 additions & 0 deletions schemes/MarkdownEditor-Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@
"foreground": "#484848",
"background": "#222222"
},
{
"name": "Markdown: Underline",
"scope": "markup.underline",
"font_style": "underline"
},

//
// Markups
Expand Down
5 changes: 5 additions & 0 deletions schemes/MarkdownEditor-Focus.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,11 @@
"foreground": "#aaaaaa",
"background": "#cccccc"
},
{
"name": "Markdown: Underline",
"scope": "markup.underline",
"font_style": "underline"
},

//
// Markups
Expand Down
5 changes: 5 additions & 0 deletions schemes/MarkdownEditor-Yellow.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,11 @@
"foreground": "#c2b58e",
"background": "#e2daab"
},
{
"name": "Markdown: Underline",
"scope": "markup.underline",
"font_style": "underline"
},

//
// Markups
Expand Down
5 changes: 5 additions & 0 deletions schemes/MarkdownEditor.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,11 @@
"foreground": "#B7B7B7",
"background": "#E6E6E6"
},
{
"name": "Markdown: Underline",
"scope": "markup.underline",
"font_style": "underline"
},

//
// Markups
Expand Down

0 comments on commit 758dbd1

Please sign in to comment.