tuberry / color-picker

Simple color picker for GNOME Shell.
GNU General Public License v3.0
150 stars 11 forks source link

[Feature] Option to disable pound sign prefix #38

Closed Sierra410 closed 2 years ago

Sierra410 commented 2 years ago

An option to disable #prefix in copied colors

tuberry commented 2 years ago

This does not seem to fit the convention. What are the use cases for it?

Sierra410 commented 2 years ago

There's a number of programs and applications that do not use the pound symbol and don't recognize colors with it or even automatically truncate anything pasted down to 6 characters resulting in a loss of the last nibble.

I couldn't find any information about coding convention for this project.

tuberry commented 2 years ago

I mean that #RRGGBB is a Web color convention. AFAIK, the foot terminal and fish shell use that pound-less hex color, but it doesn't seem to have a specific name.

Maybe later I can set it to a new format.

Thk. :)