Recolor theme with burnt-orange and steel-blue palette
This commit is contained in:
parent
7de7e153b7
commit
478d255ea9
1 changed files with 10 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue