aedobbyn/multicolor

Variety of different logos on startup

Closed this issue · 8 comments

I imagine we'd randomize the one that is actually displayed. Could either be a random combination of colors that all look decent together or fully formed logos that are randomized.

Should make sure that these look decent on both dark and light themes (sidenote -- is there a way to detect background color of the console/terminal??)

I think the first color in magma might be too light on a white background ☹️ BUT I do love them! That's the only issue I can see.

Screen Shot 2019-03-28 at 2 48 51 PM

thanks -- good call -- i can tweak it. i have a dark theme rstudio :-) will switch to white for testing...

Btw I moved the logo palettes here and made the corresponding change to the logo function so we can also address #9

Please take a look at this pr: #18 (comment)

Screen Shot 2019-04-03 at 4 10 24 PM

Love ghibli! Last color in lacroix might be too light, what do you think

Screen Shot 2019-04-03 at 5 36 12 PM

Also maybe the first in magma

that's right -- Could you please try:

lacroix = c("#EF7C12", "#F4B95A", "#009F3F", "#8FDA04", "#AF6125", "#F4E3C7", "#B25D91", "#EFC7E6", "#EF7C12", "#F4B95A")

I think magma is ok...not sure if you noticed the change I made in the last pr (which included ghibli)

Nice, I think those are all good!!

ok, i will update and pr