better color for modes

This commit is contained in:
Michael Wesolek 2024-12-19 14:41:00 +01:00 committed by OdysseusOperator
parent d885ff9964
commit 02aedcda66
1 changed files with 6 additions and 6 deletions

View File

@ -29,9 +29,9 @@ return {
config = function() config = function()
require('modes').setup { require('modes').setup {
colors = { colors = {
copy = '#f5c359', copy = '#DC9A0C',
delete = '#c75c6a', delete = '#C73000',
insert = '#78ccc5', insert = '#006600',
visual = '#9745be', visual = '#9745be',
default = '#FFFFFF', default = '#FFFFFF',
normal = 'white', normal = 'white',
@ -57,9 +57,9 @@ return {
end, end,
vim.opt.guicursor:append 'n-c:block-Cursor', vim.opt.guicursor:append 'n-c:block-Cursor',
}, },
{ -- {
'github/copilot.vim', -- 'github/copilot.vim',
}, -- },
{ {
'akinsho/bufferline.nvim', 'akinsho/bufferline.nvim',
version = '*', version = '*',