mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
using lua function to define the colorscheme
This commit is contained in:
@@ -1,14 +1,16 @@
|
|||||||
return {
|
return {
|
||||||
"folke/tokyonight.nvim",
|
{
|
||||||
lazy = false,
|
"folke/tokyonight.nvim",
|
||||||
priority = 1000,
|
lazy = false,
|
||||||
init = function()
|
priority = 1000,
|
||||||
vim.cmd([[colorscheme tokyonight]])
|
init = function()
|
||||||
end,
|
vim.cmd.colorscheme("tokyonight")
|
||||||
opts = {
|
end,
|
||||||
style = "storm",
|
opts = {
|
||||||
light_style = "day",
|
style = "storm",
|
||||||
transparent = false,
|
transparent = false,
|
||||||
terminal_colors = true,
|
light_style = "day",
|
||||||
|
terminal_colors = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user