From eef8970d983215f3c26e15ab3dee3ac2c91e391b Mon Sep 17 00:00:00 2001 From: Teddi <83455454+teddinotteddy@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:49:58 -0600 Subject: [PATCH] Fixed a typo and update paths in THEMES.md (#2453) * Update _list.json * Update _list.json * Update THEMES.md * Update THEMES.md --- THEMES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/THEMES.md b/THEMES.md index 804957580..4b28bf070 100644 --- a/THEMES.md +++ b/THEMES.md @@ -13,7 +13,7 @@ First you will have to copy the repository also known as forking. Go the the [Mo ## Creating Themes After you have forked the repository you can now add your theme. (If you haven't already forked the repository yet refer to [here](#forking-the-repository)) -Create a file in ```./static/themes/```. Call it whatever you want but make sure that it is all lowercase and underscores for spaces. It should look something like this: +Create a file in ```./frontend/static/themes/```. Call it whatever you want but make sure that it is all lowercase and underscores for spaces. It should look something like this: ```theme_name.css```. Then Add this code to your file: @@ -35,7 +35,7 @@ Here is an image showing what all the colors correspond to: -Now change the corresponding hex codes to match your theme. However you aren't done, you need to update one more file. Go to ```./static/themes/_list.json```. +Now change the corresponding hex codes to match your theme. However you aren't done, you need to update one more file. Go to ```./frontend/static/themes/_list.json```. At the very end of the file add this code (Keep it inside the square brackets): ``` ,{ @@ -53,7 +53,7 @@ Then make sure your branch is up to date. Once it is up to date click contribute Update branch: Screen Shot 2022-01-12 at 10 55 19 AM -Create pull request: +Create a pull request: Screen Shot 2022-01-12 at 10 56 42 AM After that add some screenshots of your theme to the pull request. Click create pull request and if it gets approved