Devicons: Fix wrong glyph ID for sqlite

[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 <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-08-25 17:26:31 +02:00
parent a2697b0fef
commit a3f1b9e24c
4 changed files with 13 additions and 4 deletions

View file

@ -198,6 +198,6 @@ i=''
i='' i=''
i='' i=''
i='' i=''
i='' i_dev_sqllite=$i i='' i_dev_sqlite=$i
i='' i_dev_vim=$i i='' i_dev_vim=$i
unset i unset i

View file

@ -1349,6 +1349,9 @@
.nf-custom-astro:before { .nf-custom-astro:before {
content: "\e6b3"; content: "\e6b3";
} }
.nf-custom-bazel:before {
content: "\e63a";
}
.nf-custom-c:before { .nf-custom-c:before {
content: "\e61e"; content: "\e61e";
} }
@ -1379,6 +1382,9 @@
.nf-custom-fennel:before { .nf-custom-fennel:before {
content: "\e6af"; content: "\e6af";
} }
.nf-custom-firebase:before {
content: "\e657";
}
.nf-custom-folder:before { .nf-custom-folder:before {
content: "\e5ff"; content: "\e5ff";
} }
@ -1433,6 +1439,9 @@
.nf-custom-purescript:before { .nf-custom-purescript:before {
content: "\e630"; content: "\e630";
} }
.nf-custom-ruby:before {
content: "\e605";
}
.nf-custom-scheme:before { .nf-custom-scheme:before {
content: "\e6b1"; content: "\e6b1";
} }
@ -1937,7 +1946,7 @@
.nf-dev-snap_svg:before { .nf-dev-snap_svg:before {
content: "\e75e"; content: "\e75e";
} }
.nf-dev-sqllite:before { .nf-dev-sqlite:before {
content: "\e7c4"; content: "\e7c4";
} }
.nf-dev-stackoverflow:before { .nf-dev-stackoverflow:before {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long