Skip to content

Commit

Permalink
Update color primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 authored Jun 12, 2023
1 parent ab90dd7 commit cd61607
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/dark_colorblind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/dark_dimmed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/dark_high_contrast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/dark_tritanopia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/light_colorblind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion lua/github-theme/palette/primitives/light_tritanopia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.11"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.12"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
8 changes: 4 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": "^7.11.11"
"@primer/primitives": "^7.11.12"
}
}

0 comments on commit cd61607

Please sign in to comment.