-
-
Notifications
You must be signed in to change notification settings - Fork 237
feat(excalidraw): init #1961
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(excalidraw): init #1961
Conversation
| excalidraw: | ||
| name: Excalidraw | ||
| link: https://excalidraw.com | ||
| categories: [note_taking, document_viewer] |
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.
Does document_viewer fit the description of Excalidraw?
| ); | ||
| } | ||
|
|
||
| --button-destructive-bg-color: @red; |
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.
| --button-destructive-bg-color: @red; | |
| --button-destructive-bg-color: mix(@red, @base, @tint); |
|
|
||
| @import "https://userstyles.catppuccin.com/lib/lib.less"; | ||
|
|
||
| @-moz-document url-prefix("https://excalidraw.com") { |
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.
What are we excluding here?
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.
In theory it excludes https://plus.excalidraw.com/, but in practice I'm not sure if it does.
| @inverseFlavor: if( | ||
| @flavor = latte, | ||
| @catppuccin[@mocha], | ||
| @catppuccin[@latte] | ||
| ); | ||
| @tint: if(@flavor = latte, 15%, 30%); | ||
| @emp: if(@flavor = latte, -20%, 7.5%); |
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.
These seem like things that warrant larger discussion since they appear in all of your submitted userstyles. I can't review them if this isn't part of our standard, but you can make the case that it should be. Both the inverse flavor and the tint/shades stuff that's everywhere.
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.
inverseFlavor is unused here, that was a leftover from copying from another one of my userstyles as a base. I prefer to use base/text instead when possible, except when an accent from the inverse flavour is needed.
For emp, that's a fill for Tints and Shades and for tint that covers coloured non prominent backgrounds. The latter is confusingly named, but since I've done it everywhere it might be too late to change it...
🎉 Theme for Excalidraw 🎉
catppuccin/catppuccin#2626
💬 Additional Comments 💬
🗒 Checklist 🗒
/styles/<name-of-website>containing the contents of the/templatedirectory.userstyles.ymlfile with information about the new userstyle.catppuccin.user.less- all the CSS for the userstyle, based on the template.