From 45370fca624a4e295efefb5be7fd9143ab7ebe18 Mon Sep 17 00:00:00 2001 From: RodrigoDestri Date: Mon, 5 Jun 2023 13:50:14 -0300 Subject: [PATCH 1/6] feat: Beetle Theme added --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index ab8eab6a0d0e9..832b9c355638d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -423,6 +423,13 @@ export const themes = { border_color: "85A4C0", bg_color: "030314", }, + beetle: { + title_color: "35CE8D", + text_color: "6BA292", + icon_color: "232C33", + border_color: "BCD8B7", + bg_color: "232C33", + }, }; export default themes; From 73c9bc5213beb87031a9e0e4348576c5747de04a Mon Sep 17 00:00:00 2001 From: RodrigoDestri Date: Mon, 5 Jun 2023 14:04:56 -0300 Subject: [PATCH 2/6] docs: Theme documentation updated --- themes/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/README.md b/themes/README.md index 5993b6a07a9b8..08b0e5c201d09 100644 --- a/themes/README.md +++ b/themes/README.md @@ -36,7 +36,7 @@ Use `?theme=THEME_NAME` parameter like so :- | `panda` ![panda][panda] | `noctis_minimus` ![noctis_minimus][noctis_minimus] | `cobalt2` ![cobalt2][cobalt2] | | `swift` ![swift][swift] | `aura` ![aura][aura] | `apprentice` ![apprentice][apprentice] | | `moltack` ![moltack][moltack] | `codeSTACKr` ![codeSTACKr][codeSTACKr] | `rose_pine` ![rose_pine][rose_pine] | -| `aura_dark` ![aura_dark][aura_dark] | | | +| `aura_dark` ![aura_dark][aura_dark] | `beetle` ![beetle][beetle] | | | [Add your theme][add-theme] | | | ## Repo Card @@ -65,7 +65,7 @@ Use `?theme=THEME_NAME` parameter like so :- | `panda` ![panda][panda_repo] | `noctis_minimus` ![noctis_minimus][noctis_minimus_repo] | `cobalt2` ![cobalt2][cobalt2_repo] | | `swift` ![swift][swift_repo] | `aura` ![aura][aura_repo] | `apprentice` ![apprentice][apprentice_repo] | | `moltack` ![moltack][moltack_repo] | `codeSTACKr` ![codeSTACKr][codeSTACKr_repo] | `rose_pine` ![rose_pine][rose_pine_repo] | -| `aura_dark` ![aura_dark][aura_dark_repo] | | | +| `aura_dark` ![aura_dark][aura_dark_repo] | `beetle` ![beetle][beetle] | | | [Add your theme][add-theme] | | | @@ -131,6 +131,7 @@ Use `?theme=THEME_NAME` parameter like so :- [codeSTACKr]: https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=codeSTACKr [rose_pine]: https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=rose_pine [aura_dark]: https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=aura_dark +[beetle]: https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=beetle [default_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=default [default_repocard_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=default_repocard @@ -194,6 +195,8 @@ Use `?theme=THEME_NAME` parameter like so :- [codeSTACKr_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=codeSTACKr [rose_pine_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=rose_pine [aura_dark_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=aura_dark +[beetle_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=beetle + [add-theme]: https://github.com/anuraghazra/github-readme-stats/edit/master/themes/index.js From 211a06c1a4138a732bacbbf1396cdf72ca99d8fe Mon Sep 17 00:00:00 2001 From: Rodrigo Perozin Date: Mon, 5 Jun 2023 14:26:11 -0300 Subject: [PATCH 3/6] fix: Beetle theme fixed --- themes/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/index.js b/themes/index.js index 832b9c355638d..7eaf0fe4cefa9 100644 --- a/themes/index.js +++ b/themes/index.js @@ -424,11 +424,11 @@ export const themes = { bg_color: "030314", }, beetle: { - title_color: "35CE8D", - text_color: "6BA292", - icon_color: "232C33", + title_color: "FFFFFF", + text_color: "#FFFFFF", + icon_color: "FFFFFF", border_color: "BCD8B7", - bg_color: "232C33", + bg_color: "3B543B", }, }; From 2838e7281c6658b39f321ce0d302616e6dc71a0a Mon Sep 17 00:00:00 2001 From: Rodrigo Perozin Date: Mon, 5 Jun 2023 14:27:49 -0300 Subject: [PATCH 4/6] Update index.js --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 7eaf0fe4cefa9..2732347e3b9af 100644 --- a/themes/index.js +++ b/themes/index.js @@ -425,7 +425,7 @@ export const themes = { }, beetle: { title_color: "FFFFFF", - text_color: "#FFFFFF", + text_color: "FFFFFF", icon_color: "FFFFFF", border_color: "BCD8B7", bg_color: "3B543B", From 1b7ab5caf00baaba66a1a81ec5c55cae4434d9e0 Mon Sep 17 00:00:00 2001 From: RodrigoDestri Date: Tue, 6 Jun 2023 08:50:16 -0300 Subject: [PATCH 5/6] fix: beetle theme color fixed --- themes/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/index.js b/themes/index.js index 832b9c355638d..8ee9f86c718e8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -424,11 +424,11 @@ export const themes = { bg_color: "030314", }, beetle: { - title_color: "35CE8D", - text_color: "6BA292", + title_color: "FFFFFF", + text_color: "FFFFFF", icon_color: "232C33", border_color: "BCD8B7", - bg_color: "232C33", + bg_color: "3B543B", }, }; From 3efb65013075e0b709760e0932b0bd50c585b945 Mon Sep 17 00:00:00 2001 From: Rodrigo Perozin Date: Tue, 6 Jun 2023 09:29:07 -0300 Subject: [PATCH 6/6] beetle icon color changed --- themes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 8ee9f86c718e8..2732347e3b9af 100644 --- a/themes/index.js +++ b/themes/index.js @@ -426,7 +426,7 @@ export const themes = { beetle: { title_color: "FFFFFF", text_color: "FFFFFF", - icon_color: "232C33", + icon_color: "FFFFFF", border_color: "BCD8B7", bg_color: "3B543B", },