Skip to content

Commit

Permalink
feat: add light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Mar 23, 2024
1 parent ae4cd0e commit 17f3b93
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ const conf = {
outReadme: "profile/",
api: "https://github-readme-stats-eight-topaz-65.vercel.app/api",
styles: {
light: {},
light: {
title_color: "2f80ed",
icon_color: "4c71f2",
text_color: "434d58",
bg_color: "00000000",
border_color: "e4e2e2",
},
dark: {
titleColor: "58a6ff",
textColor: "adbac7",
Expand Down

0 comments on commit 17f3b93

Please sign in to comment.