diff --git a/lua/github-theme/palette/primitives/dark.lua b/lua/github-theme/palette/primitives/dark.lua index ea14eee3..6bf70eea 100644 --- a/lua/github-theme/palette/primitives/dark.lua +++ b/lua/github-theme/palette/primitives/dark.lua @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/dark_colorblind.lua b/lua/github-theme/palette/primitives/dark_colorblind.lua index 6c5ecdc7..1ddbe6e9 100644 --- a/lua/github-theme/palette/primitives/dark_colorblind.lua +++ b/lua/github-theme/palette/primitives/dark_colorblind.lua @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/dark_dimmed.lua b/lua/github-theme/palette/primitives/dark_dimmed.lua index 6d76cbd3..d97c9a2b 100644 --- a/lua/github-theme/palette/primitives/dark_dimmed.lua +++ b/lua/github-theme/palette/primitives/dark_dimmed.lua @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/dark_high_contrast.lua b/lua/github-theme/palette/primitives/dark_high_contrast.lua index 922ccedf..dc241307 100644 --- a/lua/github-theme/palette/primitives/dark_high_contrast.lua +++ b/lua/github-theme/palette/primitives/dark_high_contrast.lua @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/dark_tritanopia.lua b/lua/github-theme/palette/primitives/dark_tritanopia.lua index 7f3eeda3..71a056c3 100644 --- a/lua/github-theme/palette/primitives/dark_tritanopia.lua +++ b/lua/github-theme/palette/primitives/dark_tritanopia.lua @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/light.lua b/lua/github-theme/palette/primitives/light.lua index 7644c113..b2a25727 100644 --- a/lua/github-theme/palette/primitives/light.lua +++ b/lua/github-theme/palette/primitives/light.lua @@ -42,7 +42,7 @@ local M = vim.json.decode( "syntax": { "comment": "#6e7781", "constant": "#0550ae", - "entity": "#8250df", + "entity": "#6639ba", "storageModifierImport": "#24292f", "entityTag": "#116329", "keyword": "#cf222e", @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/light_colorblind.lua b/lua/github-theme/palette/primitives/light_colorblind.lua index fc388eb8..85957ccc 100644 --- a/lua/github-theme/palette/primitives/light_colorblind.lua +++ b/lua/github-theme/palette/primitives/light_colorblind.lua @@ -42,7 +42,7 @@ local M = vim.json.decode( "syntax": { "comment": "#6e7781", "constant": "#0550ae", - "entity": "#8250df", + "entity": "#6639ba", "storageModifierImport": "#24292f", "entityTag": "#0550ae", "keyword": "#b35900", @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/light_high_contrast.lua b/lua/github-theme/palette/primitives/light_high_contrast.lua index 3baafc7f..34c1696a 100644 --- a/lua/github-theme/palette/primitives/light_high_contrast.lua +++ b/lua/github-theme/palette/primitives/light_high_contrast.lua @@ -42,7 +42,7 @@ local M = vim.json.decode( "syntax": { "comment": "#66707b", "constant": "#023b95", - "entity": "#622cbc", + "entity": "#512598", "storageModifierImport": "#0e1116", "entityTag": "#024c1a", "keyword": "#a0111f", @@ -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)", @@ -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) diff --git a/lua/github-theme/palette/primitives/light_tritanopia.lua b/lua/github-theme/palette/primitives/light_tritanopia.lua index ab0c3aee..f8e7d1e0 100644 --- a/lua/github-theme/palette/primitives/light_tritanopia.lua +++ b/lua/github-theme/palette/primitives/light_tritanopia.lua @@ -42,7 +42,7 @@ local M = vim.json.decode( "syntax": { "comment": "#6e7781", "constant": "#0550ae", - "entity": "#8250df", + "entity": "#6639ba", "storageModifierImport": "#24292f", "entityTag": "#0550ae", "keyword": "#cf222e", @@ -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)", @@ -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) diff --git a/package-lock.json b/package-lock.json index 593c1480..48171ce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,13 +6,13 @@ "": { "name": "github-nvim-theme", "dependencies": { - "@primer/primitives": "^7.11.13" + "@primer/primitives": "^7.11.14" } }, "node_modules/@primer/primitives": { - "version": "7.11.13", - "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.11.13.tgz", - "integrity": "sha512-W3RtWXpVmXqD/+6MBJG/5wJzDzY80BvUhp8HrbRK0vg83F9i+VDaQ1CiCeVn3fFuTH8HZxoJeSlhwKOHUtorWg==" + "version": "7.11.14", + "resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-7.11.14.tgz", + "integrity": "sha512-z/yUTEkbGhvFqoJ8rpLz3pHJfLNRdoyNd/xNdAl/LKqA97Z60tsSVJMfxNMXi3aS9dCIC1dexK5/Gp4y9JrRkg==" } } } diff --git a/package.json b/package.json index 558be957..e802312a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "name": "github-nvim-theme", "private": true, "dependencies": { - "@primer/primitives": "^7.11.13" + "@primer/primitives": "^7.11.14" } }