Skip to content

Commit 7ca1d70

Browse files
status-im-autoJenkins
authored andcommitted
Updates
1 parent ae822cd commit 7ca1d70

File tree

985 files changed

+7100
-4908
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

985 files changed

+7100
-4908
lines changed

assets/hierarchy.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/highlight.css

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@
55
--dark-hl-1: #D4D4D4;
66
--light-hl-2: #A31515;
77
--dark-hl-2: #CE9178;
8-
--light-hl-3: #001080;
9-
--dark-hl-3: #9CDCFE;
10-
--light-hl-4: #008000;
11-
--dark-hl-4: #6A9955;
12-
--light-hl-5: #0000FF;
13-
--dark-hl-5: #569CD6;
14-
--light-hl-6: #0070C1;
15-
--dark-hl-6: #4FC1FF;
16-
--light-hl-7: #098658;
17-
--dark-hl-7: #B5CEA8;
8+
--light-hl-3: #008000;
9+
--dark-hl-3: #6A9955;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9CDCFE;
14+
--light-hl-6: #EE0000;
15+
--dark-hl-6: #D7BA7D;
16+
--light-hl-7: #0070C1;
17+
--dark-hl-7: #4FC1FF;
1818
--light-hl-8: #AF00DB;
1919
--dark-hl-8: #C586C0;
20-
--light-hl-9: #000000;
21-
--dark-hl-9: #C8C8C8;
22-
--light-hl-10: #EE0000;
23-
--dark-hl-10: #D7BA7D;
20+
--light-hl-9: #098658;
21+
--dark-hl-9: #B5CEA8;
22+
--light-hl-10: #000000;
23+
--dark-hl-10: #C8C8C8;
24+
--light-hl-11: #CD3131;
25+
--dark-hl-11: #F44747;
26+
--light-hl-12: #267F99;
27+
--dark-hl-12: #4EC9B0;
2428
--light-code-background: #FFFFFF;
2529
--dark-code-background: #1E1E1E;
2630
}
@@ -37,6 +41,8 @@
3741
--hl-8: var(--light-hl-8);
3842
--hl-9: var(--light-hl-9);
3943
--hl-10: var(--light-hl-10);
44+
--hl-11: var(--light-hl-11);
45+
--hl-12: var(--light-hl-12);
4046
--code-background: var(--light-code-background);
4147
} }
4248

@@ -52,6 +58,8 @@
5258
--hl-8: var(--dark-hl-8);
5359
--hl-9: var(--dark-hl-9);
5460
--hl-10: var(--dark-hl-10);
61+
--hl-11: var(--dark-hl-11);
62+
--hl-12: var(--dark-hl-12);
5563
--code-background: var(--dark-code-background);
5664
} }
5765

@@ -67,6 +75,8 @@
6775
--hl-8: var(--light-hl-8);
6876
--hl-9: var(--light-hl-9);
6977
--hl-10: var(--light-hl-10);
78+
--hl-11: var(--light-hl-11);
79+
--hl-12: var(--light-hl-12);
7080
--code-background: var(--light-code-background);
7181
}
7282

@@ -82,6 +92,8 @@
8292
--hl-8: var(--dark-hl-8);
8393
--hl-9: var(--dark-hl-9);
8494
--hl-10: var(--dark-hl-10);
95+
--hl-11: var(--dark-hl-11);
96+
--hl-12: var(--dark-hl-12);
8597
--code-background: var(--dark-code-background);
8698
}
8799

@@ -96,4 +108,6 @@
96108
.hl-8 { color: var(--hl-8); }
97109
.hl-9 { color: var(--hl-9); }
98110
.hl-10 { color: var(--hl-10); }
111+
.hl-11 { color: var(--hl-11); }
112+
.hl-12 { color: var(--hl-12); }
99113
pre, code { background: var(--code-background); }

assets/icons.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/icons.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/main.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)