Skip to content

Commit

Permalink
💄 new icon for torrent files
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Sep 12, 2023
1 parent 71f8918 commit 2e35f63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,10 @@ var Ext = Theme{
Color: White,
Icon: "",
},
"torrent": Style{
Color: Green,
Icon: "\ueac2",
},
}

var Special = map[string]Style{
Expand Down
4 changes: 4 additions & 0 deletions theme/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,10 @@
"color": "white",
"icon": ""
},
"torrent": {
"color": "green",
"icon": ""
},
"ts": {
"color": "[158]@256",
"icon": ""
Expand Down

0 comments on commit 2e35f63

Please sign in to comment.