Skip to content

Commit

Permalink
add subtitle/closed caption icons
Browse files Browse the repository at this point in the history
for `.890`, `.cip`, `.sbv`, `.scc`, `smi`, and good old `.vtt`
  • Loading branch information
RuralAnemone committed May 18, 2024
1 parent 608d6c3 commit bec416a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ impl IconTheme {
("7", "\u{f02d}"), // ""
("7z", "\u{f410}"), // ""
("8", "\u{f02d}"), // ""
("890", "\u{f015e}"), // "󰅞"
("a", "\u{e624}"), // ""
("ai", "\u{e7b4}"), // ""
("ape", "\u{f001}"), // ""
Expand Down Expand Up @@ -436,6 +437,7 @@ impl IconTheme {
("bz2", "\u{f410}"), // ""
("cc", "\u{e61d}"), // ""
("cfg", "\u{e615}"), // ""
("cip", "\u{f015e}"), // "󰅞"
("cjs", "\u{e74e}"), // ""
("class", "\u{e738}"), // ""
("cljs", "\u{e76a}"), // ""
Expand Down Expand Up @@ -625,7 +627,10 @@ impl IconTheme {
("ps1", "\u{f489}"), // ""
("psd", "\u{e7b8}"), // ""
("pub", "\u{f0306}"), // "󰌆"
("sbv", "\u{f015e}"), // "󰅞"
("scc", "\u{f015e}"), // "󰅞"
("slt", "\u{f0221}"), // "󰈡"
("smi", "\u{f015e}"), // "󰅞"
("pxm", "\u{f1c5}"), // ""
("pyc", "\u{e606}"), // ""
("py", "\u{e606}"), // ""
Expand Down Expand Up @@ -703,6 +708,7 @@ impl IconTheme {
("video", "\u{f008}"), // ""
("vim", "\u{e62b}"), // ""
("vlc", "\u{f0411}"), // "󰐑"
("vtt", "\u{f015e}"), // "󰅞"
("vue", "\u{f0844}"), // "󰡄"
("wav", "\u{f001}"), // ""
("webm", "\u{f008}"), // ""
Expand Down

0 comments on commit bec416a

Please sign in to comment.