1 2 3 4 5 6
-- this file contains configuration for colorschemes e.t.c local colorscheme = "habamax" -- local colorscheme = "evening" vim.cmd("colo " .. colorscheme)