Skip to content

Commit 328d08d

Browse files
committed
mini
1 parent 5179a49 commit 328d08d

File tree

2 files changed

+24
-45
lines changed

2 files changed

+24
-45
lines changed

fnl/oxocarbon/init.fnl

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -723,12 +723,13 @@
723723
; (custom-set-face! :TabLineFill [] {:link "TabLine"})
724724
; (custom-set-face! :TabLineSel [] {:link "StatusLine"})
725725

726-
(custom-set-face! :MiniTablineVisible [] {:link "StatusLineInactive"})
727-
(custom-set-face! :MiniTablineCurrent [] {:link "StatusLine"})
726+
(custom-set-face! :MiniTablineVisible [] {:link "StatusLine"})
727+
(custom-set-face! :MiniTablineHidden [] {:link "StatusLine"})
728+
(custom-set-face! :MiniTablineCurrent [] {:link "StatusLineNC"})
728729
(custom-set-face! :MiniTablineModifiedCurrent [] {:link "StatusLineNC"})
729730

730731
;; mini pickehr
731-
(custom-set-face! :MiniPickBorder [] {:link "Red"})
732+
(custom-set-face! :MiniPickBorder [] {:link "TelescopeBorder"})
732733
(custom-set-face! :MiniPickBorderBusy [] {:link "TelescopeBorder"})
733734
(custom-set-face! :MiniPickBorderText [] {:link "TelescopePromptTitle"})
734735
(custom-set-face! :MiniPickCursor [] {:link "Cursor"})
@@ -741,46 +742,20 @@
741742
(custom-set-face! :MiniPickNormal [] {:link "TelescopeNormal"})
742743
(custom-set-face! :MiniPickPreviewLine [] {:link "TelescopePreviewLine"})
743744
(custom-set-face! :MiniPickPreviewRegion [] {:link "TelescopeNormal"})
744-
(custom-set-face! :MiniPickPrompt [] {:link "TelescopePromptNormal"})
745-
(custom-set-face! :MiniPickPromptCaret [] {:link "TelescopePromptNormal"})
745+
(custom-set-face! :MiniPickPrompt [] {:link "TelescopeNormal"})
746+
(custom-set-face! :MiniPickPromptCaret [] {:link "TelescopeNormal"})
746747
(custom-set-face! :MiniPickPromptPrefix [] {:link "TelescopePromptNormal"})
747748

