Skip to content

Commit

Permalink
Restore v1 docs
Browse files Browse the repository at this point in the history
Will be recreated when we release v2
  • Loading branch information
ewanharris committed Jan 19, 2023
1 parent 0e5c9fe commit 13d8b70
Show file tree
Hide file tree
Showing 38 changed files with 2,141 additions and 4,159 deletions.
58 changes: 29 additions & 29 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #A31515;
--dark-hl-1: #CE9178;
--light-hl-2: #008000;
--dark-hl-2: #6A9955;
--light-hl-3: #AF00DB;
--dark-hl-3: #C586C0;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #795E26;
--dark-hl-5: #DCDCAA;
--light-hl-6: #800000;
--dark-hl-6: #808080;
--light-hl-7: #267F99;
--dark-hl-7: #4EC9B0;
--light-hl-8: #E50000;
--dark-hl-8: #9CDCFE;
--light-hl-9: #0000FF;
--dark-hl-9: #569CD6;
--light-hl-10: #000000FF;
--dark-hl-10: #D4D4D4;
--light-hl-11: #0070C1;
--dark-hl-11: #4FC1FF;
--light-hl-12: #800000;
--dark-hl-12: #569CD6;
--light-hl-0: #800000;
--dark-hl-0: #808080;
--light-hl-1: #267F99;
--dark-hl-1: #4EC9B0;
--light-hl-2: #000000;
--dark-hl-2: #D4D4D4;
--light-hl-3: #FF0000;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0000FF;
--dark-hl-4: #569CD6;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #000000FF;
--dark-hl-6: #D4D4D4;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-8: #0070C1;
--dark-hl-8: #4FC1FF;
--light-hl-9: #795E26;
--dark-hl-9: #DCDCAA;
--light-hl-10: #AF00DB;
--dark-hl-10: #C586C0;
--light-hl-11: #800000;
--dark-hl-11: #569CD6;
--light-hl-12: #A31515;
--dark-hl-12: #CE9178;
--light-hl-13: #098658;
--dark-hl-13: #B5CEA8;
--light-code-background: #FFFFFF;
--light-code-background: #F5F5F5;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -67,7 +67,7 @@
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
body.light {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
Expand All @@ -85,7 +85,7 @@
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
body.dark {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
Expand Down
Loading

0 comments on commit 13d8b70

Please sign in to comment.