mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
Merge branch 'master' of https://github.com/Miodec/monkey-type
This commit is contained in:
commit
7f3c03367d
5 changed files with 64 additions and 1 deletions
|
|
@ -227,6 +227,25 @@
|
|||
"name": "dualshot",
|
||||
"bgColor": "#2d2e30",
|
||||
"textColor": "#212222"
|
||||
},
|
||||
{
|
||||
"name": "solarized_dark",
|
||||
"bgColor": "#002b36",
|
||||
"textColor": "#859900"
|
||||
},
|
||||
{
|
||||
"name": "solarized_light",
|
||||
"bgColor": "#fdf6e3",
|
||||
"textColor": "#859900"
|
||||
},
|
||||
{
|
||||
"name": "terra",
|
||||
"bgColor": "#89c559",
|
||||
"textColor": "#0c100e"
|
||||
},
|
||||
{
|
||||
"name": "red dragon",
|
||||
"bgColor": "#1a0b0c",
|
||||
"textColor": "#ff3a32"
|
||||
}
|
||||
|
||||
]
|
||||
11
public/themes/red_dragon.css
Normal file
11
public/themes/red_dragon.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #1a0b0c;
|
||||
--main-color: #ff3a32;
|
||||
--caret-color: #ff3a32;
|
||||
--sub-color: #e2a528;
|
||||
--text-color: #4a4d4e;
|
||||
--error-color: #771b1f;
|
||||
--error-extra-color: #591317;
|
||||
--colorful-error-color: #771b1f;
|
||||
--colorful-error-extra-color:#591317;
|
||||
}
|
||||
11
public/themes/solarized_dark.css
Normal file
11
public/themes/solarized_dark.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #002b36;
|
||||
--main-color: #859900;
|
||||
--caret-color: #dc322f;
|
||||
--sub-color: #2aa198;
|
||||
--text-color: #268bd2;
|
||||
--error-color: #d33682;
|
||||
--error-extra-color: #9b225c;
|
||||
--colorful-error-color: #d33682 ;
|
||||
--colorful-error-extra-color: #9b225c;
|
||||
}
|
||||
11
public/themes/solarized_light.css
Normal file
11
public/themes/solarized_light.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #fdf6e3;
|
||||
--main-color: #859900;
|
||||
--caret-color: #dc322f;
|
||||
--sub-color: #2aa198;
|
||||
--text-color: #268bd2;
|
||||
--error-color: #d33682;
|
||||
--error-extra-color: #9b225c;
|
||||
--colorful-error-color: #d33682 ;
|
||||
--colorful-error-extra-color: #9b225c;
|
||||
}
|
||||
11
public/themes/terra.css
Normal file
11
public/themes/terra.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #0c100e;
|
||||
--main-color: #89c559;
|
||||
--caret-color: #89c559;
|
||||
--sub-color: #436029;
|
||||
--text-color: #f0edd1;
|
||||
--error-color: #d3ca78;
|
||||
--error-extra-color: #89844d;
|
||||
--colorful-error-color: #d3ca78;
|
||||
--colorful-error-extra-color: #89844d;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue