-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add frog protocols 🐸 #93
base: main
Are you sure you want to change the base?
Conversation
FYI you have to add protocols to |
I know, I'm working through it. I just wanted the draft up asap. |
@@ -41,6 +41,11 @@ const cosmicProtocolsUnstableBadgeTheme: BadgeTheme = { | |||
backgroundColor: 'bg-red-100', | |||
} | |||
|
|||
const frogProtocolsBadgeTheme: BadgeTheme = { | |||
textColor: 'text-red-800', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should probably use text-green-800
. the difference won't be very noticeable tbf but its just a minor nitpick
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't want it to use the same colors as wayland stable protocols.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use one of the other color palettes from Tailwind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR is stalled. Is it planned to continue work on it? |
Sorry, I haven't had time, I've been swamped with other things lately. |
Fixes #92