Swtich to kanagawa colorscheme.
This commit is contained in:
parent
52067fc631
commit
40da5cb900
2
init.lua
2
init.lua
|
@ -121,7 +121,7 @@ require('lazy').setup({
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = false,
|
icons_enabled = false,
|
||||||
theme = 'tokyonight',
|
theme = 'kanagawa',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
},
|
},
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
"rebelot/kanagawa.nvim",
|
||||||
|
config = function()
|
||||||
|
require("kanagawa").setup {
|
||||||
|
transparent = true
|
||||||
|
}
|
||||||
|
vim.cmd [[colorscheme kanagawa]]
|
||||||
|
end,
|
||||||
|
}
|
|
@ -8,6 +8,6 @@ return {
|
||||||
require('tokyonight').setup({
|
require('tokyonight').setup({
|
||||||
transparent = true
|
transparent = true
|
||||||
})
|
})
|
||||||
vim.cmd [[colorscheme tokyonight-storm]]
|
-- vim.cmd [[colorscheme tokyonight-storm]]
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue