Skip to content

Commit 4c03968

Browse files
authored
new theme (#133)
* new theme created soft-green theme * added soft-green theme in demo-site
1 parent 339abe4 commit 4c03968

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

frontend/src/util/themes/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/themes/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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

src/themes/themes.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)