summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/icons/git_icons.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/presentation/icons/git_icons.go')
-rw-r--r--pkg/gui/presentation/icons/git_icons.go14
1 files changed, 8 insertions, 6 deletions
diff --git a/pkg/gui/presentation/icons/git_icons.go b/pkg/gui/presentation/icons/git_icons.go
index 17877c67e..5a7c0afc6 100644
--- a/pkg/gui/presentation/icons/git_icons.go
+++ b/pkg/gui/presentation/icons/git_icons.go
@@ -14,8 +14,8 @@ var (
MERGE_COMMIT_ICON = "\U000f062d" // 󰘭
DEFAULT_REMOTE_ICON = "\uf02a2" // 󰊢
STASH_ICON = "\uf01c" // 
- LINKED_WORKTREE_ICON = "\uf838" // 
- MISSING_LINKED_WORKTREE_ICON = "\uf839" // 
+ LINKED_WORKTREE_ICON = "\U000f0339" // 󰌹
+ MISSING_LINKED_WORKTREE_ICON = "\U000f033a" // 󰌺
)
var remoteIcons = map[string]string{
@@ -26,10 +26,12 @@ var remoteIcons = map[string]string{
}
func patchGitIconsForNerdFontsV2() {
- BRANCH_ICON = "\ufb2b" // שׂ
- COMMIT_ICON = "\ufc16" // ﰖ
- MERGE_COMMIT_ICON = "\ufb2c" // שּׁ
- DEFAULT_REMOTE_ICON = "\uf7a1" // 
+ BRANCH_ICON = "\ufb2b" // שׂ
+ COMMIT_ICON = "\ufc16" // ﰖ
+ MERGE_COMMIT_ICON = "\ufb2c" // שּׁ
+ DEFAULT_REMOTE_ICON = "\uf7a1" // 
+ LINKED_WORKTREE_ICON = "\uf838" // 
+ MISSING_LINKED_WORKTREE_ICON = "\uf839" // 
remoteIcons["dev.azure.com"] = "\ufd03" // ﴃ
}