mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update
This commit is contained in:
parent
c4fe7d778f
commit
55944e0859
5 changed files with 15 additions and 12 deletions
|
@ -1,10 +1,11 @@
|
|||
-- local colorscheme = "tokyonight-night"
|
||||
local colorscheme = "tokyonight-night"
|
||||
-- local colorscheme = "gruvbox"
|
||||
-- local colorscheme = "sonokai"
|
||||
-- local colorscheme = "nordfox"
|
||||
-- local colorscheme = "material"
|
||||
-- local colorscheme = "onedark"
|
||||
local colorscheme = "lunar"
|
||||
-- local colorscheme = "lunar"
|
||||
-- local colorscheme = "nord"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue