diff options
author | mhsn <mail@mhsn.net> | 2025-03-14 14:59:49 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-03-14 14:59:49 +0000 |
commit | b97e9c7eb984fe7a1f5a66d7458fab3a0b204a3f (patch) | |
tree | 820dedf09d7e37d001b0d80e42752b3272c002dd /lua/plugins/colors.lua | |
parent | 0c88ead8e165e879caed80e6dc3660c61e9ac385 (diff) | |
download | nvim-b97e9c7eb984fe7a1f5a66d7458fab3a0b204a3f.tar.gz nvim-b97e9c7eb984fe7a1f5a66d7458fab3a0b204a3f.zip |
change colortheme
Diffstat (limited to 'lua/plugins/colors.lua')
-rw-r--r-- | lua/plugins/colors.lua | 6 |
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, }, } |