Skip to content

Commit

Permalink
feat: Add icon for .kpp, .kra and .krz extensions, Krita.
Browse files Browse the repository at this point in the history
free software for digital illustration and animation.
  • Loading branch information
hasecilu committed Dec 7, 2023
1 parent 36d6c10 commit edac8c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl Icons {
const JSON: char = '\u{e60b}'; // 
const KEY: char = '\u{eb11}'; // 
const KEYPASS: char = '\u{f23e}'; // 
const KRITA: char = '\u{f33d}'; // 
const LANG_ASSEMBLY: char = '\u{e637}'; // 
const LANG_C: char = '\u{e61e}'; // 
const LANG_CPP: char = '\u{e61d}'; // 
Expand Down Expand Up @@ -534,6 +535,9 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"kdenlivetitle" => '\u{f33c}', // 
"key" => Icons::KEY, // 
"ko" => Icons::OS_LINUX, // 
"kpp" => Icons::KRITA, // 
"kra" => Icons::KRITA, // 
"krz" => Icons::KRITA, // 
"ksh" => Icons::SHELL_CMD, // 
"kt" => Icons::LANG_KOTLIN, // 
"kts" => Icons::LANG_KOTLIN, // 
Expand Down

0 comments on commit edac8c6

Please sign in to comment.