Hey zombieFox,
Great extension you've made. Really love how customizable it is, and how cool it looks.
I have been running into an issue with it on Firefox, Windows 10. I'm using the Firefox add-on.
In your demo videos I found on reddit, the color picker is a really cool, responsive one. However in Firefox I am getting this really old and hard to use windows one. More over it is not responsive, so I have to add a custom color and then press okay to see the change.
I am not sure if I'm the only one with this issue or its something to do with Firefox. Please let me know how to fix this.
Hi, thanks! Glad you like the project.
However in Firefox I am getting this really old and hard to use windows one.
Yes, in the demo videos a native colour input brings up a colour window defined by the OS. I am using a Mac. So it looks like this:

The window you see is defined by Windows 10. Using a native colour input is a standard, accessible and future proof approach.
More over it is not responsive, so I have to add a custom color and then press okay to see the change.
This is because of how Firefox handles the change event from the colour input. It fires the event when the "OK" is clicked. Chrome (the browser I used in the video) handles the event differently and fires the event every time a colour change occurs from the colour window.
Sorry, not much I can do about that.
The window you see is defined by Windows 10. Using a native colour input is a standard, accessible and future proof approach.
I agree that it's future proof, but it seems like a bad idea to just stick to native OS tools. It's okay for Mac I guess, but not usually for Linux and Windows users. Plus for a tool with so much appeal, in my opinion, it would be good for it be consistent cross platform.
My experience choosing colors has been horrible thanks to windows native color picker, and the firefox change event handling.
Sorry, not much I can do about that.
One solution that maybe possible is to use a javascript color picker tool. This would provide consistent experience for all users, and go above and beyond in functionality than the native OS tools.
These are a couple of open source ones I particularly liked.
Would it be possible to incorporate such a tool into this?
I think it for such a minimal design page like nightTab, where the most standing out feature is the colors, it is really important to have a good experience/tool to pick out colors.
It is possible, but copying off zombieFox's response in #25
The nightTab colour picker uses the native HTML input colour element, so yes the UI picker is defined by the system or browser. This approach is useful to keep overheads and dependencies low, which is the way I prefer to design/develop. I'll look into external colour picker libraries, like spectrum, and make a call.
and also:
Replace colour picker โ(won't change)
Although that might be able to be reconsidered?
Alghough that might be able to be reconsidered?
I think it should be. I'll try to do it personally, when I get free time and am familiar with code.
It makes no sense for me to keep using it otherwise when the windows+firefox experience is so bad. ๐
It makes no sense for me to keep using it otherwise when the windows+firefox experience is so bad. ๐
Thanks for the input. I'm sorry you feel this way.
The balance between consistent experience, project file size, engineering effort plus support and keeping dependencies low is quite difficult. I feel there are enough tools in the app, in additinal to the native colour inputs, to help select colours:

Replace colour picker โ(won't change)
Alghough that might be able to be reconsidered?
I'm happy for others to develop the idea of a 3rd party colour selector.
The balance between consistent experience, project file size, engineering effort plus support and keeping dependencies low is quite difficult. I feel there are enough tools in the app, in additinal to the native colour inputs, to help select colours:
Very true.
I really like the section you've shown there. Complete control.
Only issue was when I was using custom accents to the icons. The windows color picker just sucks. Hehe. But I have been pretty happy after the initial discomfort, since I am done with the setup.
Is it possible to have a window with the color setting you've shown here appear for the custom accents section of the bookmarks also?
I think we can close this issue for now, since no active development is happening in this.
Thanks.
Is it possible to have a window with the color setting you've shown here appear for the custom accents section of the bookmarks also?
Possibly, I'll look into it.
Pushed an update to the master branch. It will be out in the next release.

Amazing. You rock @zombieFox. ๐ ๐ ๐ฅ
This feature is now on live ๐
Will update. Thanks again.
Most helpful comment
Amazing. You rock @zombieFox. ๐ ๐ ๐ฅ