@@ -413,10 +413,11 @@ vim.api.nvim_set_hl(0, "MiniStatusLineModeVisual", {link = "StatusVisual"})
413
413
vim .api .nvim_set_hl (0 , " MiniStatusLineModeOther" , {link = " StatusTerminal" })
414
414
vim .api .nvim_set_hl (0 , " MiniStatusLineModeCommand" , {link = " StatusCommand" })
415
415
vim .api .nvim_set_hl (0 , " MiniStatusLineModeNormal" , {link = " StatusNormal" })
416
- vim .api .nvim_set_hl (0 , " MiniTablineVisible" , {link = " StatusLineInactive" })
417
- vim .api .nvim_set_hl (0 , " MiniTablineCurrent" , {link = " StatusLine" })
416
+ vim .api .nvim_set_hl (0 , " MiniTablineVisible" , {link = " StatusLine" })
417
+ vim .api .nvim_set_hl (0 , " MiniTablineHidden" , {link = " StatusLine" })
418
+ vim .api .nvim_set_hl (0 , " MiniTablineCurrent" , {link = " StatusLineNC" })
418
419
vim .api .nvim_set_hl (0 , " MiniTablineModifiedCurrent" , {link = " StatusLineNC" })
419
- vim .api .nvim_set_hl (0 , " MiniPickBorder" , {link = " Red " })
420
+ vim .api .nvim_set_hl (0 , " MiniPickBorder" , {link = " TelescopeBorder " })
420
421
vim .api .nvim_set_hl (0 , " MiniPickBorderBusy" , {link = " TelescopeBorder" })
421
422
vim .api .nvim_set_hl (0 , " MiniPickBorderText" , {link = " TelescopePromptTitle" })
422
423
vim .api .nvim_set_hl (0 , " MiniPickCursor" , {link = " Cursor" })
@@ -429,15 +430,18 @@ vim.api.nvim_set_hl(0, "MiniPickMatchRanges", {link = "TelescopeMatching"})
429
430
vim .api .nvim_set_hl (0 , " MiniPickNormal" , {link = " TelescopeNormal" })
430
431
vim .api .nvim_set_hl (0 , " MiniPickPreviewLine" , {link = " TelescopePreviewLine" })
431
432
vim .api .nvim_set_hl (0 , " MiniPickPreviewRegion" , {link = " TelescopeNormal" })
432
- vim .api .nvim_set_hl (0 , " MiniPickPrompt" , {link = " TelescopePromptNormal " })
433
- vim .api .nvim_set_hl (0 , " MiniPickPromptCaret" , {link = " TelescopePromptNormal " })
433
+ vim .api .nvim_set_hl (0 , " MiniPickPrompt" , {link = " TelescopeNormal " })
434
+ vim .api .nvim_set_hl (0 , " MiniPickPromptCaret" , {link = " TelescopeNormal " })
434
435
vim .api .nvim_set_hl (0 , " MiniPickPromptPrefix" , {link = " TelescopePromptNormal" })
435
436
vim .api .nvim_set_hl (0 , " MiniFilesTitle" , {link = " TelescopePromptTitle" })
436
- vim .api .nvim_set_hl (0 , " MiniIconsRed" , {fg = oxocarbon .base12 , bg = oxocarbon .none })
437
+ vim .api .nvim_set_hl (0 , " MiniIconsRed" , {fg = oxocarbon .base10 , bg = oxocarbon .none })
437
438
vim .api .nvim_set_hl (0 , " MiniIconsAzure" , {fg = oxocarbon .base11 , bg = oxocarbon .none })
438
439
vim .api .nvim_set_hl (0 , " MiniIconsBlue" , {fg = oxocarbon .base15 , bg = oxocarbon .none })
439
440
vim .api .nvim_set_hl (0 , " MiniIconsGreen" , {fg = oxocarbon .base13 , bg = oxocarbon .none })
440
441
vim .api .nvim_set_hl (0 , " MiniIconsPurple" , {fg = oxocarbon .base14 , bg = oxocarbon .none })
441
- vim .api .nvim_set_hl (0 , " MiniIconsOrange" , {fg = oxocarbon .base14 , bg = oxocarbon .none })
442
- vim .api .nvim_set_hl (0 , " MiniIconsGrey" , {fg = oxocarbon .base03 , bg = oxocarbon .none })
442
+ vim .api .nvim_set_hl (0 , " MiniIconsOrange" , {fg = " #FFAB91" , bg = oxocarbon .none })
443
+ vim .api .nvim_set_hl (0 , " MiniIconsGrey" , {fg = oxocarbon .base05 , bg = oxocarbon .none })
444
+ vim .api .nvim_set_hl (0 , " MiniIconsCyan" , {fg = oxocarbon .base07 , bg = oxocarbon .none })
445
+ vim .api .nvim_set_hl (0 , " MiniIconsYellow" , {fg = " #FAFAFA" , bg = oxocarbon .none })
446
+ vim .api .nvim_set_hl (0 , " MiniStarterCurrent" , {fg = oxocarbon .none , bg = oxocarbon .blend , bold = true , italic = true })
443
447
return {oxocarbon = oxocarbon }
0 commit comments