Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon request: state.done .pending .warning .error #879

Open
haraldl3san opened this issue Mar 27, 2023 · 2 comments
Open

Icon request: state.done .pending .warning .error #879

haraldl3san opened this issue Mar 27, 2023 · 2 comments

Comments

@haraldl3san
Copy link

Hey,

I just wanted to ask if it's possible to create icons for states?
The usecase would be to have files for tasks to show their state by icons.
I mean it's super generic, but a nice feature in my opinion.

  • state.done <i class="fa-solid fa-check"></i>
  • state.pending <i class="fa-regular fa-hourglass-half"></i>
  • state.warning <i class="fa-regular fa-circle-exclamation"></i>
  • state.error <i class="fa-solid fa-xmark"></i>

maybe something like that?

@Alhadis
Copy link
Member

Alhadis commented Mar 27, 2023

Atom already includes generic icons as part of its built-in icon set, Octicons. You can browse the complete list of icons by opening Styleguide (or by running the styleguide:show command), then scrolling down to the "Icons" section. You should find that at least some of those icons are appropriate for your intended use case.

I'm hesitant to start adding purely generic-use icons that don't map to any particular filetype, programming language, configuration file, and so forth. It's a slippery slope towards turning a file-centric icon set into one that's literally made up of anything and everything.

@haraldl3san
Copy link
Author

Ah... didn't see I posted within the atom folder (my bad, sorry). I'm using VSCode, I'll see if I find any solution there. Maybe I'll come up with a filetype or so, then there will be an excuse.... I'm kidding of course, not really though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants