-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
feat(keybr.com): init #1391
feat(keybr.com): init #1391
Conversation
Co-authored-by: uncenter <[email protected]>
Co-authored-by: uncenter <[email protected]>
Co-authored-by: uncenter <[email protected]>
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.
All of the letters in the input field, with the exception of the current letter at cursor (see other discussion), are unthemed:
--textinput__color: #9f9999;
--textinput--special__color: #696666;
--textinput--hit__color: #747070;
--textinput--miss__color: #9b4545;
The first is for untyped characters (ahead of the cursor), the second is for punctuation, the third is for typed characters (behind the cursor), and the fourth is for errors in typing a character.
This dropdown shouldn't be accent:
And the currently selected item, as well as hovered items, are not visibly different.
Code snippets in "Source Code" tab of settings is not themed:
--syntax-keyword: @mauve;
--syntax-string: @green;
--syntax-number: @peach;
--syntax-comment: @overlay2;
🎉 Theme for Website 🎉
Keybr is a website to practice touch typing
💬 Additional Comments 💬
🗒 Checklist 🗒
userstyles.yml
file with information about the new userstyle.
/styles/<name-of-website>
containing the contents of the/template
directory.catppuccin.user.css
- all the CSS for the userstyle, based on thetemplate.
preview.webp
- composite image of all four individual flavor screenshots (taken with the default accent color of mauve) stitched together, generated via Catwalk.