edt (et pas ent) toujours en cours

This commit is contained in:
trochas
2026-01-06 16:05:41 +01:00
parent 39d603e7e9
commit 7b2b864d86
5 changed files with 106 additions and 76 deletions

View File

@@ -1,8 +1,9 @@
[data-theme='dark']{
--tint1: #000000;
--tint2: #191c20;
--tint3: #282c34;
--tint4: rgb(53, 59, 72);
--tint0: #000000; /* 0% */
--tint1: #0b0c0e; /* 5% */
--tint2: #16181d; /* 10% */
--tint3: #21252b; /* 15% */
--tint4: #2c313a; /* 20% */
--text: #FFFFFF;
@@ -14,10 +15,11 @@
}
[data-theme='light']{
--tint1: #FFFFFF;
--tint2: #E8E8EE;
--tint3: #D0D0DD;
--tint4: rgb(181, 181, 194);
--tint0: #FFFFFF; /* 100% */
--tint1: #f4f1f1; /* 95% */
--tint2: #e8e4e3; /* 90% */
--tint3: #ddd6d5; /* 85% */
--tint4: #d2c8c6; /* 80% */
--text: #000000;
--text2:#FFFFFF;