Skip to content

Commit 93c68e9

Browse files
committed
fixed colors
1 parent b7fb0c7 commit 93c68e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cards/themes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,25 +177,25 @@ themes.set("cyberpunk", {
177177
themes.set("catppuccin_latte", {
178178
backgroundColor: "#eff1f5",
179179
borderColor: "#9ca0b0",
180-
badgeColor: "#8839ef",
180+
badgeColor: "#e6e9ef",
181181
titleColor: "#179299",
182182
});
183183
themes.set("catppuccin_frappe", {
184184
backgroundColor: "#303446",
185185
borderColor: "#737994",
186-
badgeColor: "#ca9ee6",
186+
badgeColor: "#292c3c",
187187
titleColor: "#81c8be",
188188
});
189189
themes.set("catppuccin_macchiato", {
190190
backgroundColor: "#24273a",
191191
borderColor: "#6e738d",
192-
badgeColor: "#c6a0f6",
192+
badgeColor: "#1e2030",
193193
titleColor: "#8bd5ca",
194194
});
195195
themes.set("catppuccin_mocha", {
196196
backgroundColor: "#1e1e2e",
197197
borderColor: "#6c7086",
198-
badgeColor: "#cba6f7",
198+
badgeColor: "#181825",
199199
titleColor: "#94e2d5",
200200
});
201201

0 commit comments

Comments
 (0)