소스 검색

Club: adding missing pallette colors (#6238)

* Club: adding missing pallette colors

* format

* format

* format

* fixing typo

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
Matias Benedetto 3 년 전
부모
커밋
6aa28f9f51
1개의 변경된 파일22개의 추가작업 그리고 12개의 파일을 삭제
  1. 22 12
      club/theme.json

+ 22 - 12
club/theme.json

@@ -37,17 +37,27 @@
                 }
             ],
             "palette": [
-				{
-					"slug": "foreground",
-					"color": "#000AFF",
-					"name": "Foreground"
-				},
-				{
-					"slug": "background",
-					"color": "#F6EB80",
-					"name": "Background"
-				}
-			]
+                {
+                    "slug": "foreground",
+                    "color": "#000AFF",
+                    "name": "Foreground"
+                },
+                {
+                    "slug": "background",
+                    "color": "#F6EB80",
+                    "name": "Background"
+                },
+                {
+                    "slug": "primary",
+                    "color": "#000AFF",
+                    "name": "Primary"
+                },
+                {
+                    "slug": "tertiary",
+                    "color": "#FFF7A7",
+                    "name": "Tertiary"
+                }
+            ]
         },
         "custom": { 
             "gap": {
@@ -472,4 +482,4 @@
         }
     ],
     "version": 2
-}
+}