Skip to content

Commit

Permalink
Add Neovim icon and run generate-original-source.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeguimaraes committed Oct 20, 2023
1 parent 18ff974 commit 11b96df
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/scripts/lib/i_seti.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Seti-UI + Custom (180 icons, 19 aliases)
# Codepoints: E5FA-E6AD
# Seti-UI + Custom (181 icons, 19 aliases)
# Codepoints: E5FA-E6AE
# Nerd Fonts Version: 3.0.2
# Script Version: (autogenerated)
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
Expand Down Expand Up @@ -203,4 +203,5 @@ i='' i_seti_zip=$i
i='' i_custom_asm=$i
i='' i_custom_v_lang=$i
i='' i_custom_folder_oct=$i
i='' i_custom_neovim=$i
unset i
Binary file modified src/glyphs/original-source.otf
Binary file not shown.
1 change: 1 addition & 0 deletions src/svgs/icons.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@
177 i_custom_asm asm_nf.svg
178 i_custom_v_lang vlang_nf.svg
179 i_custom_folder_oct folder2_nf.svg
180 i_custom_neovim neovim.svg
82 changes: 82 additions & 0 deletions src/svgs/neovim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11b96df

Please sign in to comment.