parent
80c59cba74
commit
7cc9a29dc6
|
@ -3,8 +3,9 @@
|
||||||
# Dependencies: jgmenu, xdotool, xcolor, gcolor3, xdg-utils, xclip, notify-send
|
# Dependencies: jgmenu, xdotool, xcolor, gcolor3, xdg-utils, xclip, notify-send
|
||||||
# TODO Imagick colors - separate menu big around 700 named colors
|
# TODO Imagick colors - separate menu big around 700 named colors
|
||||||
# TODO export to .gpl (GIMP,Inkscape)
|
# TODO export to .gpl (GIMP,Inkscape)
|
||||||
|
# TODO immadietely copy to clipboard picked,selected colors
|
||||||
|
|
||||||
VERSION="0.2.3"
|
VERSION="0.2.4"
|
||||||
TEMP_DIR=/tmp/colormenu
|
TEMP_DIR=/tmp/colormenu
|
||||||
ME=${0##*/}
|
ME=${0##*/}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
#1d2021
|
||||||
|
#282828
|
||||||
|
#3c3836
|
||||||
|
#504945
|
||||||
|
#32361a
|
||||||
|
#333e34
|
||||||
|
#3c1f1e
|
||||||
|
#442e2d
|
||||||
|
#0d3138
|
||||||
|
#2e3b3b
|
||||||
|
#473c29
|
||||||
|
#32302f
|
||||||
|
#d4be98
|
||||||
|
#ddc7a1
|
||||||
|
#ea6962
|
||||||
|
#e78a4e
|
||||||
|
#d8a657
|
||||||
|
#a9b665
|
||||||
|
#89b482
|
||||||
|
#7daea3
|
||||||
|
#d3869b
|
||||||
|
#7c6f64
|
||||||
|
#928374
|
||||||
|
#a89984
|
|
@ -0,0 +1,16 @@
|
||||||
|
#2e3440
|
||||||
|
#3b4252
|
||||||
|
#434c5e
|
||||||
|
#4c566a
|
||||||
|
#d8dee9
|
||||||
|
#e5e9f0
|
||||||
|
#eceff4
|
||||||
|
#8fbcbb
|
||||||
|
#88c0d0
|
||||||
|
#81a1c1
|
||||||
|
#5e81ac
|
||||||
|
#bf616a
|
||||||
|
#d08770
|
||||||
|
#ebcb8b
|
||||||
|
#a3be8c
|
||||||
|
#b48ead
|
Loading…
Reference in New Issue