Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.1 (googl…
Browse files Browse the repository at this point in the history
…emaps#411)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 26.8.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v26.7.0...v26.8.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e3476f3
  • Loading branch information
googlemaps-bot committed Aug 8, 2022
1 parent c7f90f2 commit f6603b7
Show file tree
Hide file tree
Showing 44 changed files with 3,329 additions and 2,046 deletions.
66 changes: 33 additions & 33 deletions assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-0: #001080;
--dark-hl-0: #9CDCFE;
--light-hl-1: #000000;
--dark-hl-1: #C8C8C8;
--light-hl-2: #008000;
--dark-hl-2: #6A9955;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #800000;
--dark-hl-4: #808080;
--light-hl-5: #800000;
--dark-hl-5: #569CD6;
--light-hl-6: #000000FF;
--dark-hl-6: #D4D4D4;
--light-hl-7: #FF0000;
--dark-hl-7: #9CDCFE;
--light-hl-8: #0000FF;
--dark-hl-1: #D4D4D4;
--light-hl-2: #800000;
--dark-hl-2: #808080;
--light-hl-3: #800000;
--dark-hl-3: #569CD6;
--light-hl-4: #000000FF;
--dark-hl-4: #D4D4D4;
--light-hl-5: #FF0000;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0000FF;
--dark-hl-6: #CE9178;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #A31515;
--dark-hl-8: #CE9178;
--light-hl-9: #AF00DB;
--dark-hl-9: #C586C0;
--light-hl-10: #A31515;
--dark-hl-10: #CE9178;
--light-hl-11: #0000FF;
--dark-hl-11: #569CD6;
--light-hl-12: #0070C1;
--dark-hl-12: #4FC1FF;
--light-hl-13: #795E26;
--dark-hl-13: #DCDCAA;
--light-hl-14: #267F99;
--dark-hl-14: #4EC9B0;
--light-hl-15: #098658;
--dark-hl-15: #B5CEA8;
--light-code-background: #F5F5F5;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-hl-10: #0000FF;
--dark-hl-10: #569CD6;
--light-hl-11: #0070C1;
--dark-hl-11: #4FC1FF;
--light-hl-12: #795E26;
--dark-hl-12: #DCDCAA;
--light-hl-13: #267F99;
--dark-hl-13: #4EC9B0;
--light-hl-14: #098658;
--dark-hl-14: #B5CEA8;
--light-hl-15: #000000;
--dark-hl-15: #C8C8C8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

Expand Down Expand Up @@ -75,7 +75,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 @@ -95,7 +95,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
Loading

0 comments on commit f6603b7

Please sign in to comment.