Skip to content

Commit

Permalink
fix: new build files and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Jun 30, 2022
1 parent b4a2e74 commit e6f4063
Show file tree
Hide file tree
Showing 28 changed files with 7,816 additions and 2,589 deletions.
34 changes: 17 additions & 17 deletions docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
:root {
--light-hl-0: #008000;
--dark-hl-0: #6A9955;
--light-hl-0: #0000FF;
--dark-hl-0: #569CD6;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #AF00DB;
--dark-hl-2: #C586C0;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-2: #0070C1;
--dark-hl-2: #4FC1FF;
--light-hl-3: #098658;
--dark-hl-3: #B5CEA8;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #A31515;
--dark-hl-5: #CE9178;
--light-hl-6: #795E26;
--dark-hl-6: #DCDCAA;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-code-background: #F5F5F5;
--light-hl-5: #795E26;
--dark-hl-5: #DCDCAA;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-7: #A31515;
--dark-hl-7: #CE9178;
--light-hl-8: #000000;
--dark-hl-8: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

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

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

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

0 comments on commit e6f4063

Please sign in to comment.