Revert "feat(theme): add tangerine theme (devdenisalex) (#5045)" (#5046)

This reverts commit cbc8930e85.
This commit is contained in:
Jack 2024-02-13 13:13:14 +01:00 committed by GitHub
parent cbc8930e85
commit 8f7b82b9d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 20 deletions

View file

@ -1181,12 +1181,5 @@
"mainColor": "#363636",
"subColor": "#4f4f4f",
"textColor": "#1f1f1f"
},
{
"name": "tangerine",
"bgColor": "#ffede0",
"mainColor": "#fe5503",
"subColor": "#ff9562",
"textColor": "#3d1705"
}
]
]

View file

@ -1,12 +0,0 @@
:root {
--bg-color: #ffede0;
--main-color: #fe5503;
--caret-color: #5d8500;
--sub-color: #ff9562;
--sub-alt-color: #fdd3bf;
--text-color: #3d1705;
--error-color: #ff0000;
--error-extra-color: #ff1f1f;
--colorful-error-color: #ff0000;
--colorful-error-extra-color: #ff1f1f;
}