File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 708
708
;; mini.nvim
709
709
710
710
;; mini status
711
- (custom -set- face ! :MiniStatuslineDevinfo [] {:link "StatusLineNC " })
712
- (custom -set- face ! :MiniStatuslineFilename [] {:link "StatusLineNC " })
713
- (custom -set- face ! :MiniStatuslineFileinfo [] {:link "StatusLineNC " })
714
- (custom -set- face ! :MiniStatusLineInactive [] {:link "StatusLineNC " })
711
+ (custom -set- face ! :MiniStatuslineDevinfo [] {:link "StatusLine " })
712
+ (custom -set- face ! :MiniStatuslineFilename [] {:link "StatusLine " })
713
+ (custom -set- face ! :MiniStatuslineFileinfo [] {:link "StatusLine " })
714
+ (custom -set- face ! :MiniStatusLineInactive [] {:link "StatusLine " })
715
715
(custom -set- face ! :MiniStatusLineModeReplace [] {:link "StatusReplace" })
716
716
(custom -set- face ! :MiniStatusLineModeInsert [] {:link "StatusInsert" })
717
717
(custom -set- face ! :MiniStatusLineModeVisual [] {:link "StatusVisual" })
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
(custom -set- face ! :MiniStarterCurrent [:bold :italic] {:fg oxocarbon.none :bg oxocarbon.blend })
761
+ (custom -set- face ! :MiniDepsTitleError [] {:link "Error" })
760
762
761
763
{ : oxocarbon }
You can’t perform that action at this time.
0 commit comments