Restore breezy theme

- Setting background to dark and disabling colorscheme switch based on
  filetype seems to have resolved the issues.
This commit is contained in:
Thomas Gideon 2024-06-23 10:33:41 -04:00
parent 21e9dfa8b0
commit 23b07f56d9
2 changed files with 4 additions and 1 deletions

View file

@ -97,7 +97,7 @@ end
vim.api.nvim_create_autocmd("FocusLost", {pattern = "*", command = "wa"})
-- make sure to set TERM to xterm-256color in terminal program or app
vim.cmd("colorscheme desert")
vim.cmd("colorscheme breezy")
vim.opt.background = "dark"
vim.opt.termguicolors = true

View file

@ -11,6 +11,9 @@ vim.call('plug#begin')
-- dynamic font resizing(using ctl and arrow keys
Plug('tenxsoydev/size-matters.nvim')
-- custom colorscheme
Plug('fneu/breezy')
-- informational
-- lightweight but sophisticated status line