fix: fix JSON themes bug. (#2544)

This fixes a JSON bug that was introduced in https://github.com/anuraghazra/github-readme-stats/pull/2507.
This commit is contained in:
Cateline Mnemosyne 2023-02-25 09:55:12 +01:00 committed by GitHub
parent a6ff0fa521
commit f3f7a4837d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,6 +380,7 @@ export const themes = {
icon_color: "C678DD",
border_color: "3B4048",
bg_color: "23272E",
},
rose: {
title_color: "8d192b",
text_color: "862931",