Using vim colorscheme

This commit is contained in:
Eduardo Cueto-Mendoza 2024-12-16 15:16:51 +00:00
parent 2e29638de2
commit f666065fa6
2 changed files with 13 additions and 16 deletions

View File

@ -1,12 +1,14 @@
require("tokyonight").setup { --require("tokyonight").setup {
transparent = false, -- transparent = false,
-- styles = { -- -- styles = {
-- sidebars = "transparent", -- -- sidebars = "transparent",
-- floats = "transparent", -- -- floats = "transparent",
-- } -- -- }
} --}
--
vim.cmd [[colorscheme tokyonight-night]] --vim.cmd [[colorscheme tokyonight-night]]
-- vim.cmd [[colorscheme tokyonight-day]] ---- vim.cmd [[colorscheme tokyonight-day]]
-- vim.cmd [[hi Normal guibg=none]] ---- vim.cmd [[hi Normal guibg=none]]
vim.cmd [[colorscheme vim]]
vim.cmd [[hi Normal guibg=none]]

View File

@ -76,11 +76,6 @@ local plugins = {
}, },
'nvim-telescope/telescope-ui-select.nvim', 'nvim-telescope/telescope-ui-select.nvim',
'debugloop/telescope-undo.nvim', 'debugloop/telescope-undo.nvim',
{
"folke/tokyonight.nvim",
lazy = false, -- make sure we load this during startup if it is your main colorscheme
priority = 1000, -- make sure to load this before all the other start plugins
},
'ThePrimeagen/harpoon', 'ThePrimeagen/harpoon',
{ {