748749
(custom-set-face! :MiniFilesTitle [] {:link "TelescopePromptTitle"})
749-
(custom-set-face! :MiniIconsRed [] {:fg oxocarbon.base12 :bg oxocarbon.none})
750+
(custom-set-face! :MiniIconsRed [] {:fg oxocarbon.base10 :bg oxocarbon.none})
750751
(custom-set-face! :MiniIconsAzure [] {:fg oxocarbon.base11 :bg oxocarbon.none})
751752
(custom-set-face! :MiniIconsBlue [] {:fg oxocarbon.base15 :bg oxocarbon.none})
752753
(custom-set-face! :MiniIconsGreen [] {:fg oxocarbon.base13 :bg oxocarbon.none})
753754
(custom-set-face! :MiniIconsPurple [] {:fg oxocarbon.base14 :bg oxocarbon.none})
754-
(custom-set-face! :MiniIconsOrange [] {:fg oxocarbon.base14 :bg oxocarbon.none})
755-
(custom-set-face! :MiniIconsGrey [] {:fg oxocarbon.base03 :bg oxocarbon.none})
756-
757-
; (custom-set-face! :TelescopeBorder [] {:fg oxocarbon.blend :bg oxocarbon.blend})
758-
; (custom-set-face! :TelescopePromptBorder [] {:fg oxocarbon.base02 :bg oxocarbon.base02})
759-
; (custom-set-face! :TelescopePromptNormal [] {:fg oxocarbon.base05 :bg oxocarbon.base02})
760-
; (custom-set-face! :TelescopePromptPrefix [] {:fg oxocarbon.base08 :bg oxocarbon.base02})
761-
; (custom-set-face! :TelescopeNormal [] {:fg oxocarbon.none :bg oxocarbon.blend})
762-
; (custom-set-face! :TelescopePreviewTitle [] {:fg oxocarbon.base02 :bg oxocarbon.base12})
763-
; (custom-set-face! :TelescopePromptTitle [] {:fg oxocarbon.base02 :bg oxocarbon.base11})
764-
; (custom-set-face! :TelescopeResultsTitle [] {:fg oxocarbon.blend :bg oxocarbon.blend})
765-
; (custom-set-face! :TelescopeSelection [] {:fg oxocarbon.none :bg oxocarbon.base02})
766-
; (custom-set-face! :TelescopePreviewLine [] {:fg oxocarbon.none :bg oxocarbon.base01})
767-
; (custom-set-face! :TelescopeMatching [:bold :italic] {:fg oxocarbon.base08 :bg oxocarbon.none})
768-
;
769-
; MiniPickBorder` - window border.
770-
; MiniPickBorderBusy` - window border while picker is busy processing.
771-
; MiniPickBorderText` - non-prompt on border.
772-
; MiniPickCursor` - cursor during active picker (hidden by default).
773-
; MiniPickIconDirectory` - default icon for directory.
774-
; MiniPickIconFile` - default icon for file.
775-
; MiniPickHeader` - headers in info buffer and previews.
776-
; MiniPickMatchCurrent` - current matched item.
777-
; MiniPickMatchMarked` - marked matched items.
778-
; MiniPickMatchRanges` - ranges matching query elements.
779-
; MiniPickNormal` - basic foreground/background highlighting.
780-
; MiniPickPreviewLine` - target line in preview.
781-
; MiniPickPreviewRegion` - target region in preview.
782-
; MiniPickPrompt` - prompt.
783-
; MiniPickPromptCaret` - caret in prompt.
784-
; MiniPickPromptPrefix` - prefix of the prompt
755+
(custom-set-face! :MiniIconsOrange [] {:fg "#FFAB91" :bg oxocarbon.none})
756+
(custom-set-face! :MiniIconsGrey [] {:fg oxocarbon.base05 :bg oxocarbon.none})
757+
(custom-set-face! :MiniIconsCyan [] {:fg oxocarbon.base07 :bg oxocarbon.none})
758+
(custom-set-face! :MiniIconsYellow [] {:fg "#FAFAFA" :bg oxocarbon.none})
759+
(custom-set-face! :MiniStarterCurrent [:bold :italic] {:fg oxocarbon.none :bg oxocarbon.blend})
785760

786761
{ : oxocarbon }

lua/oxocarbon/init.lua

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,11 @@ vim.api.nvim_set_hl(0, "MiniStatusLineModeVisual", {link = "StatusVisual"})
413413
vim.api.nvim_set_hl(0, "MiniStatusLineModeOther", {link = "StatusTerminal"})
414414
vim.api.nvim_set_hl(0, "MiniStatusLineModeCommand", {link = "StatusCommand"})
415415
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"})
418419
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"})
420421
vim.api.nvim_set_hl(0, "MiniPickBorderBusy", {link = "TelescopeBorder"})
421422
vim.api.nvim_set_hl(0, "MiniPickBorderText", {link = "TelescopePromptTitle"})
422423
vim.api.nvim_set_hl(0, "MiniPickCursor", {link = "Cursor"})
@@ -429,15 +430,18 @@ vim.api.nvim_set_hl(0, "MiniPickMatchRanges", {link = "TelescopeMatching"})
429430
vim.api.nvim_set_hl(0, "MiniPickNormal", {link = "TelescopeNormal"})
430431
vim.api.nvim_set_hl(0, "MiniPickPreviewLine", {link = "TelescopePreviewLine"})
431432
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"})
434435
vim.api.nvim_set_hl(0, "MiniPickPromptPrefix", {link = "TelescopePromptNormal"})
435436
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})
437438
vim.api.nvim_set_hl(0, "MiniIconsAzure", {fg = oxocarbon.base11, bg = oxocarbon.none})
438439
vim.api.nvim_set_hl(0, "MiniIconsBlue", {fg = oxocarbon.base15, bg = oxocarbon.none})
439440
vim.api.nvim_set_hl(0, "MiniIconsGreen", {fg = oxocarbon.base13, bg = oxocarbon.none})
440441
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})
443447
return {oxocarbon = oxocarbon}

0 commit comments

Comments
 (0)