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