Adding new theme earthsong and fixing typo on THEMES.md (#3756) Guillermo-N

* Adding theme earthsong

* Fixing a typo on THEMES.md contribution guide.

* updated sub alt color

Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
Guillermo-N 2022-11-21 13:24:48 +01:00 committed by GitHub
parent 8625739f18
commit e3d026ef82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 1 deletions

View file

@ -50,7 +50,7 @@ Make sure the name you put matches the name of the file you created (without the
### Committing Themes
Once you have created your theme(s), you now need to create a pull request to the main Monkeytype repository. Go to the branch where you created your languages on GitHub. Then make sure your branch is up to date. Once it is up to date, click "contribute".
Once you have created your theme(s), you now need to create a pull request to the main Monkeytype repository. Go to the branch where you created your new theme on GitHub. Then make sure your branch is up to date. Once it is up to date, click "contribute".
Update branch:
<img width="1552" alt="Screenshot showing how to update the fork to match the main Monkeytype repository" src="https://user-images.githubusercontent.com/83455454/149186547-5b9fe4fd-b944-4eed-a959-db43f96198bf.png">

View file

@ -793,5 +793,10 @@
"name": "cheesecake",
"bgColor": "#fdf0d5",
"mainColor": "#892948"
},
{
"name": "earthsong",
"bgColor": "#292521",
"mainColor": "#509452"
}
]

View file

@ -0,0 +1,13 @@
:root {
/*Personal preference: 'flip test colors'= on*/
--bg-color: #292521;
--main-color: #509452;
--caret-color: #1298ba;
--sub-color: #f5ae2d;
--sub-alt-color: #1d1b18;
--text-color: #e6c7a8;
--error-color: #7e2a33;
--error-extra-color: #ff645a;
--colorful-error-color: #7e2a33;
--colorful-error-extra-color: #ff645a;
}