Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Aug 13, 2024
1 parent 3da984b commit 0e88de9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions extras/monkeytype/astrodark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* AstroDark MonkeyType Colors */
:root {
--bg-color: #1A1D23;
--caret-color: #9B9FA9;
--main-color: #50A4E9;
--sub-color: #696C76;
--sub-alt-color: #16181D;
--text-color: #ADB0BB;
--error-color: #FF838B;
--error-extra-color: #F8747E;
--colorful-error-color: #FF838B;
--colorful-error-extra-color: #F8747E;
}
13 changes: 13 additions & 0 deletions extras/monkeytype/astrojupiter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* AstroJupiter MonkeyType Colors */
:root {
--bg-color: #FEEEEE;
--caret-color: #9E7876;
--main-color: #D04F4E;
--sub-color: #937C7A;
--sub-alt-color: #F9DCD1;
--text-color: #815654;
--error-color: #A13F37;
--error-extra-color: #D04F4E;
--colorful-error-color: #A13F37;
--colorful-error-extra-color: #D04F4E;
}
13 changes: 13 additions & 0 deletions extras/monkeytype/astrolight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* AstroLight MonkeyType Colors */
:root {
--bg-color: #F7F8F8;
--caret-color: #737474;
--main-color: #671FF0;
--sub-color: #8B9297;
--sub-alt-color: #EAEBEB;
--text-color: #4F4F4F;
--error-color: #990000;
--error-extra-color: #E72F1F;
--colorful-error-color: #990000;
--colorful-error-extra-color: #E72F1F;
}
13 changes: 13 additions & 0 deletions extras/monkeytype/astromars.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/* AstroMars MonkeyType Colors */
:root {
--bg-color: #1E1517;
--caret-color: #8B7079;
--main-color: #9CBDC9;
--sub-color: #63646A;
--sub-alt-color: #1A1113;
--text-color: #A5B2BC;
--error-color: #DF8489;
--error-extra-color: #E77777;
--colorful-error-color: #DF8489;
--colorful-error-extra-color: #E77777;
}

0 comments on commit 0e88de9

Please sign in to comment.