ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/source-highlight/mono-alt.css

31 lines
315 B
CSS

BODY {
color: white;
font-weight: normal;
background-color: black;
}
.keyword {
color: white;
font-weight: bold;
text-decoration: underline;
}
.type {
color: white;
font-weight: bold;
}
.string {
color: silver;
}
.comment {
color: gray;
font-style: italic;
}
.number {
color: white;
}