Terminal-Icons
Terminal-Icons copied to clipboard
Emoji-based icon themes
I've made a small modification to the Resolve-Icon function so it would be able to load emojis directly rather than rely on glyphs, to avoid the font installation requirement.
I also made an emoji variant of the default theme:
Please let me know if you will accept either of these and I'll submit a PR :) Thanks!
@aelij That's awesome! Is it possible to switch between a glyph-based and an emoji-based themes? I'd like to see how you've implemented it. Would you be able to share your branch?
https://github.com/devblackops/Terminal-Icons/compare/main...aelij:TerminalIcons:feature/emoji
Is it possible to switch between a glyph-based and an emoji-based themes?
Yes, I've added a bool value to the theme that allows configuring which mode to use.
For future maintainers - https://emojidb.org and GitHub Copilot were a big help finding matching emojis.