Fix: Icons - Ask to AIChat

After wrestling with the wand, we decided to make it more clear that it's a chat.

https://techcrunch.com/2024/06/15/apple-joins-the-race-to-find-an-ai-icon-that-makes-sense/
This commit is contained in:
alstjr7375 2024-07-07 14:34:06 +09:00
parent a1f1ff5c99
commit f07e9f4f33
4 changed files with 17 additions and 0 deletions

8
css/leptonChrome.css generated
View file

@ -12591,6 +12591,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
#frame {
--menuitem-image: url("../icons/command-frames.svg");
}
@ -27710,6 +27713,11 @@
--menuitem-image: url("../icons/translations.svg");
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
}
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.menu") and (-moz-bool-pref: "userChrome.icon.context_menu") {
#frame {
--menuitem-image: url("../icons/command-frames.svg");

View file

@ -13222,6 +13222,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
#frame {
--menuitem-image: url("../icons/command-frames.svg");
}

3
icons/chat-sparkle.svg Normal file
View file

@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity" xmlns="http://www.w3.org/2000/svg">
<path d="M10.246 4.663a2.068 2.068 0 0 0-.98-.694l-1.002-.326a.396.396 0 0 1 0-.746l1.002-.325a2.064 2.064 0 0 0 1.28-1.282l.008-.025.325-1.001a.396.396 0 0 1 .747 0l.326 1.001a2.062 2.062 0 0 0 1.307 1.307l1.002.325.02.005a.396.396 0 0 1 0 .746l-1.002.326a2.065 2.065 0 0 0-1.307 1.306l-.326 1.002a.396.396 0 0 1-.746 0l-.326-1.002a2.064 2.064 0 0 0-.328-.617Zm5.596 2.765-.557-.181a1.147 1.147 0 0 1-.726-.726l-.181-.556a.22.22 0 0 0-.415 0l-.18.556a1.146 1.146 0 0 1-.716.726l-.557.18a.22.22 0 0 0 0 .415l.557.181a1.147 1.147 0 0 1 .727.729l.18.556a.22.22 0 0 0 .415 0l.181-.556a1.147 1.147 0 0 1 .727-.726l.556-.181a.22.22 0 0 0 0-.414Zm-8.57-5.973c.697 0 1.37.097 2.007.28a1.28 1.28 0 0 1-.268.126l-.975.32a1.2 1.2 0 0 0-.524.369 6.182 6.182 0 0 0-5.64 9.186l.109.197-.81 2.897 2.9-.809.196.11a6.184 6.184 0 0 0 9.096-4.338.982.982 0 0 0 .244.25.938.938 0 0 0 .792.142A7.275 7.275 0 0 1 3.937 15.19l-2.783.776a.91.91 0 0 1-1.12-1.12l.777-2.78A7.273 7.273 0 0 1 7.273 1.454Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -232,6 +232,9 @@
#context-translate-selection {
--menuitem-image: url("../icons/translations.svg");
}
#context-ask-chat {
--menuitem-image: url("../icons/chat-sparkle.svg");
}
#frame {
--menuitem-image: url("../icons/command-frames.svg");