update colorscheme
This commit is contained in:
parent
3c7069839e
commit
35c5929bff
4
init.lua
4
init.lua
|
|
@ -917,7 +917,9 @@ require('lazy').setup({
|
|||
-- Like many other themes, this one has different styles, and you could load
|
||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||
-- vim.cmd.colorscheme 'tokyonight-night'
|
||||
vim.cmd.colorscheme 'solarized-osaka'
|
||||
-- vim.cmd.colorscheme 'solarized-osaka'
|
||||
vim.opt.termguicolors = true
|
||||
vim.cmd.colorscheme 'murphy'
|
||||
|
||||
-- You can configure highlights by doing something like:
|
||||
vim.cmd.hi 'Comment gui=none'
|
||||
|
|
|
|||
Loading…
Reference in New Issue