Skip to content
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

Merged
merged 13 commits into from
Oct 26, 2024
Merged

Conversation

TadoTheMiner
Copy link
Contributor

@TadoTheMiner TadoTheMiner commented Oct 20, 2024

🎉 Theme for Website 🎉

Keybr is a website to practice touch typing
image

💬 Additional Comments 💬

🗒 Checklist 🗒

  • I have read and followed Catppuccin's submission guidelines.
  • I have made sure to update the
    userstyles.yml
    file with information about the new userstyle.
  • I have made a new directory underneath /styles/<name-of-website> containing the contents of the /template directory.
    • I have ensured that the new directory is in lower-kebab-case.
    • I have followed the template and kept the preprocessor as LESS.
  • I have included the following files:
    • catppuccin.user.css - all the CSS for the userstyle, based on the
      template.
    • preview.webp - composite image of all four individual flavor screenshots (taken with the default accent color of mauve) stitched together, generated via Catwalk.

@TadoTheMiner TadoTheMiner requested a review from a team as a code owner October 20, 2024 12:46
scripts/userstyles.yml Show resolved Hide resolved
styles/keybr.com/catppuccin.user.css Outdated Show resolved Hide resolved
styles/keybr.com/catppuccin.user.css Outdated Show resolved Hide resolved
styles/keybr.com/catppuccin.user.css Outdated Show resolved Hide resolved
Copy link
Member

@uncenter uncenter left a 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:

CleanShot 2024-10-24 at 16 33 12

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;

styles/keybr.com/catppuccin.user.css Show resolved Hide resolved
styles/keybr.com/catppuccin.user.css Outdated Show resolved Hide resolved
scripts/userstyles.yml Outdated Show resolved Hide resolved
@isabelroses isabelroses merged commit 1dc5655 into catppuccin:main Oct 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants