ttscoff / nv

MultiMarkdown version of Notational Velocity with Markdown editing features and preview
http://brettterpstra.com/projects/nvalt
BSD 3-Clause "New" or "Revised" License
1.77k stars 197 forks source link

Dark Mode Menu Bar Icon #328

Open pixeljammer opened 9 years ago

pixeljammer commented 9 years ago

Thanks tons for nValt. It's the most useful app on my Mac. (and I've donated)

Any chance we might get a lighter icon for use in Dark Mode in Yosemite?

thmsaurel commented 9 years ago

You can use this method (in command line but you find the method into comment):

# go to nvAlt.app folder
$ cd PATH/TO/nvAlt.app/
# go into Packages Contents (Contents/Ressources)
$ cd nvAlt.app/Contents/Ressources
# make a dark icon's save
$ mv nvMenuDark.png nvMenuDark.png_old
# erase dark icon with the white one
$ cp nvMenuW.png nvMenuDark.png

After, you just have to quit the app and relaunch it. You have a white icon in your menubar. It's just a temporary fix: you have to do this method again if it's not fix in the next update.

pixeljammer commented 9 years ago

Thanks!

/a

andrew webb

303.819.0480

www.niftypitchers.com | www.seriousretouching.com

On 19 Mar 2015, at 2:47, Thomas Aurel arranged some pixels so that they looked like this:

You can use this method (in command line but you find the method into comment):

# go to nvAlt.app folder
$ cd PATH/TO/nvAlt.app/
# go into Packages Contents (Contents/Ressources)
$ cd nvAlt.app/Contents/Ressources
# make a dark icon's save
$ mv nvMenuDark.png nvMenuDark.png_old
# erase dark icon with the white one
$ cp nvMenuW.png nvMenuDark.png

After, you just have to quit the app and relaunch it. You have a white icon in your menubar. It's just a temporary fix: you have to do this method again if it's not fix in the next update.


Reply to this email directly or view it on GitHub: https://github.com/ttscoff/nv/issues/328#issuecomment-83424928