.mcfunction { color: #99a1b0; }

.mcfunction .keyword { color: #d579e3; }
.mcfunction .selector { color: #63ac98; }
.mcfunction .selector-property { color: #4196b7; }
.mcfunction .namespace { color: #3c47e6; }
.mcfunction .number { color: #e06838; font-weight: bold; }
.mcfunction .light-error { background-color: #52503a; border-radius: 2px; text-decoration: underline; text-decoration-style: dotted; }
.mcfunction .function { color: #53a600; }
.mcfunction .nbt .property { color: #caa536; }
.mcfunction .string { color: #e6c07b; }
.mcfunction .comment { color: #646363; }
.mcfunction .bracket { color: #05cc94; font-weight: bold; }
.mcfunction .not { color: #d05d5d; }
.mcfunction .error { background-color: #d65b3f; border-radius: 2px; }