Browse Source

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 years ago
parent
commit
6aa28f9f51
1 changed files with 22 additions and 12 deletions
  1. 22 12
      club/theme.json

+ 22 - 12
club/theme.json

@@ -37,17 +37,27 @@
                 }
                 }
             ],
             ],
             "palette": [
             "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": { 
         "custom": { 
             "gap": {
             "gap": {
@@ -472,4 +482,4 @@
         }
         }
     ],
     ],
     "version": 2
     "version": 2
-}
+}