Skip to content

feat(waterfox-private-search): init#1733

Open
GenShibe wants to merge 21 commits intomainfrom
feat/waterfox-private-search
Open

feat(waterfox-private-search): init#1733
GenShibe wants to merge 21 commits intomainfrom
feat/waterfox-private-search

Conversation

@GenShibe
Copy link
Contributor

@GenShibe GenShibe commented May 1, 2025

🎉 Theme for Waterfox Private Search 🎉

Got bored, noticed that this was a thing, checked and they had nord and dracula, so i wanted to make a ctp style for it

image

💬 Additional Comments 💬

🗒 Checklist 🗒

  • I have read and followed Catppuccin's submission guidelines.
  • 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 made sure to update the userstyles.yml file with information about the new userstyle.
  • I have included the following files:
    • catppuccin.user.less - all the CSS for the userstyle, based on the template.

@GenShibe
Copy link
Contributor Author

GenShibe commented May 3, 2025

ok so, besides the logo, i think? it's ready for a review, but there's likely parts that i have missed

@GenShibe GenShibe marked this pull request as ready for review May 3, 2025 20:44
@GenShibe GenShibe marked this pull request as draft May 3, 2025 20:47
@GenShibe GenShibe marked this pull request as ready for review May 6, 2025 12:35
GenShibe and others added 2 commits May 6, 2025 14:41
i should've checked for this KEK

Co-authored-by: isabel <[email protected]>
Co-authored-by: isabel <[email protected]>
isabelroses
isabelroses previously approved these changes May 17, 2025
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.

The text color of non-selected tabs is a little hard to read compared to the original:

CleanShot 2025-07-27 at 12 37 40 CleanShot 2025-07-27 at 12 37 44

Comment on lines +19 to +26
:root {
@media (prefers-color-scheme: light) {
#catppuccin(@lightFlavor);
}
@media (prefers-color-scheme: dark) {
#catppuccin(@darkFlavor);
}
}
Copy link
Member

@uncenter uncenter Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They do use a data-theme attribute we could use. Looks like they have data-theme="light", data-theme="dark", and data-theme="system".

@uncenter uncenter added the 2.status: changes-requested Changes requested by reviewers must be attended to by author before further review label Jul 27, 2025
@uncenter uncenter added 0.kind: init A new userstyle 5.needs: staff-review A review by a staff member is required/needed 2.status: stale Lacking recent activity labels Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: init A new userstyle 2.status: changes-requested Changes requested by reviewers must be attended to by author before further review 2.status: stale Lacking recent activity 5.needs: staff-review A review by a staff member is required/needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants