fixes for light mode

This commit is contained in:
Noah Masur
2022-11-05 13:41:09 -04:00
parent 4ea56b0aab
commit c871f59791
6 changed files with 56 additions and 44 deletions

View File

@ -19,9 +19,9 @@
};
"nvim/lua/packer/colors.lua".source = config.theme.colors.neovimConfig;
"nvim/lua/background.lua".text = ''
vim.cmd("set background=${
vim.o.background = "${
if config.theme.dark == true then "dark" else "light"
}")
}"
'';
};