|
719 | 719 | (custom-set-face! :MiniStatusLineModeCommand [] {:link "StatusCommand"})
|
720 | 720 | (custom-set-face! :MiniStatusLineModeNormal [] {:link "StatusNormal"})
|
721 | 721 |
|
722 |
| -; (custom-set-face! :TabLine [] {:link "StatusLineNC"}) |
723 |
| -; (custom-set-face! :TabLineFill [] {:link "TabLine"}) |
724 |
| -; (custom-set-face! :TabLineSel [] {:link "StatusLine"}) |
725 |
| - |
| 722 | +;; mini tab line |
726 | 723 | (custom-set-face! :MiniTablineVisible [] {:link "StatusLine"})
|
727 | 724 | (custom-set-face! :MiniTablineHidden [] {:link "StatusLine"})
|
728 | 725 | (custom-set-face! :MiniTablineCurrent [] {:link "StatusLineNC"})
|
729 | 726 | (custom-set-face! :MiniTablineModifiedCurrent [] {:link "StatusLineNC"})
|
730 | 727 |
|
731 |
| -;; mini pickehr |
| 728 | +;; mini picker |
732 | 729 | (custom-set-face! :MiniPickBorder [] {:link "TelescopeBorder"})
|
733 | 730 | (custom-set-face! :MiniPickBorderBusy [] {:link "TelescopeBorder"})
|
734 | 731 | (custom-set-face! :MiniPickBorderText [] {:link "TelescopePromptTitle"})
|
|
746 | 743 | (custom-set-face! :MiniPickPromptCaret [] {:link "TelescopeNormal"})
|
747 | 744 | (custom-set-face! :MiniPickPromptPrefix [] {:link "TelescopePromptNormal"})
|
748 | 745 |
|
| 746 | +;; mini files |
| 747 | +(custom-set-face! :MiniFilesNormal [] {:link "Normal"}) |
749 | 748 | (custom-set-face! :MiniFilesTitle [] {:link "TelescopePromptTitle"})
|
| 749 | +(custom-set-face! :MiniFilesBorder [] {:link "TelescopeBorder"}) |
750 | 750 | (custom-set-face! :MiniIconsRed [] {:fg oxocarbon.base10 :bg oxocarbon.none})
|
751 |
| -(custom-set-face! :MiniIconsAzure [] {:fg oxocarbon.base11 :bg oxocarbon.none}) |
752 |
| -(custom-set-face! :MiniIconsBlue [] {:fg oxocarbon.base09 :bg oxocarbon.none}) |
| 751 | +(custom-set-face! :MiniIconsAzure [] {:fg oxocarbon.base09 :bg oxocarbon.none}) |
| 752 | +(custom-set-face! :MiniIconsBlue [] {:fg oxocarbon.base10 :bg oxocarbon.none}) |
753 | 753 | (custom-set-face! :MiniIconsGreen [] {:fg oxocarbon.base13 :bg oxocarbon.none})
|
754 | 754 | (custom-set-face! :MiniIconsPurple [] {:fg oxocarbon.base14 :bg oxocarbon.none})
|
755 | 755 | (custom-set-face! :MiniIconsOrange [] {:fg "#FFAB91" :bg oxocarbon.none})
|
756 | 756 | (custom-set-face! :MiniIconsGrey [] {:fg oxocarbon.base05 :bg oxocarbon.none})
|
757 | 757 | (custom-set-face! :MiniIconsCyan [] {:fg oxocarbon.base08 :bg oxocarbon.none})
|
758 | 758 | (custom-set-face! :MiniIconsYellow [] {:fg "#FAFAFA" :bg oxocarbon.none})
|
759 | 759 |
|
| 760 | +;; mini misc |
760 | 761 | (custom-set-face! :MiniStarterCurrent [:bold :italic] {:fg oxocarbon.none :bg oxocarbon.blend})
|
761 | 762 | (custom-set-face! :MiniDepsTitleError [] {:link "Error"})
|
| 763 | +(custom-set-face! :MiniDepsTitleSame [] {:link "MiniFilesTitle"}) |
| 764 | +(custom-set-face! :MiniNotifyNormal [] {:link "Comment"}) |
| 765 | +; (custom-set-face! :MiniNotifyTitle [] {:link "TelescopeBorder"}) |
762 | 766 |
|
763 | 767 | { : oxocarbon }
|
0 commit comments