atom / bookmarks

Bookmark editor lines in Atom
MIT License
49 stars 36 forks source link

How can I change bookmark color? #98

Closed getufkka closed 6 years ago

getufkka commented 6 years ago

I want to change bookmarks color. But I can't find the location where the bookmarks color setting is written. It probably is due to the bookmarks plugin is assembled to atom base package. Any help will be appreciated.

pdonias commented 6 years ago

Would something like this help?

$ find ~/.atom/compile-cache/less -name bookmarks.json -exec sed -i 's/#09C/#F00/g' {} \;

F00 is red, change it to whatever you want. And don't forget to change the path to whatever folder you installed Atom in.

Probably not the best way to do it but I have no idea how to edit core packages. And the next update will change it back :disappointed:

Ben3eeE commented 6 years ago

You can edit your personal stylesheet to change the style that is defined here:

https://github.com/atom/bookmarks/blob/6f882e916684605e9727b4eb5e3af65a2a6740de/styles/bookmarks.less#L4-L12

Because we treat our issues list as the Atom team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Atom there are a lot of options, check out:

On Discuss and in the Atom Slack team, there are a bunch of helpful community members that should be willing to point you in the right direction.