comparison vendor/vim-packs/srcery-vim/colors/srcery.vim @ 745:a02f25ddadfe default tip

[vendor] update
author nanaya <me@nanaya.net>
date Fri, 29 Aug 2025 21:11:41 +0900
parents 2cf87b7ca09a
children
comparison
equal deleted inserted replaced
744:8d3ad5ae1ce4 745:a02f25ddadfe
1377 call s:HL('@markup.strikethrough', s:none, s:none, s:strikethrough) 1377 call s:HL('@markup.strikethrough', s:none, s:none, s:strikethrough)
1378 1378
1379 endif 1379 endif
1380 1380
1381 " }}} 1381 " }}}
1382 " snacks.nvim {{{
1383
1384 highlight! link SnacksNormal Normal
1385 highlight! link SnacksNormalNC Normal
1386 highlight! link SnacksPicker Normal
1387 highlight! link SnacksPickerDir Comment
1388 highlight! link SnacksPickerGitStatusIgnored Comment
1389 highlight! link SnacksPickerGitStatusUntracked Comment
1390 highlight! link SnacksPickerPathHidden Comment
1391 highlight! link SnacksPickerPathIgnored Comment
1392 highlight! link SnacksPickerTotals Comment
1393
1394 " }}}
1395 " trouble.nvim {{{
1396
1397 highlight! link TroubleNormal Normal
1398 highlight! link TroubleNormalNC Normal
1399
1400 " }}}
1401 " which-key.nvim {{{
1402
1403 highlight! link WhichKeyNormal Normal
1404
1405 " }}}
1382 endif 1406 endif
1383 1407
1384 " }}} 1408 " }}}
1385 1409
1386 " GitCommit: "{{{ 1410 " GitCommit: "{{{