summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Cervenkov <d.cervenkov@gmail.com>2023-03-30 16:59:12 +0200
committerGitHub <noreply@github.com>2023-03-30 16:59:12 +0200
commitb8cee60acfbc511a4c758326b36288ec15a2dd77 (patch)
tree76adf03d8c2722b600db13e3ced5dfd1d935aabb
parentc697d066702ab81ce0684fedb4c638e0fc0473e8 (diff)
Change ipynb icon
Jupyter notebooks are often in the same folder as plain Python files. Having a different icon would be useful. Since there is no Jupyter Notebook icon in Nerd fonts, I chose an icon of a notebook.
-rw-r--r--src/output/icons.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/icons.rs b/src/output/icons.rs
index 493bfea..fbf6623 100644
--- a/src/output/icons.rs
+++ b/src/output/icons.rs
@@ -209,7 +209,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"img" => '\u{e271}', // 
"iml" => '\u{e7b5}', // 
"ini" => '\u{f17a}', // 
- "ipynb" => '\u{e606}', // 
+ "ipynb" => '\u{e678}', // 
"iso" => '\u{e271}', // 
"j2c" => '\u{f1c5}', // 
"j2k" => '\u{f1c5}', // 