From 02aedcda665055e8ee46087f255f200fff0d0279 Mon Sep 17 00:00:00 2001 From: Michael Wesolek Date: Thu, 19 Dec 2024 14:41:00 +0100 Subject: [PATCH] better color for modes --- lua/custom/plugins/init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index d0c1ca1c..4f070ccb 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -29,9 +29,9 @@ return { config = function() require('modes').setup { colors = { - copy = '#f5c359', - delete = '#c75c6a', - insert = '#78ccc5', + copy = '#DC9A0C', + delete = '#C73000', + insert = '#006600', visual = '#9745be', default = '#FFFFFF', normal = 'white', @@ -57,9 +57,9 @@ return { end, vim.opt.guicursor:append 'n-c:block-Cursor', }, - { - 'github/copilot.vim', - }, + -- { + -- 'github/copilot.vim', + -- }, { 'akinsho/bufferline.nvim', version = '*',