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

Menu Highlight Color #18

Open
Wowfunhappy opened this issue Feb 14, 2020 · 5 comments
Open

Menu Highlight Color #18

Wowfunhappy opened this issue Feb 14, 2020 · 5 comments
Assignees

Comments

@Wowfunhappy
Copy link
Owner

tombolger on reddit pointed out I should probably use a highlight color other than black for menus, on Pebbles that have color screens. I want to use two colors: one for the feed select menu, and one for the article select menu.

The code for this is dead simple. The hard part will be choosing a color, because I'm invariably going to obsess over which one is best for much too long.

Feel free to suggest colors in this thread (as in exact shades).

@Wowfunhappy Wowfunhappy self-assigned this Feb 14, 2020
@Cralex
Copy link

Cralex commented Feb 15, 2020

What a coincidence, I just switched to my PTS today!

I agree with tombolger, in that emulating the Pebble Time UI would be an easy, classy, safe foray into the world of color.
CC7E157B-7E5E-4C73-BE87-E96D8F9D5CAB

Something like this would kind of make it look like the RSS reader was intended all along to be part of the Pebble experience. I’m guessing that someone out there would want an option to go back to black and white, though, then you might as well add options to switch the highlight color to other colors with similar brightness. How deep down the rabbit hole you want to go with customization options is up to you.

6DF5930B-66C5-41C9-87DE-17AEEAC7B7D5

I think this is what they had in mind when they mentioned the settings screen, rather than the appearance of the feed configuration list in the app. Kind of a “dark mode” that’s all the rage these days. I’d say you could switch between the two UI options depending on if you’re looking at feeds or articles, but that might be kind of jarring. Maybe let the use choose between “dark” and “light” modes in this style, and then give us some options for the highlight color for feed and article view.

@Cralex
Copy link

Cralex commented Feb 15, 2020

239412E1-0D4B-4618-AFD1-752F9974EE2B

There’s also this color set, which is used on the notifications screen. You could use the same blue and red that pebble uses as defaults for feed and article views, perhaps. (I’m partial to the green that appears when you get text messages, too. Very satisfying color on these reflective pebble screens.)

@Wowfunhappy
Copy link
Owner Author

Wowfunhappy commented Feb 15, 2020

There’s an idea, just steal the OS’s colors so I don’t have to pick them.

Looking into this a little more, this is also very useful: https://developer.rebble.io/developer.pebble.com/guides/tools-and-resources/color-picker/index.html#FF0000

No config options, among other things I just don’t want to code them.

@Cralex
Copy link

Cralex commented Feb 15, 2020

Lots of apps and watchfaces have a color picker in settings, such as https://github.com/mattrossman/forecaswatch2

With that said, I’d be happy with just the OS colors. Even the lighter colors (like the OS uses) look great and don’t get washed out. (The more sunlight, the more they shimmer.)

@Wowfunhappy
Copy link
Owner Author

Things to consider: I would need two splash screen images, one for color watches (with colored highlight) and one for black and white watches (with a black highlight). Not clear how to do this atm.

It might be time to retire the splash screen image, it doesn't fit when an article gets restored either.

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