Skip to content

Commit 4c10999

Browse files
feat(default-colors): auto update on nvim nightly (#46)
Co-authored-by: aileot <aileot@users.noreply.github.com>
1 parent 5edcaee commit 4c10999

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

fnl/ex-colors/default-colors.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ return
624624
ctermfg = 0,
625625
fg = 15659512
626626
},
627+
DiffTextAdd = {
628+
link = "DiffText"
629+
},
627630
DirPagerDir = {
628631
ctermfg = 12,
629632
fg = 255

lua/ex-colors/default-colors.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ return
624624
ctermfg = 0,
625625
fg = 15659512
626626
},
627+
DiffTextAdd = {
628+
link = "DiffText"
629+
},
627630
DirPagerDir = {
628631
ctermfg = 12,
629632
fg = 255

0 commit comments

Comments
 (0)