mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
fixes for light mode
This commit is contained in:
@ -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"
|
||||
}")
|
||||
}"
|
||||
'';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user