Skip to content

Commit 92e8fb6

Browse files
committed
mini
1 parent c669ea7 commit 92e8fb6

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

fnl/oxocarbon/init.fnl

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -719,16 +719,13 @@
719719
(custom-set-face! :MiniStatusLineModeCommand [] {:link "StatusCommand"})
720720
(custom-set-face! :MiniStatusLineModeNormal [] {:link "StatusNormal"})
721721

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
726723
(custom-set-face! :MiniTablineVisible [] {:link "StatusLine"})
727724
(custom-set-face! :MiniTablineHidden [] {:link "StatusLine"})
728725
(custom-set-face! :MiniTablineCurrent [] {:link "StatusLineNC"})
729726
(custom-set-face! :MiniTablineModifiedCurrent [] {:link "StatusLineNC"})
730727

731-
;; mini pickehr
728+
;; mini picker
732729
(custom-set-face! :MiniPickBorder [] {:link "TelescopeBorder"})
733730
(custom-set-face! :MiniPickBorderBusy [] {:link "TelescopeBorder"})
734731
(custom-set-face! :MiniPickBorderText [] {:link "TelescopePromptTitle"})
@@ -746,18 +743,25 @@
746743
(custom-set-face! :MiniPickPromptCaret [] {:link "TelescopeNormal"})
747744
(custom-set-face! :MiniPickPromptPrefix [] {:link "TelescopePromptNormal"})
748745

746+
;; mini files
747+
(custom-set-face! :MiniFilesNormal [] {:link "Normal"})
749748
(custom-set-face! :MiniFilesTitle [] {:link "TelescopePromptTitle"})
749+
(custom-set-face! :MiniFilesBorder [] {:link "TelescopeBorder"})
750750
(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})
753753
(custom-set-face! :MiniIconsGreen [] {:fg oxocarbon.base13 :bg oxocarbon.none})
754754
(custom-set-face! :MiniIconsPurple [] {:fg oxocarbon.base14 :bg oxocarbon.none})
755755
(custom-set-face! :MiniIconsOrange [] {:fg "#FFAB91" :bg oxocarbon.none})
756756
(custom-set-face! :MiniIconsGrey [] {:fg oxocarbon.base05 :bg oxocarbon.none})
757757
(custom-set-face! :MiniIconsCyan [] {:fg oxocarbon.base08 :bg oxocarbon.none})
758758
(custom-set-face! :MiniIconsYellow [] {:fg "#FAFAFA" :bg oxocarbon.none})
759759

760+
;; mini misc
760761
(custom-set-face! :MiniStarterCurrent [:bold :italic] {:fg oxocarbon.none :bg oxocarbon.blend})
761762
(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"})
762766

763767
{ : oxocarbon }

0 commit comments

Comments
 (0)