Skip to content

Commit

Permalink
Merge pull request #282 from projekt0n/update-color-primitives
Browse files Browse the repository at this point in the history
Update color primitives to v7.11.14
  • Loading branch information
ful1e5 committed Jul 15, 2023
2 parents 57f1286 + 627f07a commit 609eb5c
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 27 deletions.
5 changes: 3 additions & 2 deletions lua/github-theme/palette/primitives/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#0c2d6b"
},
"overlay": {
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)"
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)",
"backdrop": "rgba(22,27,34,0.4)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
5 changes: 3 additions & 2 deletions lua/github-theme/palette/primitives/dark_colorblind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#0c2d6b"
},
"overlay": {
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)"
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)",
"backdrop": "rgba(22,27,34,0.4)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
5 changes: 3 additions & 2 deletions lua/github-theme/palette/primitives/dark_dimmed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#143d79"
},
"overlay": {
"shadow": "0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85)"
"shadow": "0 0 0 1px #444c56, 0 16px 32px rgba(28,33,40,0.85)",
"backdrop": "rgba(45,51,59,0.4)"
},
"header": {
"text": "rgba(205,217,229,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
5 changes: 3 additions & 2 deletions lua/github-theme/palette/primitives/dark_high_contrast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#1e60d5"
},
"overlay": {
"shadow": "0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85)"
"shadow": "0 0 0 1px #525964, 0 16px 32px rgba(1,4,9,0.85)",
"backdrop": "rgba(39,43,51,0.4)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
5 changes: 3 additions & 2 deletions lua/github-theme/palette/primitives/dark_tritanopia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#0c2d6b"
},
"overlay": {
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)"
"shadow": "0 0 0 1px #30363d, 0 16px 32px rgba(1,4,9,0.85)",
"backdrop": "rgba(22,27,34,0.4)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
7 changes: 4 additions & 3 deletions lua/github-theme/palette/primitives/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local M = vim.json.decode(
"syntax": {
"comment": "#6e7781",
"constant": "#0550ae",
"entity": "#8250df",
"entity": "#6639ba",
"storageModifierImport": "#24292f",
"entityTag": "#116329",
"keyword": "#cf222e",
Expand Down Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#b6e3ff"
},
"overlay": {
"shadow": "0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12)"
"shadow": "0 1px 3px rgba(31,35,40,0.12), 0 8px 24px rgba(66,74,83,0.12)",
"backdrop": "rgba(140,149,159,0.2)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
7 changes: 4 additions & 3 deletions lua/github-theme/palette/primitives/light_colorblind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local M = vim.json.decode(
"syntax": {
"comment": "#6e7781",
"constant": "#0550ae",
"entity": "#8250df",
"entity": "#6639ba",
"storageModifierImport": "#24292f",
"entityTag": "#0550ae",
"keyword": "#b35900",
Expand Down Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#b6e3ff"
},
"overlay": {
"shadow": "0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12)"
"shadow": "0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12)",
"backdrop": "rgba(140,149,159,0.2)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
7 changes: 4 additions & 3 deletions lua/github-theme/palette/primitives/light_high_contrast.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local M = vim.json.decode(
"syntax": {
"comment": "#66707b",
"constant": "#023b95",
"entity": "#622cbc",
"entity": "#512598",
"storageModifierImport": "#0e1116",
"entityTag": "#024c1a",
"keyword": "#a0111f",
Expand Down Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#9cd7ff"
},
"overlay": {
"shadow": "0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12)"
"shadow": "0 1px 3px rgba(1,4,9,0.12), 0 8px 24px rgba(52,59,67,0.12)",
"backdrop": "rgba(136,146,157,0.2)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { luanil = { object = false, array = false } })
M._LICENSE = [=[
The MIT License (MIT)
Expand Down
7 changes: 4 additions & 3 deletions lua/github-theme/palette/primitives/light_tritanopia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local M = vim.json.decode(
"syntax": {
"comment": "#6e7781",
"constant": "#0550ae",
"entity": "#8250df",
"entity": "#6639ba",
"storageModifierImport": "#24292f",
"entityTag": "#0550ae",
"keyword": "#cf222e",
Expand Down Expand Up @@ -213,7 +213,8 @@ local M = vim.json.decode(
"tapFocusBg": "#b6e3ff"
},
"overlay": {
"shadow": "0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12)"
"shadow": "0 1px 3px rgba(27,31,36,0.12), 0 8px 24px rgba(66,74,83,0.12)",
"backdrop": "rgba(140,149,159,0.2)"
},
"header": {
"text": "rgba(255,255,255,0.7)",
Expand Down Expand Up @@ -612,7 +613,7 @@ local M = vim.json.decode(
{ luanil = { object = false, array = false } }
)
M._VERSION =
vim.json.decode([=["7.11.13"]=], { luanil = { object = false, array = false } })
vim.json.decode([=["7.11.14"]=], { 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.13"
"@primer/primitives": "^7.11.14"
}
}

0 comments on commit 609eb5c

Please sign in to comment.