Skip to content

Commit

Permalink
Change CJK and emoji block icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Contreras Salinas committed Jun 9, 2023
1 parent a2cd64f commit fd49eb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/icons/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static EXT_ICON_MAP: Lazy<HashMap<OsString, (u8, &str)>> = Lazy::new(|| {
OsString::from("mli") => (173, "\u{3bb}"), // λ
OsString::from("mo") => (99, "\u{221e}"), // ∞
OsString::from("mustache") => (173, "\u{e60f}"), // 
OsString::from("nim") => (220, "\u{1f451}"), // 👑
OsString::from("nim") => (220, "\u{e677}"), //
OsString::from("nix") => (110, "\u{f313}"), // 
OsString::from("opus") => (208, "\u{f0223}"), // 󰈣
OsString::from("otf") => (231, "\u{f031}"), // 
Expand All @@ -241,7 +241,7 @@ static EXT_ICON_MAP: Lazy<HashMap<OsString, (u8, &str)>> = Lazy::new(|| {
OsString::from("png") => (140, "\u{e60d}"), // 
OsString::from("pp") => (255, "\u{e631}"), // 
OsString::from("ppt") => (167, "\u{f0227}"), // 󰈧
OsString::from("prisma") => (255, "\u{5351}"), //
OsString::from("prisma") => (255, "\u{e684}"), //
OsString::from("pro") => (179, "\u{e7a1}"), // 
OsString::from("ps1") => (69, "\u{f0a0a}"), // 󰨊
OsString::from("psb") => (67, "\u{e7b8}"), // 
Expand All @@ -258,7 +258,7 @@ static EXT_ICON_MAP: Lazy<HashMap<OsString, (u8, &str)>> = Lazy::new(|| {
OsString::from("r") => (65, "\u{f07d4}"), // 󰟔
OsString::from("rlib") => (180, "\u{e7a8}"), // 
OsString::from("rmd") => (67, "\u{e609}"), // 
OsString::from("rproj") => (65, "\u{9276}"), //
OsString::from("rproj") => (65, "\u{f07d4}"), // 󰟔
OsString::from("rs") => (180, "\u{e7a8}"), // 
OsString::from("rss") => (215, "\u{e619}"), // 
OsString::from("sass") => (204, "\u{e603}"), // 
Expand Down Expand Up @@ -311,7 +311,7 @@ static EXT_ICON_MAP: Lazy<HashMap<OsString, (u8, &str)>> = Lazy::new(|| {
OsString::from("webp") => (140, "\u{e60d}"), // 
OsString::from("xcplayground") => (173, "\u{e755}"), // 
OsString::from("xls") => (23, "\u{f021b}"), // 󰈛
OsString::from("xml") => (173, "\u{8b39}"), //
OsString::from("xml") => (173, "\u{f05c0}"), // 󰗀
OsString::from("xul") => (173, "\u{e745}"), // 
OsString::from("yaml") => (66, "\u{e615}"), // 
OsString::from("yml") => (66, "\u{e615}"), // 
Expand Down

0 comments on commit fd49eb1

Please sign in to comment.