"Fossies" - the Fresh Open Source Software Archive 
Member "jitsi-meet-7309/resources/custom-theme/custom-theme.json" (31 May 2023, 4006 Bytes) of package /linux/misc/jitsi-meet-7309.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "custom-theme.json":
jitsi-meet_8319_vs_jitsi-meet_8615.
1 {
2 "spacing": [ 0, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128 ],
3 "breakpoints": {
4 "values": {
5 "0": 0,
6 "320": 320,
7 "400": 400,
8 "480": 480
9 }
10 },
11 "palette": {
12 "uiBackground": "#040404",
13 "ui01": "#141414",
14 "ui02": "#292929",
15 "ui03": "#3D3D3D",
16 "ui04": "#525252",
17 "ui05": "#666",
18 "action01": "#0056E0",
19 "action01Hover": "#246FE5",
20 "action01Active": "#0045B3",
21 "disabled01": "#00225A",
22 "action02": "#3D3D3D",
23 "action02Hover": "#525252",
24 "action02Active": "#292929",
25 "action03": "transparent",
26 "action03Hover": "#525252",
27 "action03Active": "#292929",
28 "actionDanger": "#CB2233",
29 "actionDangerHover": "#E04757",
30 "actionDangerActive": "#A21B29",
31 "bottomSheet": "#111111",
32 "text01": "#FFF",
33 "text02": "#C2C2C2",
34 "text03": "#858585",
35 "text04": "#AAAAAA",
36 "textError": "#E04757",
37 "icon01": "#FFF",
38 "icon02": "#C2C2C2",
39 "icon03": "#858585",
40 "iconError": "#E04757",
41 "field01": "#040404",
42 "link01": "#669AEC",
43 "link01Hover": "#99BBF3",
44 "link01Active": "#246FE5",
45 "success01": "#1EC26A",
46 "success02": "#1EC26A",
47 "warning01": "#F8AE1A",
48 "warning02": "#ED9E1B",
49 "support01": "#FF9B42",
50 "support02": "#F96E57",
51 "support03": "#DF486F",
52 "support04": "#B23683",
53 "support05": "#73348C",
54 "support06": "#6A50D3",
55 "support07": "#4380E2",
56 "support08": "#00A8B3",
57 "support09": "#2AA076"
58 },
59 "typography": {
60 "font": {
61 "weightRegular": "400",
62 "weightSemiBold": "600"
63 },
64 "labelRegular": {
65 "fontSize": 12,
66 "lineHeight": 16,
67 "fontWeight": "400",
68 "letterSpacing": 0.16
69 },
70 "labelBold": {
71 "fontSize": 12,
72 "lineHeight": 16,
73 "fontWeight": "600",
74 "letterSpacing": 0.16
75 },
76 "bodyShortRegular": {
77 "fontSize": 14,
78 "lineHeight": 18,
79 "fontWeight": "400",
80 "letterSpacing": 0
81 },
82 "bodyShortBold": {
83 "fontSize": 14,
84 "lineHeight": 18,
85 "fontWeight": "600",
86 "letterSpacing": 0
87 },
88 "bodyShortRegularLarge": {
89 "fontSize": 16,
90 "lineHeight": 24,
91 "fontWeight": "400",
92 "letterSpacing": 0
93 },
94 "bodyShortBoldLarge": {
95 "fontSize": 16,
96 "lineHeight": 24,
97 "fontWeight": "600",
98 "letterSpacing": 0
99 },
100 "bodyLongRegular": {
101 "fontSize": 14,
102 "lineHeight": 24,
103 "fontWeight": "400",
104 "letterSpacing": 0
105 },
106 "bodyLongBold": {
107 "fontSize": 14,
108 "lineHeight": 24,
109 "fontWeight": "600",
110 "letterSpacing": 0
111 },
112 "heading1": {
113 "fontSize": 54,
114 "lineHeight": 64,
115 "fontWeight": "600",
116 "letterSpacing": 0
117 },
118 "heading2": {
119 "fontSize": 42,
120 "lineHeight": 50,
121 "fontWeight": "600",
122 "letterSpacing": 0
123 },
124 "heading3": {
125 "fontSize": 32,
126 "lineHeight": 40,
127 "fontWeight": "600",
128 "letterSpacing": 0
129 },
130 "heading4": {
131 "fontSize": 28,
132 "lineHeight": 36,
133 "fontWeight": "600",
134 "letterSpacing": 0
135 },
136 "heading5": {
137 "fontSize": 20,
138 "lineHeight": 28,
139 "fontWeight": "600",
140 "letterSpacing": 0
141 },
142 "heading6": {
143 "fontSize": 16,
144 "lineHeight": 26,
145 "fontWeight": "600",
146 "letterSpacing": 0
147 }
148 },
149 "shape": {
150 "borderRadius": 6,
151 "boxShadow": "inset 0px -1px 0px rgba(255, 255, 255, 0.15)"
152 }
153 }