mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-15 00:31:40 +00:00
Use better icon for TeX files
Fixes GH-777.
This commit is contained in:
parent
1f4e58ee52
commit
e3e776a1fa
@ -128,7 +128,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"class" => '\u{e256}', //
|
"class" => '\u{e256}', //
|
||||||
"clj" => '\u{e768}', //
|
"clj" => '\u{e768}', //
|
||||||
"cljs" => '\u{e76a}', //
|
"cljs" => '\u{e76a}', //
|
||||||
"cls" => '\u{e600}', //
|
"cls" => '\u{f034}', //
|
||||||
"cmd" => '\u{e70f}', //
|
"cmd" => '\u{e70f}', //
|
||||||
"coffee" => '\u{f0f4}', //
|
"coffee" => '\u{f0f4}', //
|
||||||
"conf" => '\u{e615}', //
|
"conf" => '\u{e615}', //
|
||||||
@ -209,7 +209,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"json" => '\u{e60b}', //
|
"json" => '\u{e60b}', //
|
||||||
"jsx" => '\u{e7ba}', //
|
"jsx" => '\u{e7ba}', //
|
||||||
"ksh" => '\u{f489}', //
|
"ksh" => '\u{f489}', //
|
||||||
"latex" => '\u{e600}', //
|
"latex" => '\u{f034}', //
|
||||||
"less" => '\u{e758}', //
|
"less" => '\u{e758}', //
|
||||||
"lhs" => '\u{e777}', //
|
"lhs" => '\u{e777}', //
|
||||||
"license" => '\u{f718}', //
|
"license" => '\u{f718}', //
|
||||||
@ -297,7 +297,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"taz" => '\u{f410}', //
|
"taz" => '\u{f410}', //
|
||||||
"tbz" => '\u{f410}', //
|
"tbz" => '\u{f410}', //
|
||||||
"tbz2" => '\u{f410}', //
|
"tbz2" => '\u{f410}', //
|
||||||
"tex" => '\u{e600}', //
|
"tex" => '\u{f034}', //
|
||||||
"tiff" => '\u{f1c5}', //
|
"tiff" => '\u{f1c5}', //
|
||||||
"toml" => '\u{e615}', //
|
"toml" => '\u{e615}', //
|
||||||
"ts" => '\u{e628}', //
|
"ts" => '\u{e628}', //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user