Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(primer): update primitives #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,631 changes: 1,318 additions & 1,313 deletions lua/github-theme/palette/primitives/dark.lua

Large diffs are not rendered by default.

2,747 changes: 1,376 additions & 1,371 deletions lua/github-theme/palette/primitives/dark_colorblind.lua

Large diffs are not rendered by default.

2,793 changes: 1,399 additions & 1,394 deletions lua/github-theme/palette/primitives/dark_dimmed.lua

Large diffs are not rendered by default.

2,583 changes: 1,294 additions & 1,289 deletions lua/github-theme/palette/primitives/dark_high_contrast.lua

Large diffs are not rendered by default.

2,593 changes: 1,299 additions & 1,294 deletions lua/github-theme/palette/primitives/dark_tritanopia.lua

Large diffs are not rendered by default.

2,835 changes: 1,420 additions & 1,415 deletions lua/github-theme/palette/primitives/light.lua

Large diffs are not rendered by default.

2,547 changes: 1,276 additions & 1,271 deletions lua/github-theme/palette/primitives/light_colorblind.lua

Large diffs are not rendered by default.

2,117 changes: 1,061 additions & 1,056 deletions lua/github-theme/palette/primitives/light_high_contrast.lua

Large diffs are not rendered by default.

2,697 changes: 1,351 additions & 1,346 deletions lua/github-theme/palette/primitives/light_tritanopia.lua

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "github-nvim-theme",
"private": true,
"dependencies": {
"@primer/primitives": "^8.2.3"
"@primer/primitives": "^8.2.4"
}
}