Skip to content

Commit

Permalink
Merge pull request #28 from grolongo/master
Browse files Browse the repository at this point in the history
Add support for Microsoft VS Code icons
  • Loading branch information
rougier committed Feb 27, 2023
2 parents 67d4a38 + e5ded72 commit 19db737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion svg-lib.el
Expand Up @@ -116,7 +116,9 @@
("octicons" .
"https://raw.githubusercontent.com/primer/octicons/master/icons/%s-24.svg")
("boxicons" .
"https://boxicons.com/static/img/svg/regular/bx-%s.svg"))
"https://boxicons.com/static/img/svg/regular/bx-%s.svg")
("vscode" .
"https://raw.githubusercontent.com/microsoft/vscode-icons/main/icons/light/%s.svg"))

"Various icons collections stored as (name . base-url).
Expand Down

0 comments on commit 19db737

Please sign in to comment.