Add Fledgling theme

This commit is contained in:
Jasmine Ying 2021-05-20 00:48:51 -07:00
parent bd114c38da
commit c27a4663d0
2 changed files with 16 additions and 0 deletions

View file

@ -553,5 +553,10 @@
"name": "blueberry_dark",
"bgColor": "#212b42",
"textColor": "#df4576"
},
{
"name": "fledgling",
"bgColor": "#3b363f",
"textColor": "#fc6e83"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #3b363f;
--main-color: #fc6e83;
--caret-color: #474747;
--sub-color: #ead8d6;
--text-color: #fc6e83;
--error-color: #f52443;
--error-extra-color: #bd001c;
--colorful-error-color: #ff0a2f;
--colorful-error-extra-color: #9eb5cboh;
}