Add some changes to colorscheme (again)
This commit is contained in:
parent
be10c04010
commit
2678a869a0
2 changed files with 6 additions and 5 deletions
|
@ -6,13 +6,14 @@ return {
|
|||
"sainnhe/gruvbox-material",
|
||||
"rebelot/kanagawa.nvim",
|
||||
"catppuccin/nvim",
|
||||
"folke/tokyonight.nvim",
|
||||
},
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
-- vim.g.gruvbox_material_enable_italic = true
|
||||
-- vim.cmd.colorscheme("gruvbox-material")
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
vim.g.gruvbox_material_enable_italic = true
|
||||
vim.cmd.colorscheme("tokyonight-night")
|
||||
-- vim.cmd.colorscheme("catppuccin-mocha")
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ return {
|
|||
-- configure lualine with modified theme
|
||||
lualine.setup({
|
||||
options = {
|
||||
-- theme = "gruvbox-material",
|
||||
theme = "catppuccin-mocha",
|
||||
theme = "tokyonight",
|
||||
-- theme = "catppuccin-mocha",
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
|
|
Loading…
Reference in a new issue