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

ChatGPT #64

Closed
1 task done
sgoudham opened this issue Feb 19, 2023 · 1 comment · Fixed by #72
Closed
1 task done

ChatGPT #64

sgoudham opened this issue Feb 19, 2023 · 1 comment · Fixed by #72

Comments

@sgoudham
Copy link
Contributor

@rubyowo has made a user style for ChatGPT: rubyowo/chatgpt
It's now ready for review!

Note
We are putting userstyle issues on hold while catppuccin/community#4 is being discussed.

Discussed in catppuccin/catppuccin#1892

Originally posted by nonetrix January 28, 2023

Will you make the port?

  • Yes, I'm willing to make the port

How can the requested port be themed?

CSS I have already made some CSS but it's quite hacky and doesn't work well since I am not good at CSS not everything is themed

.dark .dark\:bg-white\/5 {
    background-color: #313244;
}

.dark .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: #cdd6f4;
}

.dark .dark\:text-white\/50 {
    color: #cdd6f4;
}

.dark .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30,30,46,var(--tw-bg-opacity));
}

@media (min-width: 768px) {
    .dark .dark\:md\:bg-vert-dark-gradient {
        background-image: linear-gradient(180deg,rgba(53,55,64,0),#181825 58.85%);
    }
}

.dark .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(49,50,68,var(--tw-bg-opacity));
}

.dark .dark\:bg-\[\#444654\] {
    --tw-bg-opacity: 1;
    background-color: rgba(24,24,37,var(--tw-bg-opacity));
}

.dark .btn-neutral {
    background-color: rgba(49,50,68,var(--tw-text-opacity));
    color: #cdd6f4;
}

p {
    color: #cdd6f4;
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 50, 68,var(--tw-bg-opacity));
    color: #cdd6f4;
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24,24,37,var(--tw-bg-opacity));
}

.bg-gradient-to-l {
    background-image: none;
}

Has the requested port been themed already?

No

Any additional comments?

No response

@sgoudham
Copy link
Contributor Author

Hiya 👋

I'm happy to announce that ports which are themed with Stylus (called "Userstyles") now live over at https://github.com/catppuccin/userstyles. This means that your existing work will have to be transformed into a pull request to that repository.

Please follow the documentation detailed here on how to create a userstyle.

I'll be transferring this issue to the userstyles repository as they will not be reviewed here anymore. Thank you for your patience during this process!

@sgoudham sgoudham transferred this issue from catppuccin/catppuccin Jul 20, 2023
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 a pull request may close this issue.

2 participants