ColorBox by Lyft Design
81–88 of 88 posts
Re: ColorBox by Lyft Design
#82Earlier quoted context omitted.
Bulma is a gamechanger for me in this regard. I can get something professional looking up and running with literally no design experience. There are obviously limitations to it, but for my use cases it's great.
Bulma looks fairly similar to Bootstrap v4 as far as visual output goes. Any major reasons to use one or the other?
- Nobody likes bootstrap, but everybody knows bootstrap (good for an open-source lib) - Better browser compatibility - Better accessibility - Plenty of UI widgets built on top of bootstrap (we don't use them, but people using the lib could) - About as big as each other
Re: ColorBox by Lyft Design
#83Earlier quoted context omitted.
Bulma is a gamechanger for me in this regard. I can get something professional looking up and running with literally no design experience. There are obviously limitations to it, but for my use cases it's great.
Bulma looks fairly similar to Bootstrap v4 as far as visual output goes. Any major reasons to use one or the other?
Re: ColorBox by Lyft Design
#84Re: ColorBox by Lyft Design
#85Re: ColorBox by Lyft Design
#86Playing around, this is the closest I could get to the typical green = good, yellow = medium, red = bad "monitoring" color scheme: https://www.colorbox.io/#steps=10#hue_start=119#hue_end=0#hu...
https://www.colorbox.io/#steps=10#hue_start=119#hue_end=0#hu...
Re: ColorBox by Lyft Design
#87Earlier quoted context omitted.
I've used ColorBrewer[0] in the past for this purpose. It's got some great options for ensuring the colors are distinguishable by people with varying forms of colour blindness as well as in black and white. That last one is a big one because it's a pet peeve of mine when figures are unreadable in a printed paper. http://colorbrewer2.org/#type=sequential&scheme=BuGn&n=3
I've used the method described here [0] of simply incrementing hue by the golden ratio. You can generate dozens of colors that go well together yet are quite distinguishable. [0] https://martin.ankerl.com/2009/12/09/how-to-create-random-co...
Re: ColorBox by Lyft Design
#88Earlier quoted context omitted.
I've used the method described here [0] of simply incrementing hue by the golden ratio. You can generate dozens of colors that go well together yet are quite distinguishable. [0] https://martin.ankerl.com/2009/12/09/how-to-create-random-co...
I haven't tried this, but it seems like just incrementing the hue would mean colours would be difficult to distinguish when printed in black and white.