Skip to content

Commit

Permalink
docs: update documentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aegir[bot] committed Aug 22, 2023
1 parent c6637b1 commit 8e76dc9
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 78 deletions.
46 changes: 23 additions & 23 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #A31515;
--dark-hl-1: #CE9178;
--light-hl-2: #800000;
--dark-hl-2: #808080;
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #800000;
--dark-hl-3: #569CD6;
--light-hl-4: #000000FF;
--dark-hl-4: #D4D4D4;
--light-hl-5: #E50000;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0000FF;
--dark-hl-6: #CE9178;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #001080;
--dark-hl-8: #9CDCFE;
--light-hl-9: #0000FF;
--dark-hl-9: #569CD6;
--light-hl-10: #0070C1;
--dark-hl-10: #4FC1FF;
--light-hl-11: #795E26;
--dark-hl-11: #DCDCAA;
--dark-hl-3: #808080;
--light-hl-4: #800000;
--dark-hl-4: #569CD6;
--light-hl-5: #000000FF;
--dark-hl-5: #D4D4D4;
--light-hl-6: #E50000;
--dark-hl-6: #9CDCFE;
--light-hl-7: #0000FF;
--dark-hl-7: #CE9178;
--light-hl-8: #AF00DB;
--dark-hl-8: #C586C0;
--light-hl-9: #001080;
--dark-hl-9: #9CDCFE;
--light-hl-10: #0000FF;
--dark-hl-10: #569CD6;
--light-hl-11: #0070C1;
--dark-hl-11: #4FC1FF;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
Loading

0 comments on commit 8e76dc9

Please sign in to comment.