Skip to content

Commit

Permalink
feat: Added stroke color for catppucin themes
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Oct 13, 2023
1 parent f516e03 commit c48d0c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,31 @@ export const themes = {
text_color: "4c4f69",
icon_color: "8839ef",
bg_color: "eff1f5",
stroke_color: "dadce0",
username_color: "137980",
},
"catppuccin-frappe": {
title_color: "81c8be",
text_color: "c6d0f5",
icon_color: "ca9ee6",
bg_color: "303446",
stroke_color: "434962",
username_color: "81c8be",
},
"catppuccin-macchiato": {
title_color: "8bd5ca",
text_color: "cad3f5",
icon_color: "c6a0f6",
bg_color: "24273a",
stroke_color: "343854",
username_color: "8bd5ca",
},
"catppuccin-mocha": {
title_color: "94e2d5",
text_color: "cdd6f4",
icon_color: "cba6f7",
bg_color: "1e1e2e",
stroke_color: "2a2a40",
username_color: "94e2d5",
},
vue: {
Expand Down

0 comments on commit c48d0c0

Please sign in to comment.