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