Skip to content

Commit

Permalink
chore(theme): add light and dark catppuccin themes with fix for contr…
Browse files Browse the repository at this point in the history
…ast (anuraghazra#2376)

* Add light and dark Catppuccin themes, anuraghazra#1977

"Catppuccin Latte" and "Catppuccin Mocha" come from the official Catppuccin theme, available here: https://github.com/catppuccin/github-readme-stats

* Change Latte title color to pass AA contrast ratio test
  • Loading branch information
cosmojg authored Oct 22, 2023
1 parent 33beba5 commit 3eedfd3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,18 @@ export const themes = {
text_color: "e0def4",
bg_color: "191724",
},
catppuccin_latte: {
title_color: "137980",
icon_color: "8839ef",
text_color: "4c4f69",
bg_color: "eff1f5",
},
catppuccin_mocha: {
title_color: "94e2d5",
icon_color: "cba6f7",
text_color: "cdd6f4",
bg_color: "1e1e2e",
},
date_night: {
title_color: "DA7885",
text_color: "E1B2A2",
Expand Down

0 comments on commit 3eedfd3

Please sign in to comment.