Skip to content

Commit d48bff4

Browse files
authored
colorscheme
1 parent 8cb698e commit d48bff4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

init.lua

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,13 +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',
842+
--'folke/tokyonight.nvim',
843+
'oxfist/night-owl.nvim',
844+
lazy = false,
843845
priority = 1000, -- Make sure to load this before all the other start plugins.
844846
init = function()
845847
-- Load the colorscheme here.
846848
-- Like many other themes, this one has different styles, and you could load
847849
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
848-
vim.cmd.colorscheme 'tokyonight-night'
850+
--vim.cmd.colorscheme 'tokyonight-night'
851+
vim.cmd.colorscheme 'night-owl'
849852

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

0 commit comments

Comments
 (0)