Switch back to gruvbox theme

This commit is contained in:
Dave Gallant
2021-08-26 09:15:01 -04:00
parent 2cd60fc39e
commit cd0f76c6e2
3 changed files with 7 additions and 10 deletions

View File

@@ -90,9 +90,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za",
--Set colorscheme
vim.o.termguicolors = true
vim.cmd[[colorscheme tokyonight]]
vim.g.tokyonight_style = "night"
vim.g.tokyonight_italic_functions = true
vim.cmd[[colorscheme gruvbox]]
-------------------------------------------------------------------------------
-- LSP {{{1 -------------------------------------------------------------------
@@ -124,7 +122,7 @@ require"gitlinker".setup()
-- status line
require('lualine').setup {
options = {
theme = 'tokyonight'
theme = 'gruvbox'
}
}