fixes
This commit is contained in:
parent
c062e64866
commit
6873492897
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ hi("IncSearch", { bg = palette.magenta_subtle_bg, fg = palette.magenta })
|
|||
hi("ModeMsg", { bold = true, cterm = { bold = true } })
|
||||
hi("NonText", { fg = palette.grey, ctermfg = "DarkGrey" })
|
||||
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("TabLineFill", { reverse = true, cterm = { reverse = true } })
|
||||
hi("TabLineSel", { bold = true, cterm = { bold = true } })
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
window_focus_west = "alt - h";
|
||||
window_focus_east = "alt - l";
|
||||
window_focus_north = "alt - k";
|
||||
window_focusalt_south = "alt - j";
|
||||
window_focus_south = "alt - j";
|
||||
window_swap_west = "alt + shift - h";
|
||||
window_swap_east = "alt + shift - l";
|
||||
window_swap_first = "alt + shift - a";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue