{"id":9407126,"url":"https://github.com/lambdalisue/vim-glyph-palette","last_synced_at":"2026-01-12T07:52:27.902Z","repository":{"id":48539724,"uuid":"283080257","full_name":"lambdalisue/vim-glyph-palette","owner":"lambdalisue","description":"🎨 An universal palette for Nerd Fonts","archived":false,"fork":false,"pushed_at":"2024-12-24T08:27:36.000Z","size":60,"stargazers_count":130,"open_issues_count":4,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T05:05:42.809Z","etag":null,"topics":["colors","neovim","nerdfont","vim","vim-devicons"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdalisue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lambdalisue"}},"created_at":"2020-07-28T02:52:00.000Z","updated_at":"2025-02-24T22:17:44.000Z","dependencies_parsed_at":"2024-01-16T07:23:00.934Z","dependency_job_id":"8c357a69-a3bc-4468-83b9-4411f1244c7a","html_url":"https://github.com/lambdalisue/vim-glyph-palette","commit_stats":{"total_commits":36,"total_committers":6,"mean_commits":6.0,"dds":0.25,"last_synced_commit":"acc67da9640ff4eb22bae1c0a740b648d5441a89"},"previous_names":["lambdalisue/vim-glyph-palette","lambdalisue/glyph-palette.vim"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-glyph-palette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-glyph-palette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-glyph-palette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-glyph-palette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-glyph-palette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294536,"owners_count":20915340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colors","neovim","nerdfont","vim","vim-devicons"],"created_at":"2024-05-10T18:04:07.298Z","updated_at":"2026-01-12T07:52:27.856Z","avatar_url":"https://github.com/lambdalisue.png","language":"Vim Script","funding_links":["https://github.com/sponsors/lambdalisue"],"categories":["Vim Script"],"sub_categories":[],"readme":"# 🎨 glyph-palette\n\n![Support Vim 8.1 or above](https://img.shields.io/badge/support-Vim%208.1%20or%20above-yellowgreen.svg)\n![Support Neovim 0.4 or above](https://img.shields.io/badge/support-Neovim%200.4%20or%20above-yellowgreen.svg)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Doc](https://img.shields.io/badge/doc-%3Ah%20glyph--palette-orange.svg)](doc/glyph-palette.txt)\n\n![glyph-palette](https://user-images.githubusercontent.com/546312/89098136-c442ac80-d41f-11ea-90ce-68f2df7ccb25.png)\n\nglyph-palette (Glyph palette) is a plugin to universally apply colors on [Nerd Fonts][].\n\nWith this plugin, the following (and potentially more) Nerd Fonts integrations will be nicely highlighted.\n\n- [vim-devicons][]\n- [vim-nerdfont][]\n- [vim-fern-renderer-nerdfont][]\n- [fall.vim][]\n\n[nerd fonts]: https://github.com/ryanoasis/nerd-fonts\n[vim-devicons]: https://github.com/ryanoasis/vim-devicons\n[vim-nerdfont]: https://github.com/lambdalisue/vim-nerdfont\n[vim-fern-renderer-nerdfont]: https://github.com/lambdalisue/vim-fern-renderer-nerdfont\n[fall.vim]: https://github.com/vim-fall/fall.vim\n\n## Usage\n\nFirst of all, make sure that you are using one of [Nerd Fonts][] patched fonts (e.g. Fonts in [Patched Fonts](https://github.com/ryanoasis/nerd-fonts#patched-fonts) or [Cica][] for Japanese).\nVisit [Nerd Fonts][] homepage for more detail.\n\n[cica]: https://github.com/miiton/Cica\n\nAfter that, call `glyph_palette#apply()` function on a target buffer like:\n\n```vim\naugroup my-glyph-palette\n  autocmd! *\n  autocmd FileType fern call glyph_palette#apply()\n  autocmd FileType fall-list call glyph_palette#apply()\n  autocmd FileType nerdtree,startify call glyph_palette#apply()\naugroup END\n```\n\nThen glyphs in `g:glyph_palette#palette` on the buffer will be highlighted by predefined highlight groups.\n\nSee `:help glyph-palette-usage` for more details\n\n## Screenshots\n\n#### With nerdfont.vim + fern.vim + fern-renderer-nerdfont.vim\n\n![With nerdfont.vim + fern.vim + fern-renderer-nerdfont.vim](https://user-images.githubusercontent.com/546312/88701008-6c1c5980-d144-11ea-8d6b-d4f4290274a6.png)\n\n#### With fall.vim\n\n![With fall.vim](https://github.com/user-attachments/assets/00e57422-23af-4877-9dc1-362abe11076a)\n\nProvide us your nice screenshots!\n\n## Special thanks\n\nAn initial implementation has written by @zeorin at https://github.com/ryanoasis/vim-devicons/issues/158\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-glyph-palette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-glyph-palette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-glyph-palette/lists"}