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

Weather plugin should use colors and possibly icons #6

Open
theepicsnail opened this issue Oct 10, 2013 · 1 comment
Open

Weather plugin should use colors and possibly icons #6

theepicsnail opened this issue Oct 10, 2013 · 1 comment

Comments

@theepicsnail
Copy link
Owner

Look into unicode icons, see if they are readable. Decide on some color schemes (temperature dependent, weather dependent, etc..). For temp dependent colors, the high and lows of the day would be of interest, verses just the current temperature.

@scjudd
Copy link
Collaborator

scjudd commented Oct 11, 2013

Here are some possible Unicode characters to use.


BLACK SUN WITH RAYS
Unicode: U+2600, UTF-8: E2 98 80


SUN BEHIND CLOUD
Unicode: U+26C5, UTF-8: E2 9B 85


CLOUD
Unicode: U+2601, UTF-8: E2 98 81


LIGHTNING
Unicode: U+2607, UTF-8: E2 98 87


UMBRELLA WITH RAIN DROPS
Unicode: U+2614, UTF-8: E2 98 94

Under OS X 10.8.4 and Chrome 30.0.1599.69, only the sun, cloud, and lightning characters render, while all of them work under Safari 6.0.5 (8536.30.1)—some even with emoji. That is to say, whether a Unicode character is readable really depends on the client, and I don't think that should be reason not to include them. Worst case they see a little box and are motivated to get Unicode working. 😉

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

No branches or pull requests

2 participants