alacritty: change colors, nvim: change rabbit file color

This commit is contained in:
2025-03-29 12:42:53 +01:00
parent 1835f61e49
commit 437ca39309
3 changed files with 56 additions and 94 deletions

View File

@ -17,6 +17,9 @@ return {
history = { switch = ';' },
harpoon = { switch = 'f' },
},
colors = {
file = '#5a418a',
},
},
keys = {
{ '<leader>1', function() rabbit_select(1) end },