Ver código fonte

feat(tokens) Added more colors to theme (#10381)

master
Robert Pintilii 3 anos atrás
pai
commit
9aa2bbe115
Nenhuma conta vinculada ao e-mail do autor do commit

+ 25
- 2
react/features/base/ui/Tokens.js Ver arquivo

40
 
40
 
41
     warning05: '#F8AE1A',
41
     warning05: '#F8AE1A',
42
     warning06: '#ED9E1B',
42
     warning06: '#ED9E1B',
43
-    warning07: '#D77976'
43
+    warning07: '#D77976',
44
+
45
+    support01: '#FF9B42',
46
+    support02: '#F96E57',
47
+    support03: '#DF486F',
48
+    support04: '#B23683',
49
+    support05: '#73348C',
50
+    support06: '#6A50D3',
51
+    support07: '#4380E2',
52
+    support08: '#00A8B3',
53
+    support09: '#2AA076'
44
 };
54
 };
45
 
55
 
46
 // Mapping between the token used and the color
56
 // Mapping between the token used and the color
233
     warning02: 'warning06',
243
     warning02: 'warning06',
234
 
244
 
235
     // Color for insecure room
245
     // Color for insecure room
236
-    warning03: 'warning07'
246
+    warning03: 'warning07',
247
+
248
+    // Backgrounds for avatars
249
+    support01: 'support01',
250
+    support02: 'support02',
251
+    support03: 'support03',
252
+    support04: 'support04',
253
+    support05: 'support05',
254
+    support06: 'support06',
255
+    support08: 'support08',
256
+    support09: 'support09',
257
+
258
+    // Used for avatars and raise hand badge
259
+    support07: 'support07'
237
 };
260
 };
238
 
261
 
239
 
262
 

+ 10
- 1
resources/custom-theme/custom-theme.json Ver arquivo

68
       "success01": "#1EC26A",
68
       "success01": "#1EC26A",
69
       "success02": "#1EC26A",
69
       "success02": "#1EC26A",
70
       "warning01": "#F8AE1A",
70
       "warning01": "#F8AE1A",
71
-      "warning02": "#ED9E1B"
71
+      "warning02": "#ED9E1B",
72
+      "support01": "#FF9B42",
73
+      "support02": "#F96E57",
74
+      "support03": "#DF486F",
75
+      "support04": "#B23683",
76
+      "support05": "#73348C",
77
+      "support06": "#6A50D3",
78
+      "support07": "#4380E2",
79
+      "support08": "#00A8B3",
80
+      "support09": "#2AA076"
72
    },
81
    },
73
    "typography": {
82
    "typography": {
74
       "font": {
83
       "font": {

Carregando…
Cancelar
Salvar