Modified Code Colors
I liked the colors for "Herald" on https://stylishthemes.github.io/Syntax-Themes/pygments/
I liked the colors for "Herald" on https://stylishthemes.github.io/Syntax-Themes/pygments/
by steve0greatness, Saturday, 1 June 2024, 07:11:39 (1717225899), pushed by steve0greatness, Tuesday, 28 January 2025, 07:34:16 (1738049656)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
e0965ddc9004d0fda5983aca0a5c92e26f6fe5e5
--teriary: #efee00;
--primary-text: #fff;
--primary-code: #1f1f1f;
--code-bg: #151515;
--code-text: #e8e8d3;
--code-element: #e783e9;
--code-attr: #fad07a;
--code-str: #99ad6a;
}
/* Styles */
}
code {
background-color: var(--primary-code);
background-color: var(--code-bg);
color: var(--code-text);
display: inline-block;
font-family: "RH Mono";
}
.lang-element {
font-style: italic;
color: #ffbcff;
color: var(--code-element);
}
.lang-attribute {
color: #ffb669;
color: var(--code-attr);
}
.lang-string {
color: #b3f5ff;
color: var(--code-str);
}