This commit is contained in:
Dennis Schoepf 2026-03-05 23:52:51 +01:00
parent c062e64866
commit 6873492897
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ hi("IncSearch", { bg = palette.magenta_subtle_bg, fg = palette.magenta })
hi("ModeMsg", { bold = true, cterm = { bold = true } }) hi("ModeMsg", { bold = true, cterm = { bold = true } })
hi("NonText", { fg = palette.grey, ctermfg = "DarkGrey" }) hi("NonText", { fg = palette.grey, ctermfg = "DarkGrey" })
hi("PmenuSbar", { bg = palette.grey, ctermbg = "Grey" }) hi("PmenuSbar", { bg = palette.grey, ctermbg = "Grey" })
hi("StatusLine", { bg = palette.bg_secondary, fg = palette.fg_dim, bold = true, cterm = { reverse = true, bold = true } }) hi("StatusLine", { bg = palette.bg_secondary, fg = palette.bg, bold = true, cterm = { reverse = true, bold = true } })
hi("StatusLineNC", { bg = palette.bg_secondary, fg = palette.fg, cterm = { reverse = true } }) hi("StatusLineNC", { bg = palette.bg_secondary, fg = palette.fg, cterm = { reverse = true } })
hi("TabLineFill", { reverse = true, cterm = { reverse = true } }) hi("TabLineFill", { reverse = true, cterm = { reverse = true } })
hi("TabLineSel", { bold = true, cterm = { bold = true } }) hi("TabLineSel", { bold = true, cterm = { bold = true } })

View file

@ -100,7 +100,7 @@
window_focus_west = "alt - h"; window_focus_west = "alt - h";
window_focus_east = "alt - l"; window_focus_east = "alt - l";
window_focus_north = "alt - k"; window_focus_north = "alt - k";
window_focusalt_south = "alt - j"; window_focus_south = "alt - j";
window_swap_west = "alt + shift - h"; window_swap_west = "alt + shift - h";
window_swap_east = "alt + shift - l"; window_swap_east = "alt + shift - l";
window_swap_first = "alt + shift - a"; window_swap_first = "alt + shift - a";