summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/colors.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/lua/plugins/colors.lua b/lua/plugins/colors.lua
index a75555e..a7216c2 100644
--- a/lua/plugins/colors.lua
+++ b/lua/plugins/colors.lua
@@ -1,12 +1,10 @@
return {
{
- "sainnhe/everforest",
+ "https://git.mhsn.net/lain.vim",
lazy = false,
priority = 1000,
config = function()
- vim.g.everforest_background = "hard"
- vim.g.everforest_disable_italic_comment = true
- vim.cmd.colorscheme("everforest")
+ vim.cmd.colorscheme("lain")
end,
},
}