Merge pull request #1447 from Jashmeen/master

Add Fledgling theme
This commit is contained in:
Jack 2021-05-22 15:32:32 +01:00 committed by GitHub
commit 0dd67a943c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: #000000;
}