Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emoji-based icon themes #116

Open
aelij opened this issue Aug 29, 2023 · 3 comments
Open

Emoji-based icon themes #116

aelij opened this issue Aug 29, 2023 · 3 comments

Comments

@aelij
Copy link

aelij commented Aug 29, 2023

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!

@devblackops
Copy link
Owner

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

@aelij
Copy link
Author

aelij commented Nov 5, 2023

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
Copy link
Author

aelij commented Nov 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants