From 487f1a97ea7416366188e51934e48a239bec2ca6 Mon Sep 17 00:00:00 2001 From: SED4906 <37986786+SED4906@users.noreply.github.com> Date: Sun, 27 Aug 2023 06:48:37 -0700 Subject: [PATCH] Update removed "MDI" icons to current MD icons (#10126) # Description This PR updates now-removed (since NF 3.0.0) file icons shown in e.g. `grid` to their updated codepoints. # User-Facing Changes File icons changed were for: `cs`, `csproj`, `csx`, `license`, `node`, `rtf`, `vue`, `xml`, and `xul` # Tests + Formatting # After Submitting --- crates/nu-command/src/viewers/icons.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/crates/nu-command/src/viewers/icons.rs b/crates/nu-command/src/viewers/icons.rs index 2dd3a9c27d..da0273b778 100644 --- a/crates/nu-command/src/viewers/icons.rs +++ b/crates/nu-command/src/viewers/icons.rs @@ -205,13 +205,13 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "conf" => '\u{e615}', // "cp" => '\u{e61d}', // "cpp" => '\u{e61d}', // - "cs" => '\u{f81a}', // + "cs" => '\u{f031b}', // "csh" => '\u{f489}', // "cshtml" => '\u{f1fa}', // - "csproj" => '\u{f81a}', // + "csproj" => '\u{f031b}', // "css" => '\u{e749}', // "csv" => '\u{f1c3}', // - "csx" => '\u{f81a}', // + "csx" => '\u{f031b}', // "cxx" => '\u{e61d}', // "d" => '\u{e7af}', // "dart" => '\u{e798}', // @@ -283,7 +283,7 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "latex" => '\u{e600}', // "less" => '\u{e758}', // "lhs" => '\u{e777}', // - "license" => '\u{f718}', // + "license" => '\u{f0fc3}', // "localized" => '\u{f179}', // "lock" => '\u{f023}', // "log" => '\u{f18d}', // @@ -307,7 +307,7 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "msi" => '\u{e70f}', // "mustache" => '\u{e60f}', // "nix" => '\u{f313}', // - "node" => '\u{f898}', // + "node" => '\u{f0399}', // "npmignore" => '\u{e71e}', // "odp" => '\u{f1c4}', // "ods" => '\u{f1c3}', // @@ -347,7 +347,7 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "rspec_parallel" => '\u{e21e}', // "rspec_status" => '\u{e21e}', // "rss" => '\u{f09e}', // - "rtf" => '\u{f718}', // + "rtf" => '\u{f0219}', // "ru" => '\u{e21e}', // "rubydoc" => '\u{e73b}', // "sass" => '\u{e603}', // @@ -381,7 +381,7 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "tzo" => '\u{f410}', // "video" => '\u{f03d}', // "vim" => '\u{e62b}', // - "vue" => '\u{fd42}', // ﵂ + "vue" => '\u{f0844}', // "war" => '\u{e256}', // "wav" => '\u{f001}', // "webm" => '\u{f03d}', // @@ -392,8 +392,8 @@ pub fn icon_for_file(file_path: &Path, span: Span) -> Result<char, ShellError> { "xhtml" => '\u{f13b}', // "xls" => '\u{f1c3}', // "xlsx" => '\u{f1c3}', // - "xml" => '\u{fabf}', // 謹 - "xul" => '\u{fabf}', // 謹 + "xml" => '\u{f05c0}', // + "xul" => '\u{f05c0}', // "xz" => '\u{f410}', // "yaml" => '\u{f481}', // "yml" => '\u{f481}', //