File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 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 }
5466 }
5567
5668 .pdl_if {
57- background-color : rgb (248 , 99 , 141 );
69+ background-color : rgb (253 , 167 , 5 );
5870 }
5971
6072 .pdl_repeat {
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 {
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 -->
You can’t perform that action at this time.
0 commit comments