Skip to content

Commit 1c0b22c

Browse files
authored
Update init.lua
1 parent d48bff4 commit 1c0b22c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

init.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,16 +839,16 @@ require('lazy').setup({
839839
-- change the command in the config to whatever the name of that colorscheme is.
840840
--
841841
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
842-
--'folke/tokyonight.nvim',
843-
'oxfist/night-owl.nvim',
842+
'folke/tokyonight.nvim',
843+
--'oxfist/night-owl.nvim',
844844
lazy = false,
845845
priority = 1000, -- Make sure to load this before all the other start plugins.
846846
init = function()
847847
-- Load the colorscheme here.
848848
-- Like many other themes, this one has different styles, and you could load
849849
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
850-
--vim.cmd.colorscheme 'tokyonight-night'
851-
vim.cmd.colorscheme 'night-owl'
850+
vim.cmd.colorscheme 'tokyonight-night'
851+
--vim.cmd.colorscheme 'night-owl'
852852

853853
-- You can configure highlights by doing something like:
854854
vim.cmd.hi 'Comment gui=none'

0 commit comments

Comments
 (0)