Greasy Fork 支持简体中文。

Color Picker

Color picker for Sketchful

目前為 2020-08-19 提交的版本,檢視 最新版本

作者
faux
評價
0 0 0
版本
0.7.5
建立日期
2020-06-29
更新日期
2020-08-19
尺寸
16.8 KB
授權條款
MIT
腳本執行於

Removing colors

Hold alt and click on a color to remove it, palette needs to be unlocked.

Removing current page

Hold alt + shift until a red border appears around the colors, then click on any color to remove the page.

Change specific color

Hold shift and click the color you want to change, pick a color, and then save it by pressing the save icon.

Canvas eyedropper

Select a color from the canvas by alt + clicking on it.

Export palettes

Shift + click the save icon to download the current palette.

Import palettes

Drag and drop a text file with hex codes onto the save icon to load a palette. You can import palettes from this website by exporting them as code and dragging that txt file.

Reset palettes

To reset the palettes back to the default ones paste this into the console:

(function () {
    localStorage.removeItem("palettes");
    localStorage.removeItem("lockedPalettes");
})();