Using vim colorscheme
This commit is contained in:
parent
2e29638de2
commit
f666065fa6
|
@ -1,12 +1,14 @@
|
|||
require("tokyonight").setup {
|
||||
transparent = false,
|
||||
-- styles = {
|
||||
-- sidebars = "transparent",
|
||||
-- floats = "transparent",
|
||||
-- }
|
||||
}
|
||||
|
||||
vim.cmd [[colorscheme tokyonight-night]]
|
||||
-- vim.cmd [[colorscheme tokyonight-day]]
|
||||
-- vim.cmd [[hi Normal guibg=none]]
|
||||
--require("tokyonight").setup {
|
||||
-- transparent = false,
|
||||
-- -- styles = {
|
||||
-- -- sidebars = "transparent",
|
||||
-- -- floats = "transparent",
|
||||
-- -- }
|
||||
--}
|
||||
--
|
||||
--vim.cmd [[colorscheme tokyonight-night]]
|
||||
---- vim.cmd [[colorscheme tokyonight-day]]
|
||||
---- vim.cmd [[hi Normal guibg=none]]
|
||||
|
||||
vim.cmd [[colorscheme vim]]
|
||||
vim.cmd [[hi Normal guibg=none]]
|
||||
|
|
|
@ -76,11 +76,6 @@ local plugins = {
|
|||
},
|
||||
'nvim-telescope/telescope-ui-select.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',
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue