Modified Code Colors
I liked the colors for "Herald" on https://stylishthemes.github.io/Syntax-Themes/pygments/
By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.
I liked the colors for "Herald" on https://stylishthemes.github.io/Syntax-Themes/pygments/
steve0greatness,
created on Saturday, 1 June 2024, 07:11:39 (1717225899),
received on Saturday, 1 June 2024, 07:13:45 (1717226025)
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);}