ソースを参照

Update the color palette. (#5959)

Jeff Ong 3 年 前
コミット
23521ea32e
1 ファイル変更24 行追加1 行削除
  1. 24 1
      cult/theme.json

+ 24 - 1
cult/theme.json

@@ -33,7 +33,30 @@
 			"style": true,
 			"style": true,
 			"width": true
 			"width": true
 		},
 		},
-		"color": true,
+		"color": {
+			"palette": [
+				{
+					"slug": "foreground",
+					"color": "#000000",
+					"name": "Foreground"
+				},
+				{
+					"slug": "background",
+					"color": "#ffffff",
+					"name": "Background"
+				},
+				{
+					"slug": "primary",
+					"color": "#761028",
+					"name": "Primary"
+				},
+				{
+					"slug": "tertiary",
+					"color": "#FCFAFA",
+					"name": "Tertiary"
+				}
+			]
+		},
 		"custom": {
 		"custom": {
 			"gap": {
 			"gap": {
 				"horizontal": "min(30px, 5vw)",
 				"horizontal": "min(30px, 5vw)",