Skip to content

Commit

Permalink
feat: Added github_light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Oct 13, 2023
1 parent 22e879f commit 3d98442
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Use `?theme=THEME_NAME` parameter like so :-
| `vue-dark` | ![image][vue-dark] |
| `github_dark` | ![image][github_dark] |
| `github_dark_dimmed` | ![image][github_dark_dimmed] |
| `github_light` | ![image][github_light] |

Want to add a new theme? Consider reading the [contribution guidelines](/CONTRIBUTING.md#-themes-contribution) :D

Expand All @@ -39,3 +40,4 @@ Want to add a new theme? Consider reading the [contribution guidelines](/CONTRIB
[vue-dark]: https://github-readme-profile-theta.vercel.app/api?username=FajarKim&theme=vue-dark
[github_dark]: https://github-readme-profile-theta.vercel.app/api?username=FajarKim&theme=github_dark
[github_dark_dimmed]: https://github-readme-profile-theta.vercel.app/api?username=FajarKim&theme=github_dark_dimmed
[github_light]: https://github-readme-profile-theta.vercel.app/api?username=FajarKim&theme=github_light
7 changes: 7 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@ export const themes = {
bg_color: "24292F",
border_color: "373E47",
},
github_light: {
title_color: "1F6FEB",
icon_color: "39D353",
text_color: "24292F",
bg_color: "FFFFFF",
border_color: "39D353",
},
}

0 comments on commit 3d98442

Please sign in to comment.