-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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.) |
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. |
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.) |
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. |
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).
The text was updated successfully, but these errors were encountered: