mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
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:
parent
8625739f18
commit
e3d026ef82
3 changed files with 19 additions and 1 deletions
|
@ -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">
|
||||
|
|
|
@ -793,5 +793,10 @@
|
|||
"name": "cheesecake",
|
||||
"bgColor": "#fdf0d5",
|
||||
"mainColor": "#892948"
|
||||
},
|
||||
{
|
||||
"name": "earthsong",
|
||||
"bgColor": "#292521",
|
||||
"mainColor": "#509452"
|
||||
}
|
||||
]
|
||||
|
|
13
frontend/static/themes/earthsong.css
Normal file
13
frontend/static/themes/earthsong.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue