ayu-theme / vscode-ayu

ayu theme for vscode
https://marketplace.visualstudio.com/items?itemName=teabyii.ayu
MIT License
569 stars 93 forks source link

Add Markdown Underline Style to Get Texts Underlined (Maybe Not In Markdown) #140

Closed GreenYun closed 1 year ago

GreenYun commented 1 year ago

Some language syntax extensions, like rust-analyzer, may use "markup.underline" to distinguish terms. Just add the following code copied from the default theme:

        {
            "scope": "markup.underline",
            "settings": {
                "fontStyle": "underline"
            }
        },
GreenYun commented 1 year ago

Duplicated #139 due to GitHub 500 Server error. Closed.