r-lib / usethis

Set up commonly used 📦 components

Home Page:https://usethis.r-lib.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usethis theme `i` bullet

olivroy opened this issue · comments

Is it worth overriding usethis i bullet to make it yellow.

FWIW, in most devtools / tidyverse packages, the blue default is used.
image

And with latest dev usethis, with pr_forget(), I saw a blue i

image

Feel free to close with no further explanation, just my 2 cents. I see that you added a justification in #1956 (comment)

Edit: I am also biased for having used my cli branch #1928 for a couple months, so I got used to blue i in usethis there too.

ui_abort() doesn't seem to have it either?

ui_abort() is also contrary to the default of cli_abort() by putting a x as the first bullet..

These moves are intentional. I don't feel strongly about the color of the "i". The ui_abort() behaviour is a more strongly held opinion. But I feel OK releasing as things are.