summaryrefslogtreecommitdiff
path: root/nvim/lua/jonathan/core/colorscheme.lua
blob: 9faed16cb61a5182b966ed90eae5edffc3548b0c (plain) (blame)
1
2
3
4
5
local status, _ = pcall(vim.cmd, "colorscheme elflord")
if not status then
    print("Colorscheme not found!")
    return
end