Fork me on GitHub
#off-topic
<
2024-02-08
>
mauricio.szabo23:02:41

Folks, kinda on-topic-ish but I have no idea where to search this: does someone have a guide / collection of icons for each"element" of Clojure? Like, an icon for "special forms", one for "functions", one for "macros", these things? Or does anyone have a suggestion on these?

Nundrum23:02:40

For what purpose?

mauricio.szabo23:02:41

Displaying on autocomplete in an editor

mauricio.szabo23:02:55

Replacing these for something more interesting

Nundrum23:02:28

I'd usually go to the Material Design icons or http://thenounproject.com ... but they're not coming up with anything awesome.

adi07:02:35

@U3Y18N0UC emacs company-mode completions show some icons (different for functions and vars in Clojure). I found this package that provides a more icon-y company frontend replacement (see screenshot). Not sure if it does anything Clojure-specific: https://github.com/sebastiencs/company-box Differences with the built-in front-end: • Differents colors for differents backends. • Icons associated to functions/variables/.. and their backends • Display candidate's documentation (support quickhelp-string) • Not limited by the current window size, buffer's text properties, .. (it's better than you might think)

adi07:02:17

Completions look like this for Clojure, using the built-in company-mode.

Chris McCormick09:02:01

Tabler icons are Free & OSS and there are nearly 5,000 of them so maybe you'd be able to find what you need in there? https://tabler.io/icons

Chris McCormick09:02:16

If you do a search for "code" it narrows down to code related icons which might match what you need.