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 Oct 4, 2024
1 parent cc0e0e2 commit 242bd2f
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extras/lua/tokyonight_day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,14 @@ local highlights = {
bg = "#d0d5e3",
fg = "#3760bf"
},
PmenuMatch = {
bg = "#d0d5e3",
fg = "#188092"
},
PmenuMatchSel = {
bg = "#b3b8d1",
fg = "#188092"
},
PmenuSbar = {
bg = "#c8cfe1"
},
Expand Down
8 changes: 8 additions & 0 deletions extras/lua/tokyonight_moon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,14 @@ local highlights = {
bg = "#1e2030",
fg = "#c8d3f5"
},
PmenuMatch = {
bg = "#1e2030",
fg = "#65bcff"
},
PmenuMatchSel = {
bg = "#363c58",
fg = "#65bcff"
},
PmenuSbar = {
bg = "#27293a"
},
Expand Down
8 changes: 8 additions & 0 deletions extras/lua/tokyonight_night.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,14 @@ local highlights = {
bg = "#16161e",
fg = "#c0caf5"
},
PmenuMatch = {
bg = "#16161e",
fg = "#2ac3de"
},
PmenuMatchSel = {
bg = "#343a55",
fg = "#2ac3de"
},
PmenuSbar = {
bg = "#1f1f29"
},
Expand Down
8 changes: 8 additions & 0 deletions extras/lua/tokyonight_storm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,14 @@ local highlights = {
bg = "#1f2335",
fg = "#c0caf5"
},
PmenuMatch = {
bg = "#1f2335",
fg = "#2ac3de"
},
PmenuMatchSel = {
bg = "#363d59",
fg = "#2ac3de"
},
PmenuSbar = {
bg = "#272b3f"
},
Expand Down
2 changes: 2 additions & 0 deletions extras/vim/colors/tokyonight-day.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ hi NormalNC guibg=#e1e2e7 guifg=#3760bf
hi NormalSB guibg=#d0d5e3 guifg=#6172b0
hi Operator guibg=NONE guifg=#006a83
hi Pmenu guibg=#d0d5e3 guifg=#3760bf
hi PmenuMatch guibg=#d0d5e3 guifg=#188092
hi PmenuMatchSel guibg=#b3b8d1 guifg=#188092
hi PmenuSbar guibg=#c8cfe1
hi PmenuSel guibg=#b3b8d1
hi PmenuThumb guibg=#a8aecb
Expand Down
2 changes: 2 additions & 0 deletions extras/vim/colors/tokyonight-moon.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ hi NormalNC guibg=#222436 guifg=#c8d3f5
hi NormalSB guibg=#1e2030 guifg=#828bb8
hi Operator guibg=NONE guifg=#89ddff
hi Pmenu guibg=#1e2030 guifg=#c8d3f5
hi PmenuMatch guibg=#1e2030 guifg=#65bcff
hi PmenuMatchSel guibg=#363c58 guifg=#65bcff
hi PmenuSbar guibg=#27293a
hi PmenuSel guibg=#363c58
hi PmenuThumb guibg=#3b4261
Expand Down
2 changes: 2 additions & 0 deletions extras/vim/colors/tokyonight-night.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ hi NormalNC guibg=#1a1b26 guifg=#c0caf5
hi NormalSB guibg=#16161e guifg=#a9b1d6
hi Operator guibg=NONE guifg=#89ddff
hi Pmenu guibg=#16161e guifg=#c0caf5
hi PmenuMatch guibg=#16161e guifg=#2ac3de
hi PmenuMatchSel guibg=#343a55 guifg=#2ac3de
hi PmenuSbar guibg=#1f1f29
hi PmenuSel guibg=#343a55
hi PmenuThumb guibg=#3b4261
Expand Down
2 changes: 2 additions & 0 deletions extras/vim/colors/tokyonight-storm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ hi NormalNC guibg=#24283b guifg=#c0caf5
hi NormalSB guibg=#1f2335 guifg=#a9b1d6
hi Operator guibg=NONE guifg=#89ddff
hi Pmenu guibg=#1f2335 guifg=#c0caf5
hi PmenuMatch guibg=#1f2335 guifg=#2ac3de
hi PmenuMatchSel guibg=#363d59 guifg=#2ac3de
hi PmenuSbar guibg=#272b3f
hi PmenuSel guibg=#363d59
hi PmenuThumb guibg=#3b4261
Expand Down

0 comments on commit 242bd2f

Please sign in to comment.