Refactor pygments.moon

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent a4258167df
commit 41baffb445
7 changed files with 52 additions and 59 deletions

View File

@@ -8,7 +8,7 @@ span.linenos { color: #f1fa8c; background-color: #44475a; padding-left: 5px; pad
td.linenos .special { color: #50fa7b; background-color: #6272a4; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #50fa7b; background-color: #6272a4; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #44475a }
.highlight { background: #282a36; color: #f8f8f2 }
/* .highlight { background: #282a36; color: #f8f8f2 } */
.highlight .py-c { color: #6272a4 } /* Comment */
.highlight .py-err { color: #f8f8f2 } /* Error */
.highlight .py-g { color: #f8f8f2 } /* Generic */