Revert "Recolor theme with burnt-orange and steel-blue palette"
This reverts commit 478d255ea9.
This commit is contained in:
parent
478d255ea9
commit
f2ee6a68dd
1 changed files with 10 additions and 10 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
body[class*="theme-"] {
|
body[class*="theme-"] {
|
||||||
--bg-color: #14293a;
|
--bg-color: #282c34;
|
||||||
--fg-color: #d0d2d2;
|
--fg-color: #abb2bf;
|
||||||
--comment-color: #6790ac;
|
--comment-color: #5c6370;
|
||||||
--blue-color: #6790ac;
|
--blue-color: #61afef;
|
||||||
--cyan-color: #336485;
|
--cyan-color: #56b6c2;
|
||||||
--green-color: #6790ac;
|
--green-color: #98c379;
|
||||||
--orange-color: #cb5e0b;
|
--orange-color: #d19a66;
|
||||||
--red-color: #cb5e0b;
|
--red-color: #e06c75;
|
||||||
--yellow-color: #e8955b;
|
--yellow-color: #e5c07b;
|
||||||
--magenta-color: #e8955b;
|
--magenta-color: #c678dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:before,
|
h1:before,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue