Skip to content

Saecki/corners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

corners

Patch a bunch of corner glyphs into a font.

Dependencies

  • python3
  • fontforge

Patching

./patch <input-font> <output-file-name>

The glyphs

  • e4c5 full-top-left
  • e4c6 full-top-right
  • e4c7 full-bottom-right
  • e4c8 full-bottom-left
  • e4c9 half-top-left
  • e4ca half-top-right
  • e4cb half-bottom-right
  • e4cc half-bottom-left

Neovim borders

Full height

border = { "", "", "", "", "", "", "", "" }

Half height

border = { "", "", "", "", "", "", "", "" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages