Skip to content

Commit

Permalink
Add icons for some git remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Apr 7, 2024
1 parent c276e82 commit 8bda844
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pkg/gui/presentation/icons/git_icons.go
Expand Up @@ -19,10 +19,20 @@ var (
)

var remoteIcons = map[string]string{
"github.com": "\ue709", // 
"bitbucket.org": "\ue703", // 
"gitlab.com": "\uf296", // 
"dev.azure.com": "\U000f0805", // 󰠅
"github.com": "\ue709", // 
"bitbucket.org": "\ue703", // 
"gitlab.com": "\uf296", // 
"dev.azure.com": "\U000f0805", // 󰠅
"codeberg.org": "\uf330", // 
"git.FreeBSD.org": "\uf30c", // 
"gitlab.archlinux.org": "\uf303", // 
"gitlab.freedesktop.org": "\uf360", // 
"gitlab.gnome.org": "\uf361", // 
"gnu.org": "\ue779", // 
"invent.kde.org": "\uf373", // 
"kernel.org": "\uf31a", // 
"salsa.debian.org": "\uf306", // 
"sr.ht": "\uf1db", // 
}

func patchGitIconsForNerdFontsV2() {
Expand Down

0 comments on commit 8bda844

Please sign in to comment.