nerd-fonts icon indicating copy to clipboard operation
nerd-fonts copied to clipboard

[Icon request] Add ChucK logo please

Open Finii opened this issue 1 year ago • 0 comments

Discussed in https://github.com/ryanoasis/nerd-fonts/discussions/1479

Originally posted by gacallea January 10, 2024 Hi :)

As the title says, I would like to suggest the addition of an icon for Chuck.

Logo is here: Chuck logo

If I had the skills I'd try to patch and contribute. I hope this can be implemented.

Please and thank you

EDIT1:

just in case, this is how I set it for the time being. Mostly posting for the extension and name:

[...]
    {
      "nvim-tree/nvim-web-devicons",
      opts = {
        override_by_extension = {
          ["ck"] = {
            icon = "󰧚",
            color = "#80ff00",
            name = "ChucK",
          },
        },
      },
    },
[...]

Finii avatar Jan 19 '24 13:01 Finii