Recolor theme with burnt-orange and steel-blue palette

This commit is contained in:
Graham McIntire 2026-05-23 17:36:27 -05:00
parent 7de7e153b7
commit 478d255ea9
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -1,14 +1,14 @@
body[class*="theme-"] {
--bg-color: #282c34;
--fg-color: #abb2bf;
--comment-color: #5c6370;
--blue-color: #61afef;
--cyan-color: #56b6c2;
--green-color: #98c379;
--orange-color: #d19a66;
--red-color: #e06c75;
--yellow-color: #e5c07b;
--magenta-color: #c678dd;
--bg-color: #14293a;
--fg-color: #d0d2d2;
--comment-color: #6790ac;
--blue-color: #6790ac;
--cyan-color: #336485;
--green-color: #6790ac;
--orange-color: #cb5e0b;
--red-color: #cb5e0b;
--yellow-color: #e8955b;
--magenta-color: #e8955b;
}
h1:before,