Skip to content

Commit

Permalink
Devicons: Fix wrong glyph ID for sqlite
Browse files Browse the repository at this point in the history
[why]
sqlite is referred to as sqllite (with two L).

[how]
Correct i_dev and rebuild css and glyphnames via generate-css.sh

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Aug 25, 2024
1 parent a2697b0 commit a3f1b9e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/lib/i_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ i=''
i=''
i=''
i=''
i='' i_dev_sqllite=$i
i='' i_dev_sqlite=$i
i='' i_dev_vim=$i
unset i
11 changes: 10 additions & 1 deletion css/nerd-fonts-generated.css
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,9 @@
.nf-custom-astro:before {
content: "\e6b3";
}
.nf-custom-bazel:before {
content: "\e63a";
}
.nf-custom-c:before {
content: "\e61e";
}
Expand Down Expand Up @@ -1379,6 +1382,9 @@
.nf-custom-fennel:before {
content: "\e6af";
}
.nf-custom-firebase:before {
content: "\e657";
}
.nf-custom-folder:before {
content: "\e5ff";
}
Expand Down Expand Up @@ -1433,6 +1439,9 @@
.nf-custom-purescript:before {
content: "\e630";
}
.nf-custom-ruby:before {
content: "\e605";
}
.nf-custom-scheme:before {
content: "\e6b1";
}
Expand Down Expand Up @@ -1937,7 +1946,7 @@
.nf-dev-snap_svg:before {
content: "\e75e";
}
.nf-dev-sqllite:before {
.nf-dev-sqlite:before {
content: "\e7c4";
}
.nf-dev-stackoverflow:before {
Expand Down
2 changes: 1 addition & 1 deletion css/nerd-fonts-generated.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion glyphnames.json

Large diffs are not rendered by default.

0 comments on commit a3f1b9e

Please sign in to comment.