Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc8ec80

Browse files
committed
2 parents940aa64 +7062f60 commitbc8ec80

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

‎themes/README.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Use `?theme=THEME_NAME` parameter like so :-
2424
|`nightowl`![nightowl][nightowl]|`buefy`![buefy][buefy]|`blue-green`![blue-green][blue-green]|
2525
|`algolia`![algolia][algolia]|`great-gatsby`![great-gatsby][great-gatsby]|`bear`![bear][bear]|
2626
|`solarized-dark`![solarized-dark][solarized-dark]|`solarized-light`![solarized-light][solarized-light]|`nord`![nord][nord]|
27-
|`gotham`![gotham][gotham]|`material-palenight`![material-palenight][material-palenight]|[Add your theme][add-theme]|
27+
|`gotham`![gotham][gotham]|`material-palenight`![material-palenight][material-palenight]|`graywhite`![graywhite][graywhite]|
28+
|[Add your theme][add-theme]|||
2829

2930
##Repo Card
3031

@@ -40,7 +41,8 @@ Use `?theme=THEME_NAME` parameter like so :-
4041
|`nightowl`![nightowl][nightowl_repo]|`buefy`![buefy][buefy_repo]|`blue-green`![blue-green][blue-green_repo]|
4142
|`algolia`![algolia][algolia_repo]|`great-gatsby`![great-gatsby][great-gatsby_repo]|`bear`![bear][bear_repo]|
4243
|`solarized-dark`![solarized-dark][solarized-dark_repo]|`solarized-light`![solarized-light][solarized-light_repo]|`nord`![nord][nord_repo]|
43-
|`gotham`![gotham][gotham_repo]|`material-palenight`![material-palenight][material-palenight_repo]|[Add your theme][add-theme]|
44+
|`gotham`![gotham][gotham_repo]|`material-palenight`![material-palenight][material-palenight_repo]|`graywhite`![graywhite][graywhite_repo]|
45+
|[Add your theme][add-theme]|||
4446

4547

4648
[default]:https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=default
@@ -70,6 +72,7 @@ Use `?theme=THEME_NAME` parameter like so :-
7072
[nord]:https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=nord
7173
[gotham]:https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=gotham
7274
[material-palenight]:https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=material-palenight
75+
[graywhite]:https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=graywhite
7376

7477

7578
[default_repo]:https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=default
@@ -99,6 +102,7 @@ Use `?theme=THEME_NAME` parameter like so :-
99102
[nord_repo]:https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=nord
100103
[gotham_repo]:https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=gotham
101104
[material-palenight_repo]:https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=material-palenight
105+
[graywhite_repo]:https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=graywhite
102106

103107

104108
[add-theme]:https://github.com/anuraghazra/github-readme-stats/edit/master/themes/index.js

‎themes/index.js‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ const themes = {
161161
text_color:"a6accd",
162162
bg_color:"292d3e",
163163
},
164+
"graywhite":{
165+
title_color:"24292e",
166+
icon_color:"24292e",
167+
text_color:"24292e",
168+
bg_color:"ffffff",
169+
},
164170
};
165171

166172
module.exports=themes;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp