File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,6 +218,11 @@ const themes = {
218218 quote_color : "bf4a3f" ,
219219 author_color : "d9c8a9" ,
220220 bg_color : "402b23"
221+ } ,
222+ "soft-green" : {
223+ quote_color : "00dc4d" ,
224+ author_color : "cecece" ,
225+ bg_color : "222428"
221226 }
222227 } ;
223228
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Use `?theme=THEME_NAME` parameter like so :-
2929| ` calm ` ![ calm] [ calm ] | ` flag-india ` ![ flag-india] [ flag-india ] | ` omni ` ![ omni] [ omni ] |
3030| ` react ` ![ react] [ react ] | ` jolly ` ![ jolly] [ jolly ] | ` maroongold ` ![ maroongold] [ maroongold ] |
3131| ` yeblu ` ![ yeblu] [ yeblu ] | ` blueberry ` ![ blueberry] [ blueberry ] | ` slateorange ` ![ slateorange] [ slateorange ] |
32- | ` kacho_ga ` ![ kacho_ga] [ kacho_ga ] | | |
32+ | ` kacho_ga ` ![ kacho_ga] [ kacho_ga ] | ` soft-green ` ![ soft-green ] [ soft-green ] | |
3333
3434
3535
@@ -78,6 +78,7 @@ Use `?theme=THEME_NAME` parameter like so :-
7878[ blueberry ] : https://github-readme-quotes.herokuapp.com/quote?theme=blueberry
7979[ slateorange ] : https://github-readme-quotes.herokuapp.com/quote?theme=slateorange
8080[ kacho_ga ] : https://github-readme-quotes.herokuapp.com/quote?theme=kacho_ga
81+ [ soft-green ] : https://github-readme-quotes.herokuapp.com/quote?theme=soft-green
8182
8283
8384Wanted to add a new theme? Consider reading the [ contribution guidelines] ( ../CONTRIBUTING.md#themes-contribution ) : D
Original file line number Diff line number Diff line change @@ -218,6 +218,11 @@ const themes = {
218218 quote_color : "bf4a3f" ,
219219 author_color : "d9c8a9" ,
220220 bg_color : "402b23"
221+ } ,
222+ "soft-green" : {
223+ quote_color : "00dc4d" ,
224+ author_color : "cecece" ,
225+ bg_color : "222428"
221226 }
222227 } ;
223228
You can’t perform that action at this time.
0 commit comments