How can I change bookmark color?
Closed this issue · 2 comments
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.
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 😞
You can edit your personal stylesheet to change the style that is defined here:
bookmarks/styles/bookmarks.less
Lines 4 to 12 in 6f882e9
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:
- The Atom Flight Manual
- The Atom FAQ on Discuss
- Discuss, the official Atom and Electron message board
- Join the Atom Slack team
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.