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 Jul 17, 2024
1 parent 5e337dd commit 8eb52c0
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 0 deletions.
25 changes: 25 additions & 0 deletions extras/lua/tokyonight_day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,31 @@ local highlights = {
GlyphPalette9 = {
fg = "#f52a65"
},
GrugFarHelpHeader = {
fg = "#848cb5"
},
GrugFarHelpHeaderKey = {
fg = "#007197"
},
GrugFarInputLabel = {
fg = "#188092"
},
GrugFarInputPlaceholder = {
fg = "#8990b3"
},
GrugFarResultsChangeIndicator = {
fg = "#506d9c"
},
GrugFarResultsHeader = {
fg = "#b15c00"
},
GrugFarResultsMatch = {
bg = "#f52a65",
fg = "#b4b5b9"
},
GrugFarResultsStats = {
fg = "#2e7de9"
},
Headline = "Headline1",
Headline1 = {
bg = "#d8dde7"
Expand Down
25 changes: 25 additions & 0 deletions extras/lua/tokyonight_moon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,31 @@ local highlights = {
GlyphPalette9 = {
fg = "#ff757f"
},
GrugFarHelpHeader = {
fg = "#636da6"
},
GrugFarHelpHeaderKey = {
fg = "#86e1fc"
},
GrugFarInputLabel = {
fg = "#65bcff"
},
GrugFarInputPlaceholder = {
fg = "#545c7e"
},
GrugFarResultsChangeIndicator = {
fg = "#7ca1f2"
},
GrugFarResultsHeader = {
fg = "#ff966c"
},
GrugFarResultsMatch = {
bg = "#ff757f",
fg = "#1b1d2b"
},
GrugFarResultsStats = {
fg = "#82aaff"
},
Headline = "Headline1",
Headline1 = {
bg = "#272b40"
Expand Down
25 changes: 25 additions & 0 deletions extras/lua/tokyonight_night.lua
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,31 @@ local highlights = {
GlyphPalette9 = {
fg = "#f7768e"
},
GrugFarHelpHeader = {
fg = "#565f89"
},
GrugFarHelpHeaderKey = {
fg = "#7dcfff"
},
GrugFarInputLabel = {
fg = "#2ac3de"
},
GrugFarInputPlaceholder = {
fg = "#545c7e"
},
GrugFarResultsChangeIndicator = {
fg = "#6183bb"
},
GrugFarResultsHeader = {
fg = "#ff9e64"
},
GrugFarResultsMatch = {
bg = "#f7768e",
fg = "#15161e"
},
GrugFarResultsStats = {
fg = "#7aa2f7"
},
Headline = "Headline1",
Headline1 = {
bg = "#1f2230"
Expand Down
25 changes: 25 additions & 0 deletions extras/lua/tokyonight_storm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,31 @@ local highlights = {
GlyphPalette9 = {
fg = "#f7768e"
},
GrugFarHelpHeader = {
fg = "#565f89"
},
GrugFarHelpHeaderKey = {
fg = "#7dcfff"
},
GrugFarInputLabel = {
fg = "#2ac3de"
},
GrugFarInputPlaceholder = {
fg = "#545c7e"
},
GrugFarResultsChangeIndicator = {
fg = "#6183bb"
},
GrugFarResultsHeader = {
fg = "#ff9e64"
},
GrugFarResultsMatch = {
bg = "#f7768e",
fg = "#1d202f"
},
GrugFarResultsStats = {
fg = "#7aa2f7"
},
Headline = "Headline1",
Headline1 = {
bg = "#282e44"
Expand Down

0 comments on commit 8eb52c0

Please sign in to comment.