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

Unicode theme #6

Open
skwerlman opened this issue Jul 1, 2016 · 2 comments
Open

Unicode theme #6

skwerlman opened this issue Jul 1, 2016 · 2 comments

Comments

@skwerlman
Copy link
Contributor

I was looking at this again, and started working on unicode theming. I'd like some feedback on a new fancy theme. It's based off the output format used by equo, the package manager for sabayon linux.

This is the theme as of now:

FANCY_THEME = {logging.CRITICAL: " ☢ ", # \u2622
               logging.ERROR:    " ☓ ", # \u2613
               logging.WARNING:  " ☛ ", # \u2618
               logging.INFO:     " ╠ ", # \u2560
               logging.DEBUG:    " ├ "} # \u251c

I would have liked to use (\u26a0) instead of , but it fails to appear in my text editor, so I'm not hopeful for terminal support.

@skwerlman
Copy link
Contributor Author

Just realized that this also needs a special format, too, so I might as well look into implementing proper theming.

@rlafuente
Copy link
Contributor

A simple theming approach would make most sense, 100% agree. Feel free to be bold and experiment, happy to accept any PR's!

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