feat: full JS-less theme transition, better transition animation between themes, better light theme colors

This commit is contained in:
Oleksandr 2026-02-13 07:46:00 +02:00
parent da6dd0100b
commit c0e0266d45
Signed by: Xanazf
GPG key ID: 821EEC32761AC17C
46 changed files with 4031 additions and 2536 deletions

View file

@ -11,7 +11,7 @@
},
"plugins": [],
"linter": {
"enabled": false,
"enabled": true,
"rules": {
"recommended": true,
"style": {
@ -53,10 +53,7 @@
},
"overrides": [
{
"includes": [
"**/*.ts",
"**/*.tsx"
],
"includes": ["**/*.ts", "**/*.tsx"],
"linter": {
"rules": {
"complexity": {
@ -80,11 +77,13 @@
}
},
{
"includes": [
"*.astro"
],
"includes": ["*.astro"],
"linter": {
"rules": {
"correctness": {
"noUnusedImports": "off",
"noUnusedVariables": "off"
},
"style": {
"useConst": "off",
"useImportType": "off"