Skip to content

Commit 72c2a8b

Browse files
authored
Update viewer colors (#186)
1 parent 49ddb75 commit 72c2a8b

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

pdl-live/index.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@
3333
background-color: rgb(219, 215, 250);
3434
}
3535

36+
.pdl_lastOf {
37+
background-color: rgb(186, 186, 190);
38+
}
39+
40+
.pdl_object {
41+
background-color: rgb(188, 188, 254);
42+
}
43+
44+
.pdl_array {
45+
background-color: rgb(149, 149, 241);
46+
}
47+
3648
.pdl_model {
3749
background-color: rgb(215, 250, 224);
3850
}
@@ -54,7 +66,7 @@
5466
}
5567

5668
.pdl_if {
57-
background-color: rgb(248, 99, 141);
69+
background-color: rgb(253, 167, 5);
5870
}
5971

6072
.pdl_repeat {
@@ -70,11 +82,11 @@
7082
}
7183

7284
.pdl_read {
73-
background-color: rgb(243, 77, 113);
85+
background-color: rgb(5, 204, 61);
7486
}
7587

7688
.pdl_include {
77-
background-color: rgb(245, 18, 67);
89+
background-color: rgb(11, 251, 87);
7890
}
7991

8092
.pdl_function {
@@ -83,7 +95,9 @@
8395
.pdl_call {
8496
background-color: rgb(80, 243, 77);
8597
}
86-
98+
.pdl_error {
99+
background-color: rgb(243, 0, 0);
100+
}
87101
</style>
88102

89103
<!-- Main script -->

0 commit comments

Comments
 (0)