🍱 Change completely the builtins colors

This commit is contained in:
mathieu.brunot 2019-02-23 12:35:28 +01:00
parent 4c97c26f6d
commit 1c701602bb
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -9,31 +9,56 @@
[uxbox.util.data :refer (index-by)])) [uxbox.util.data :refer (index-by)]))
(def collections-list (def collections-list
[{:name "Grays" [{:name "UXBOX"
:id #uuid "00000000-0000-0000-0000-000000000001" :id #uuid "00000000-0000-0000-0000-000000000001"
:created-at 1
:type :builtin :type :builtin
:colors #{"#D3D3D3" :created-at 1
:colors #{"#78dbbe"
"#b6dd75"
"#a599c6"
"#e6a16f"
"#de4762"
"#59b9e2"
"#ffffff"
"#000000"
"#90969d"
"#D3D3D3"
"#C0C0C0" "#C0C0C0"
"#A9A9A9" "#A9A9A9"
"#DCDCDC" "#DCDCDC"
"#808080" "#808080"
"#696969" "#696969"}}
"#000000"}}
{:name "Silver" {:name "UXBOX (Light)"
:id #uuid "00000000-0000-0000-0000-000000000002" :id #uuid "00000000-0000-0000-0000-000000000002"
:type :builtin :type :builtin
:created-at 2 :created-at 2
:colors #{"#D3D3D3" :colors #{"#e9eaeb"
"#C0C0C0" "#a6abb1"
"#A9A9A9" "#90969d"
"#808080"}} "#d7d9dc"
"#757a7f"
"#565a5e"}}
{:name "Blues" {:name "UXBOX (Dark)"
:id #uuid "00000000-0000-0000-0000-000000000003" :id #uuid "00000000-0000-0000-0000-000000000003"
:type :builtin :type :builtin
:created-at 3 :created-at 3
:colors #{"#2C2C2C"
"#3d3f40"
"#181818"
"#a9adaf"
"#808386"
"#4a4e52"
"#e0e6e9"
"#8d9496"
"#4e4f50"
"#878c8e"}}
{:name "UXBOX (Blues)"
:id #uuid "00000000-0000-0000-0000-000000000004"
:type :builtin
:created-at 4
:colors #{"#F0F8FF" :colors #{"#F0F8FF"
"#E6E6FA" "#E6E6FA"
"#B0E0E6" "#B0E0E6"
@ -58,116 +83,11 @@
"#8A2BE2" "#8A2BE2"
"#4B0082"}} "#4B0082"}}
{:name "UXBOX" ;; https://github.com/twbs/bootstrap
:id #uuid "00000000-0000-0000-0000-000000000004" {:name "Bootstrap"
:type :builtin
:created-at 4
:colors #{"#78dbbe"
"#b6dd75"
"#a599c6"
"#e6a16f"
"#de4762"
"#59b9e2"
"#ffffff"
"#000000"
"#90969d"
"#2C2C2C"
"#3d3f40"
"#181818"
"#a9adaf"
"#808386"
"#4a4e52"
"#e0e6e9"
"#8d9496"
"#4e4f50"
"#878c8e"}}
;; https://github.com/redpik/social-media-colors
{:name "Social"
:id #uuid "00000000-0000-0000-0000-000000000005" :id #uuid "00000000-0000-0000-0000-000000000005"
:type :builtin :type :builtin
:created-at 5 :created-at 5
:colors #{"#3B5998" ;; FACEBOOK
"#D8DFEA"
"#F03D25"
;; TWITTER
"#55ACEE"
;; WHATSAPP
"#00e676"
"#1ebea5"
;; GOOGLE+
"#dd4b39"
"#427FED"
;; LINKEDIN
"#0976B4"
;; PINTEREST
"#cd1d1f"
;; FOURSQUARE
"#0072b1"
"#0cbadf"
"#8fd400"
"#ff7900"
;; YOUTUBE
"#CC181E"
"#110f10"
;; INSTAGRAM
"#3F729B"
;; FLICKR
"#0063dd"
"#ff0085"
;; VIMEO
"#1ab7ea"
"#162221"
;; TUMBLR
"#35465d"
;; STUMBLEUPON
"#EB4924"
"#333333"
;; MYSPACE
"#008DDE"
"#313131"
"#1D1D1D"
;; DRIBBBLE
"#ea4c89"
"#444444"
"#8aba56"
;; DAILYMOTION
"#0079b8"
"#fed417"
;; DELICIOUS
"#3274D0"
"#D3D2D2"
"#222222"
"#0B79E5"
;; SOUNDCLOUD
"#FF3D00"
;; GITHUB
"#171515"
"#4183c4"
;; QUORA
"#BC2016"
;; BEHANCE
"#1769FF"
"#242424"
;; VINE
"#00B489"
;; VKONTAKTE
"#587fa4"
"#e9edf1"
;; REDDIT
"#F64720"
"#CEE3F8"
;; DROPBOX
"#007ee5"
"#7B8994"
"#47525D"
"#3D464D"}}
;; https://github.com/twbs/bootstrap
{:name "Bootstrap"
:id #uuid "00000000-0000-0000-0000-000000000006"
:type :builtin
:created-at 6
:colors #{"#ffffff" :colors #{"#ffffff"
"#f8f9fa" "#f8f9fa"
"#e9ecef" "#e9ecef"
@ -190,11 +110,11 @@
"#20c997" "#20c997"
"#17a2b8"}} "#17a2b8"}}
;; https://github.com/shuhei/material-colors ;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design" {:name "Material Design (Red)"
:id #uuid "00000000-0000-0000-0000-000000000007" :id #uuid "00000000-0000-0000-0000-000000000006"
:type :builtin :type :builtin
:created-at 7 :created-at 6
:colors #{"#ffebee" :colors #{"#ffebee"
"#ffcdd2" "#ffcdd2"
"#ef9a9a" "#ef9a9a"
@ -208,8 +128,14 @@
"#ff8a80" "#ff8a80"
"#ff5252" "#ff5252"
"#ff1744" "#ff1744"
"#d50000" "#d50000"}}
"#fce4ec"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Pink)"
:id #uuid "00000000-0000-0000-0000-000000000007"
:type :builtin
:created-at 7
:colors #{"#fce4ec"
"#f8bbd0" "#f8bbd0"
"#f48fb1" "#f48fb1"
"#f06292" "#f06292"
@ -222,8 +148,14 @@
"#ff80ab" "#ff80ab"
"#ff4081" "#ff4081"
"#f50057" "#f50057"
"#c51162" "#c51162"}}
"#f3e5f5"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Purple)"
:id #uuid "00000000-0000-0000-0000-000000000008"
:type :builtin
:created-at 8
:colors #{"#f3e5f5"
"#e1bee7" "#e1bee7"
"#ce93d8" "#ce93d8"
"#ba68c8" "#ba68c8"
@ -236,8 +168,14 @@
"#ea80fc" "#ea80fc"
"#e040fb" "#e040fb"
"#d500f9" "#d500f9"
"#aa00ff" "#aa00ff"}}
"#ede7f6"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Deep Purple)"
:id #uuid "00000000-0000-0000-0000-000000000009"
:type :builtin
:created-at 9
:colors #{"#ede7f6"
"#d1c4e9" "#d1c4e9"
"#b39ddb" "#b39ddb"
"#9575cd" "#9575cd"
@ -250,8 +188,14 @@
"#b388ff" "#b388ff"
"#7c4dff" "#7c4dff"
"#651fff" "#651fff"
"#6200ea" "#6200ea"}}
"#e8eaf6"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Indigo)"
:id #uuid "00000000-0000-0000-0000-000000000010"
:type :builtin
:created-at 10
:colors #{"#e8eaf6"
"#c5cae9" "#c5cae9"
"#9fa8da" "#9fa8da"
"#7986cb" "#7986cb"
@ -264,8 +208,14 @@
"#8c9eff" "#8c9eff"
"#536dfe" "#536dfe"
"#3d5afe" "#3d5afe"
"#304ffe" "#304ffe"}}
"#e3f2fd"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Blue)"
:id #uuid "00000000-0000-0000-0000-000000000011"
:type :builtin
:created-at 11
:colors #{"#e3f2fd"
"#bbdefb" "#bbdefb"
"#90caf9" "#90caf9"
"#64b5f6" "#64b5f6"
@ -278,8 +228,14 @@
"#82b1ff" "#82b1ff"
"#448aff" "#448aff"
"#2979ff" "#2979ff"
"#2962ff" "#2962ff"}}
"#e1f5fe"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Light Blue)"
:id #uuid "00000000-0000-0000-0000-000000000012"
:type :builtin
:created-at 12
:colors #{"#e1f5fe"
"#b3e5fc" "#b3e5fc"
"#81d4fa" "#81d4fa"
"#4fc3f7" "#4fc3f7"
@ -292,8 +248,14 @@
"#80d8ff" "#80d8ff"
"#40c4ff" "#40c4ff"
"#00b0ff" "#00b0ff"
"#0091ea" "#0091ea"}}
"#e0f7fa"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Cyan)"
:id #uuid "00000000-0000-0000-0000-000000000013"
:type :builtin
:created-at 13
:colors #{"#e0f7fa"
"#b2ebf2" "#b2ebf2"
"#80deea" "#80deea"
"#4dd0e1" "#4dd0e1"
@ -306,8 +268,14 @@
"#84ffff" "#84ffff"
"#18ffff" "#18ffff"
"#00e5ff" "#00e5ff"
"#00b8d4" "#00b8d4"}}
"#e0f2f1"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Teal)"
:id #uuid "00000000-0000-0000-0000-000000000014"
:type :builtin
:created-at 14
:colors #{"#e0f2f1"
"#b2dfdb" "#b2dfdb"
"#80cbc4" "#80cbc4"
"#4db6ac" "#4db6ac"
@ -320,8 +288,14 @@
"#a7ffeb" "#a7ffeb"
"#64ffda" "#64ffda"
"#1de9b6" "#1de9b6"
"#00bfa5" "#00bfa5"}}
"#e8f5e9"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Green)"
:id #uuid "00000000-0000-0000-0000-000000000015"
:type :builtin
:created-at 15
:colors #{"#e8f5e9"
"#c8e6c9" "#c8e6c9"
"#a5d6a7" "#a5d6a7"
"#81c784" "#81c784"
@ -334,8 +308,14 @@
"#b9f6ca" "#b9f6ca"
"#69f0ae" "#69f0ae"
"#00e676" "#00e676"
"#00c853" "#00c853"}}
"#f1f8e9"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Light Green)"
:id #uuid "00000000-0000-0000-0000-000000000016"
:type :builtin
:created-at 16
:colors #{"#f1f8e9"
"#dcedc8" "#dcedc8"
"#c5e1a5" "#c5e1a5"
"#aed581" "#aed581"
@ -348,8 +328,14 @@
"#ccff90" "#ccff90"
"#b2ff59" "#b2ff59"
"#76ff03" "#76ff03"
"#64dd17" "#64dd17"}}
"#f9fbe7"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Lime)"
:id #uuid "00000000-0000-0000-0000-000000000017"
:type :builtin
:created-at 17
:colors #{"#f9fbe7"
"#f0f4c3" "#f0f4c3"
"#e6ee9c" "#e6ee9c"
"#dce775" "#dce775"
@ -362,8 +348,14 @@
"#f4ff81" "#f4ff81"
"#eeff41" "#eeff41"
"#c6ff00" "#c6ff00"
"#aeea00" "#aeea00"}}
"#fffde7"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Yellow)"
:id #uuid "00000000-0000-0000-0000-000000000018"
:type :builtin
:created-at 18
:colors #{"#fffde7"
"#fff9c4" "#fff9c4"
"#fff59d" "#fff59d"
"#fff176" "#fff176"
@ -376,8 +368,14 @@
"#ffff8d" "#ffff8d"
"#ffff00" "#ffff00"
"#ffea00" "#ffea00"
"#ffd600" "#ffd600"}}
"#fff8e1"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Amber)"
:id #uuid "00000000-0000-0000-0000-000000000019"
:type :builtin
:created-at 19
:colors #{"#fff8e1"
"#ffecb3" "#ffecb3"
"#ffe082" "#ffe082"
"#ffd54f" "#ffd54f"
@ -390,8 +388,14 @@
"#ffe57f" "#ffe57f"
"#ffd740" "#ffd740"
"#ffc400" "#ffc400"
"#ffab00" "#ffab00"}}
"#fff3e0"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Orange)"
:id #uuid "00000000-0000-0000-0000-000000000020"
:type :builtin
:created-at 20
:colors #{"#fff3e0"
"#ffe0b2" "#ffe0b2"
"#ffcc80" "#ffcc80"
"#ffb74d" "#ffb74d"
@ -404,8 +408,14 @@
"#ffd180" "#ffd180"
"#ffab40" "#ffab40"
"#ff9100" "#ff9100"
"#ff6d00" "#ff6d00"}}
"#fbe9e7"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Deep Orange)"
:id #uuid "00000000-0000-0000-0000-000000000021"
:type :builtin
:created-at 21
:colors #{"#fbe9e7"
"#ffccbc" "#ffccbc"
"#ffab91" "#ffab91"
"#ff8a65" "#ff8a65"
@ -418,8 +428,14 @@
"#ff9e80" "#ff9e80"
"#ff6e40" "#ff6e40"
"#ff3d00" "#ff3d00"
"#dd2c00" "#dd2c00"}}
"#efebe9"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Brown)"
:id #uuid "00000000-0000-0000-0000-000000000022"
:type :builtin
:created-at 22
:colors #{"#efebe9"
"#d7ccc8" "#d7ccc8"
"#bcaaa4" "#bcaaa4"
"#a1887f" "#a1887f"
@ -428,8 +444,14 @@
"#6d4c41" "#6d4c41"
"#5d4037" "#5d4037"
"#4e342e" "#4e342e"
"#3e2723" "#3e2723"}}
"#fafafa"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Gray)"
:id #uuid "00000000-0000-0000-0000-000000000023"
:type :builtin
:created-at 23
:colors #{"#fafafa"
"#f5f5f5" "#f5f5f5"
"#eeeeee" "#eeeeee"
"#e0e0e0" "#e0e0e0"
@ -438,8 +460,14 @@
"#757575" "#757575"
"#616161" "#616161"
"#424242" "#424242"
"#212121" "#212121"}}
"#eceff1"
;; https://material.io/design/color/the-color-system.html#tools-for-picking-colors
{:name "Material Design (Blue Gray)"
:id #uuid "00000000-0000-0000-0000-000000000024"
:type :builtin
:created-at 24
:colors #{"#eceff1"
"#cfd8dc" "#cfd8dc"
"#b0bec5" "#b0bec5"
"#90a4ae" "#90a4ae"
@ -448,9 +476,200 @@
"#546e7a" "#546e7a"
"#455a64" "#455a64"
"#37474f" "#37474f"
"#263238" "#263238"}}
"#000000"
"#ffffff"}}]) ;; https://github.com/redpik/social-media-colors
{:name "Social Media (FACEBOOK)"
:id #uuid "00000000-0000-0000-0000-000000000025"
:type :builtin
:created-at 25
:colors #{"#3B5998"
"#D8DFEA"
"#F03D25"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (TWITTER)"
:id #uuid "00000000-0000-0000-0000-000000000026"
:type :builtin
:created-at 26
:colors #{"#55ACEE"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (WHATSAPP)"
:id #uuid "00000000-0000-0000-0000-000000000027"
:type :builtin
:created-at 27
:colors #{"#00e676"
"#1ebea5"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (LINKEDIN)"
:id #uuid "00000000-0000-0000-0000-000000000028"
:type :builtin
:created-at 28
:colors #{"#0976B4"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (PINTEREST)"
:id #uuid "00000000-0000-0000-0000-000000000029"
:type :builtin
:created-at 29
:colors #{"#cd1d1f"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (FOURSQUARE)"
:id #uuid "00000000-0000-0000-0000-000000000030"
:type :builtin
:created-at 30
:colors #{"#0072b1"
"#0cbadf"
"#8fd400"
"#ff7900"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (YOUTUBE)"
:id #uuid "00000000-0000-0000-0000-000000000031"
:type :builtin
:created-at 31
:colors #{"#CC181E"
"#110f10"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (INSTAGRAM)"
:id #uuid "00000000-0000-0000-0000-000000000032"
:type :builtin
:created-at 32
:colors #{"#3F729B"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (FLICKR)"
:id #uuid "00000000-0000-0000-0000-000000000033"
:type :builtin
:created-at 33
:colors #{"#0063dd"
"#ff0085"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (VIMEO)"
:id #uuid "00000000-0000-0000-0000-000000000034"
:type :builtin
:created-at 34
:colors #{"#1ab7ea"
"#162221"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (TUMBLR)"
:id #uuid "00000000-0000-0000-0000-000000000035"
:type :builtin
:created-at 35
:colors #{"#35465d"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (STUMBLEUPON)"
:id #uuid "00000000-0000-0000-0000-000000000036"
:type :builtin
:created-at 36
:colors #{"#EB4924"
"#333333"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (MYSPACE)"
:id #uuid "00000000-0000-0000-0000-000000000037"
:type :builtin
:created-at 37
:colors #{"#008DDE"
"#313131"
"#1D1D1D"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (DRIBBBLE)"
:id #uuid "00000000-0000-0000-0000-000000000038"
:type :builtin
:created-at 38
:colors #{"#ea4c89"
"#444444"
"#8aba56"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (DAILYMOTION)"
:id #uuid "00000000-0000-0000-0000-000000000039"
:type :builtin
:created-at 39
:colors #{"#0079b8"
"#fed417"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (DELICIOUS)"
:id #uuid "00000000-0000-0000-0000-000000000040"
:type :builtin
:created-at 40
:colors #{"#3274D0"
"#D3D2D2"
"#222222"
"#0B79E5"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (SOUNDCLOUD)"
:id #uuid "00000000-0000-0000-0000-000000000041"
:type :builtin
:created-at 41
:colors #{"#FF3D00"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (GITHUB)"
:id #uuid "00000000-0000-0000-0000-000000000042"
:type :builtin
:created-at 42
:colors #{"#171515"
"#4183c4"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (QUORA)"
:id #uuid "00000000-0000-0000-0000-000000000043"
:type :builtin
:created-at 43
:colors #{"#BC2016"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (BEHANCE)"
:id #uuid "00000000-0000-0000-0000-000000000044"
:type :builtin
:created-at 44
:colors #{"#1769FF"
"#242424"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (VINE)"
:id #uuid "00000000-0000-0000-0000-000000000045"
:type :builtin
:created-at 45
:colors #{"#00B489"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (VKONTAKTE)"
:id #uuid "00000000-0000-0000-0000-000000000046"
:type :builtin
:created-at 46
:colors #{"#587fa4"
"#e9edf1"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (REDDIT)"
:id #uuid "00000000-0000-0000-0000-000000000047"
:type :builtin
:created-at 47
:colors #{"#F64720"
"#CEE3F8"}}
;; https://github.com/redpik/social-media-colors
{:name "Social Media (DROPBOX)"
:id #uuid "00000000-0000-0000-0000-000000000048"
:type :builtin
:created-at 48
:colors #{"#007ee5"
"#7B8994"
"#47525D"
"#3D464D"}}])
(def collections (def collections
(index-by collections-list :id)) (index-by collections-list :id))