Terminal-Icons icon indicating copy to clipboard operation
Terminal-Icons copied to clipboard

Emoji-based icon themes

Open aelij opened this issue 2 years ago • 4 comments
trafficstars

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:

image

Please let me know if you will accept either of these and I'll submit a PR :) Thanks!

aelij avatar Aug 29 '23 13:08 aelij

@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?

devblackops avatar Nov 02 '23 02:11 devblackops

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.

aelij avatar Nov 05 '23 12:11 aelij

For future maintainers - https://emojidb.org and GitHub Copilot were a big help finding matching emojis.

aelij avatar Nov 05 '23 12:11 aelij