Skip to content

Commit

Permalink
chore(build): auto-generated build files
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and github-actions[bot] committed Nov 19, 2024
1 parent 5749102 commit a75ed77
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 4 deletions.
22 changes: 21 additions & 1 deletion extras/lua/tokyonight_day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ local highlights = {
fg = "#2e7de9"
},
DashboardIcon = {
bold = true,
fg = "#007197"
},
DashboardKey = {
Expand Down Expand Up @@ -2104,6 +2103,27 @@ local highlights = {
bg = "#d0d5e3",
fg = "#a8aecb"
},
SnacksDashboardDesc = {
fg = "#007197"
},
SnacksDashboardDir = {
fg = "#8990b3"
},
SnacksDashboardFooter = {
fg = "#188092"
},
SnacksDashboardHeader = {
fg = "#2e7de9"
},
SnacksDashboardIcon = {
fg = "#188092"
},
SnacksDashboardKey = {
fg = "#b15c00"
},
SnacksDashboardSpecial = {
fg = "#7847bd"
},
SnacksNotifierBorderDebug = {
bg = "#e1e2e7",
fg = "#bcc0d3"
Expand Down
22 changes: 21 additions & 1 deletion extras/lua/tokyonight_moon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ local highlights = {
fg = "#82aaff"
},
DashboardIcon = {
bold = true,
fg = "#86e1fc"
},
DashboardKey = {
Expand Down Expand Up @@ -2104,6 +2103,27 @@ local highlights = {
bg = "#1e2030",
fg = "#3b4261"
},
SnacksDashboardDesc = {
fg = "#86e1fc"
},
SnacksDashboardDir = {
fg = "#545c7e"
},
SnacksDashboardFooter = {
fg = "#65bcff"
},
SnacksDashboardHeader = {
fg = "#82aaff"
},
SnacksDashboardIcon = {
fg = "#65bcff"
},
SnacksDashboardKey = {
fg = "#ff966c"
},
SnacksDashboardSpecial = {
fg = "#fca7ea"
},
SnacksNotifierBorderDebug = {
bg = "#222436",
fg = "#3c4163"
Expand Down
22 changes: 21 additions & 1 deletion extras/lua/tokyonight_night.lua
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ local highlights = {
fg = "#7aa2f7"
},
DashboardIcon = {
bold = true,
fg = "#7dcfff"
},
DashboardKey = {
Expand Down Expand Up @@ -2104,6 +2103,27 @@ local highlights = {
bg = "#16161e",
fg = "#3b4261"
},
SnacksDashboardDesc = {
fg = "#7dcfff"
},
SnacksDashboardDir = {
fg = "#545c7e"
},
SnacksDashboardFooter = {
fg = "#2ac3de"
},
SnacksDashboardHeader = {
fg = "#7aa2f7"
},
SnacksDashboardIcon = {
fg = "#2ac3de"
},
SnacksDashboardKey = {
fg = "#ff9e64"
},
SnacksDashboardSpecial = {
fg = "#9d7cd8"
},
SnacksNotifierBorderDebug = {
bg = "#1a1b26",
fg = "#32364e"
Expand Down
22 changes: 21 additions & 1 deletion extras/lua/tokyonight_storm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ local highlights = {
fg = "#7aa2f7"
},
DashboardIcon = {
bold = true,
fg = "#7dcfff"
},
DashboardKey = {
Expand Down Expand Up @@ -2104,6 +2103,27 @@ local highlights = {
bg = "#1f2335",
fg = "#3b4261"
},
SnacksDashboardDesc = {
fg = "#7dcfff"
},
SnacksDashboardDir = {
fg = "#545c7e"
},
SnacksDashboardFooter = {
fg = "#2ac3de"
},
SnacksDashboardHeader = {
fg = "#7aa2f7"
},
SnacksDashboardIcon = {
fg = "#2ac3de"
},
SnacksDashboardKey = {
fg = "#ff9e64"
},
SnacksDashboardSpecial = {
fg = "#9d7cd8"
},
SnacksNotifierBorderDebug = {
bg = "#24283b",
fg = "#383e5a"
Expand Down

0 comments on commit a75ed77

Please sign in to comment.