-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Is your feature request related to a problem? Please describe.
There is no problem.
Describe the solution you'd like
I'm copying colors all the time as I work on graphic design projects. The colors are written in hex format (#FFFFFF) and can be in upper case, lower case, or combination. The expression matching is very simple.
I would like CopyQ to identify copied colors and, if the item format is enabled, shade the background of the entry with the color described in the copied text.
The item display would revert to the current behavior of appearance when selected or hovered over.
This would just be a new item format, maybe called RGB (or something more descriptive), in the format list of the Items tab in preferences.
Possible Options:
- Hide/Show item text
(the background color identifies the RGB item).
(The text would revert to visible when item is selected or hovered).
Enhancement: It would be nice if the foreground color of the entry had logic so that the text is visible over the background color it describes.
Option for enhancement:
- Turn foreground text color enhanced logic on/off
Describe alternatives you've considered
It's definitely a new feature.
Additional context