mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix(blocks): Add default colors to ColorSelector schemas.
This commit is contained in:
parent
87c28951c9
commit
ed03d733c9
@ -21,6 +21,27 @@
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"description": "Colors to display.",
|
||||
"default": [
|
||||
"#f44336",
|
||||
"#e91e63",
|
||||
"#9c27b0",
|
||||
"#673ab7",
|
||||
"#3f51b5",
|
||||
"#2196f3",
|
||||
"#03a9f4",
|
||||
"#00bcd4",
|
||||
"#009688",
|
||||
"#4caf50",
|
||||
"#8bc34a",
|
||||
"#cddc39",
|
||||
"#ffeb3b",
|
||||
"#ffc107",
|
||||
"#ff9800",
|
||||
"#ff5722",
|
||||
"#795548",
|
||||
"#607d8b"
|
||||
],
|
||||
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -13,6 +13,17 @@
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"description": "Colors to display.",
|
||||
"default": [
|
||||
"#D9E3F0",
|
||||
"#F47373",
|
||||
"#697689",
|
||||
"#37D67A",
|
||||
"#2CCCE4",
|
||||
"#555555",
|
||||
"#dce775",
|
||||
"#ff8a65",
|
||||
"#ba68c8"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -13,6 +13,44 @@
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"description": "Colors to display.",
|
||||
"default": [
|
||||
"#4D4D4D",
|
||||
"#999999",
|
||||
"#FFFFFF",
|
||||
"#F44E3B",
|
||||
"#FE9200",
|
||||
"#FCDC00",
|
||||
"#DBDF00",
|
||||
"#A4DD00",
|
||||
"#68CCCA",
|
||||
"#73D8FF",
|
||||
"#AEA1FF",
|
||||
"#FDA1FF",
|
||||
"#333333",
|
||||
"#808080",
|
||||
"#cccccc",
|
||||
"#D33115",
|
||||
"#E27300",
|
||||
"#FCC400",
|
||||
"#B0BC00",
|
||||
"#68BC00",
|
||||
"#16A5A5",
|
||||
"#009CE0",
|
||||
"#7B64FF",
|
||||
"#FA28FF",
|
||||
"#000000",
|
||||
"#666666",
|
||||
"#B3B3B3",
|
||||
"#9F0500",
|
||||
"#C45100",
|
||||
"#FB9E00",
|
||||
"#808900",
|
||||
"#194D33",
|
||||
"#0C797D",
|
||||
"#0062B1",
|
||||
"#653294",
|
||||
"#AB149E"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -13,6 +13,24 @@
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"description": "Colors to display.",
|
||||
"default": [
|
||||
"#B80000",
|
||||
"#DB3E00",
|
||||
"#FCCB00",
|
||||
"#008B02",
|
||||
"#006B76",
|
||||
"#1273DE",
|
||||
"#004DCF",
|
||||
"#5300EB",
|
||||
"#EB9694",
|
||||
"#FAD0C3",
|
||||
"#FEF3BD",
|
||||
"#C1E1C5",
|
||||
"#BEDADC",
|
||||
"#C4DEF6",
|
||||
"#BED3F3",
|
||||
"#D4C4FB"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -13,6 +13,18 @@
|
||||
"colors": {
|
||||
"type": "array",
|
||||
"description": "Colors to display.",
|
||||
"default": [
|
||||
"#FF6900",
|
||||
"#FCB900",
|
||||
"#7BDCB5",
|
||||
"#00D084",
|
||||
"#8ED1FC",
|
||||
"#0693E3",
|
||||
"#ABB8C3",
|
||||
"#EB144C",
|
||||
"#F78DA7",
|
||||
"#9900EF"
|
||||
],
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user