Skip to content

Commit

Permalink
Use underline and text color for URLs embedded in text
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Nov 4, 2021
1 parent 8450cdc commit 4d333d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Writer Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@
{"scope": "markup.raw, meta.code-fence",
"background": "#262626"},

{"scope": "comment, punctuation.definition.link, punctuation.definition.image, punctuation.definition.metadata, markup.underline.link",
{"scope": "comment, punctuation.definition.link, punctuation.definition.image, punctuation.definition.metadata, meta.link.inline, meta.image.inline",
"foreground": "#706f70"},

{"scope": "meta.link.inline.description, meta.image.inline.description",
"foreground": "var(foreground)"},

{"scope": "markup.underline.link",
"font_style": "underline"},

{"scope": "invalid",
"foreground": "var(red)",
"background": "color(var(red) alpha(0.2))"},
Expand Down
8 changes: 7 additions & 1 deletion Writer.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@
{"scope": "markup.raw, meta.code-fence",
"background": "#edeeed"},

{"scope": "comment, punctuation.definition.link, punctuation.definition.image, punctuation.definition.metadata, markup.underline.link",
{"scope": "comment, punctuation.definition.link, punctuation.definition.image, punctuation.definition.metadata, meta.link.inline, meta.image.inline",
"foreground": "#c6c5c2"},

{"scope": "meta.link.inline.description, meta.image.inline.description",
"foreground": "var(black)"},

{"scope": "markup.underline.link",
"font_style": "underline"},

{"scope": "invalid",
"foreground": "var(red)",
"background": "color(var(red) alpha(0.2))"},
Expand Down

0 comments on commit 4d333d3

Please sign in to comment.