diff --git a/static/themes/_list.json b/static/themes/_list.json index ca1b3c69c..188287ada 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -553,5 +553,10 @@ "name": "blueberry_dark", "bgColor": "#212b42", "textColor": "#df4576" + }, + { + "name": "fledgling", + "bgColor": "#3b363f", + "textColor": "#fc6e83" } ] diff --git a/static/themes/fledgling.css b/static/themes/fledgling.css new file mode 100644 index 000000000..72bcbb51a --- /dev/null +++ b/static/themes/fledgling.css @@ -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: #000000; +}