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

Add Catppuccin Theme #535

Closed
1 task done
abhishekmj303 opened this issue Jun 23, 2023 · 2 comments · Fixed by #537
Closed
1 task done

Add Catppuccin Theme #535

abhishekmj303 opened this issue Jun 23, 2023 · 2 comments · Fixed by #537

Comments

@abhishekmj303
Copy link
Contributor

abhishekmj303 commented Jun 23, 2023

Describe your theme in detail
This is to add the Catppuccin Theme, a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors.

Include a screenshot / image
Latte:

catppuccin-latte

Frappé:

catppuccin-frappe

Macchiato:

image

Mocha:

catppuccin-mocha

Color palette

[
"catppuccin-latte" => [
    "background" => "#EFF1F5",
    "border" => "#E4E2E2",
    "stroke" => "#E4E2E2",
    "ring" => "#179299",
    "fire" => "#179299",
    "currStreakNum" => "#8839EF",
    "sideNums" => "#4C4F69",
    "currStreakLabel" => "#8839EF",
    "sideLabels" => "#4C4F69",
    "dates" => "#5C5F77",
    "excludeDaysLabel" => "#5C5F77",
],
"catppuccin-frappe" => [
    "background" => "#303446",
    "border" => "#E4E2E2",
    "stroke" => "#E4E2E2",
    "ring" => "#81C8BE",
    "fire" => "#81C8BE",
    "currStreakNum" => "#CA9EE6",
    "sideNums" => "#C6D0F5",
    "currStreakLabel" => "#CA9EE6",
    "sideLabels" => "#C6D0F5",
    "dates" => "#B5BFE2",
    "excludeDaysLabel" => "#B5BFE2",
],
"catppuccin-macchiato" => [
    "background" => "#24273A",
    "border" => "#E4E2E2",
    "stroke" => "#E4E2E2",
    "ring" => "#8BD5CA",
    "fire" => "#8BD5CA",
    "currStreakNum" => "#C6A0F6",
    "sideNums" => "#CAD3F5",
    "currStreakLabel" => "#C6A0F6",
    "sideLabels" => "#CAD3F5",
    "dates" => "#B8C0E0",
    "excludeDaysLabel" => "#B8C0E0",
],
"catppuccin-mocha" => [
    "background" => "#1E1E2E",
    "border" => "#E4E2E2",
    "stroke" => "#E4E2E2",
    "ring" => "#94E2D5",
    "fire" => "#94E2D5",
    "currStreakNum" => "#CBA6F7",
    "sideNums" => "#CDD6F4",
    "currStreakLabel" => "#CBA6F7",
    "sideLabels" => "#CDD6F4",
    "dates" => "#BAC2DE",
    "excludeDaysLabel" => "#BAC2DE",
],
]

Are you going to add the theme?

  • Check for yes
@abhishekmj303
Copy link
Contributor Author

I am not sure how to add the screenshots in the docs/themes.md. They contain some github url and there is no folders to put the images.

@DenverCoder1
Copy link
Owner

I am not sure how to add the screenshots in the docs/themes.md. They contain some github url and there is no folders to put the images.

You can just right click on an image in the GitHub issue and do "copy image address"

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