hyprland: use foot as term, nvim: nordfox, zsh: non-blinking vi mode

This commit is contained in:
2024-02-22 23:18:56 +01:00
parent 3f1609b384
commit b1cfffafc7
4 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@ end
local function set_bg()
if vim.o.background == 'dark' then
vim.cmd.colorscheme("nightfox")
vim.cmd.colorscheme("nordfox")
else
vim.cmd.colorscheme("dayfox")
end