summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/user/beautiful.lua
blob: 17b7ed5aa841ac502aa7aa4075196d09ccae3ddc (plain)
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)