mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-08 23:56:27 +08:00
feat(theme): add github (@KevinRnbrg) (#6193)
### Description Added new theme "github" with colors used from GitHub. ### Checks - [ ] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [x] Adding a language or a theme? - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [x] If is a theme, did you add the theme.css? - Also please add a screenshot of the theme, it would be extra awesome if you do so! - [ ] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. Theme screenshots:     
This commit is contained in:
parent
649f9d2dd4
commit
c36952af37
2 changed files with 19 additions and 0 deletions
|
@ -1251,5 +1251,12 @@
|
|||
"mainColor": "#bef0ff",
|
||||
"subColor": "#fe9841",
|
||||
"textColor": "#dbdeeb"
|
||||
},
|
||||
{
|
||||
"name": "github",
|
||||
"bgColor": "#212830",
|
||||
"mainColor": "#41ce5c",
|
||||
"subColor": "#788386",
|
||||
"textColor": "#ccdae6"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/github.css
Normal file
12
frontend/static/themes/github.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #212830;
|
||||
--main-color: #41ce5c;
|
||||
--caret-color: #41ce5c;
|
||||
--sub-color: #788386;
|
||||
--sub-alt-color: #141b23;
|
||||
--text-color: #ccdae6;
|
||||
--error-color: #c23e3a;
|
||||
--error-extra-color: #c23e3a;
|
||||
--colorful-error-color: #c23e3a;
|
||||
--colorful-error-extra-color: #c23e3a;
|
||||
}
|
Loading…
Add table
Reference in a new issue