-
-
Notifications
You must be signed in to change notification settings - Fork 227
feat(bitwarden): init #1937
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
base: main
Are you sure you want to change the base?
feat(bitwarden): init #1937
Conversation
|
||
@-moz-document | ||
domain("bitwarden.com"), | ||
url-prefix("chrome-extension://nngceckbapebfimnlniiiahkandclblb/") |
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.
Can we make it apply to the Firefox extension too? Looking at:
userstyles/styles/stylus/catppuccin.user.less
Lines 20 to 21 in bc6a83a
@-moz-document url-prefix("moz-extension://"), | |
url-prefix("chrome-extension://") { |
(Noting that we apparently aren't limiting this selector to just the specific extension ID for better or worse...)
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.
It doesn't actually seem to work using MV3 Stylus since it's not allowed to target other extension's popup pages. It was more of an "in theory this should work" addition...
Do you happen to know if there's any way to get a theme in the desktop electron app? other than to request it to them directly they have one for nord for example |
I'm pretty sure they don't support community themes at all, but I could give it a banter on the OSS repository. |
I don't think they support external themes either |
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.
Mixed feelings on how many new userstyles we are adding with custom ramps and lightening before we have adopted tints and shades.
Is there anything I can do to help on my end? |
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.
name: Bitwarden | ||
link: https://bitwarden.com | ||
categories: [productivity] | ||
color: blue |
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.
color: blue | |
icon: bitwarden | |
color: blue |
🎉 Theme for Bitwarden 🎉
💬 Additional Comments 💬
🗒 Checklist 🗒
/styles/<name-of-website>
containing the contents of the/template
directory.userstyles.yml
file with information about the new userstyle.catppuccin.user.less
- all the CSS for the userstyle, based on the template.