From 29fe575b3c38c7f92ea52685ef8acdc73a6ad50a Mon Sep 17 00:00:00 2001 From: Faddeev-Popov <205490674+Faddeev-Popov@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:11:48 -0400 Subject: [PATCH] add themes support for vifm --- config/p10k-classic.zsh | 7 +++++++ config/p10k-lean-8colors.zsh | 7 +++++++ config/p10k-lean.zsh | 7 +++++++ config/p10k-rainbow.zsh | 8 ++++++++ 4 files changed, 29 insertions(+) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 623b9308..d5616e7c 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -82,6 +82,7 @@ nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) yazi # yazi shell (https://github.com/sxyazi/yazi) + vifm # vifm shell (https://github.com/vifm/vifm) nnn # nnn shell (https://github.com/jarun/nnn) lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) @@ -737,6 +738,12 @@ # Custom icon. # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################[ vifm: vifm shell (https://github.com/vifm/vifm) ]##################### + # Vifm shell color. + typeset -g POWERLEVEL9K_VIFM_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_VIFM_VISUAL_IDENTIFIER_EXPANSION='⭐' + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### # Nnn shell color. typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 3f72ff4b..00bb8a17 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -82,6 +82,7 @@ nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) yazi # yazi shell (https://github.com/sxyazi/yazi) + vifm # vifm shell (https://github.com/vifm/vifm) nnn # nnn shell (https://github.com/jarun/nnn) lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) @@ -728,6 +729,12 @@ # Custom icon. # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################[ vifm: vifm shell (https://github.com/vifm/vifm) ]##################### + # Vifm shell color. + typeset -g POWERLEVEL9K_VIFM_FOREGROUND=3 + # Custom icon. + # typeset -g POWERLEVEL9K_VIFM_VISUAL_IDENTIFIER_EXPANSION='⭐' + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### # Nnn shell color. typeset -g POWERLEVEL9K_NNN_FOREGROUND=3 diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index cef70fd8..281c9229 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -82,6 +82,7 @@ nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) yazi # yazi shell (https://github.com/sxyazi/yazi) + vifm # vifm shell (https://github.com/vifm/vifm) nnn # nnn shell (https://github.com/jarun/nnn) lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) @@ -728,6 +729,12 @@ # Custom icon. # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################[ vifm: vifm shell (https://github.com/vifm/vifm) ]##################### + # Vifm shell color. + typeset -g POWERLEVEL9K_VIFM_FOREGROUND=178 + # Custom icon. + # typeset -g POWERLEVEL9K_VIFM_VISUAL_IDENTIFIER_EXPANSION='⭐' + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### # Nnn shell color. typeset -g POWERLEVEL9K_NNN_FOREGROUND=72 diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index ed74b7fa..0e2d92ad 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -82,6 +82,7 @@ nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) ranger # ranger shell (https://github.com/ranger/ranger) yazi # yazi shell (https://github.com/sxyazi/yazi) + vifm # vifm shell (https://github.com/vifm/vifm) nnn # nnn shell (https://github.com/jarun/nnn) lf # lf shell (https://github.com/gokcehan/lf) xplr # xplr shell (https://github.com/sayanarijit/xplr) @@ -757,6 +758,13 @@ # Custom icon. # typeset -g POWERLEVEL9K_YAZI_VISUAL_IDENTIFIER_EXPANSION='⭐' + ####################[ vifm: vifm shell (https://github.com/vifm/vifm) ]##################### + # Vifm shell color. + typeset -g POWERLEVEL9K_VIFM_FOREGROUND=3 + typeset -g POWERLEVEL9K_VIFM_BACKGROUND=0 + # Custom icon. + # typeset -g POWERLEVEL9K_VIFM_VISUAL_IDENTIFIER_EXPANSION='⭐' + ######################[ nnn: nnn shell (https://github.com/jarun/nnn) ]####################### # Nnn shell color. typeset -g POWERLEVEL9K_NNN_FOREGROUND=0